Home
last modified time | relevance | path

Searched refs:AVCODEC_ERROR_EXTEND_START (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h69 return AVCODEC_ERROR_EXTEND_START; in SetDecryptConfig()
76 return AVCODEC_ERROR_EXTEND_START; in CreateCodecByName()
82 return AVCODEC_ERROR_EXTEND_START; in Configure()
87 return AVCODEC_ERROR_EXTEND_START; in SetParameter()
92 return AVCODEC_ERROR_EXTEND_START; in GetOutputFormat()
98 return AVCODEC_ERROR_EXTEND_START; in SetOutputBufferQueue()
102 return AVCODEC_ERROR_EXTEND_START; in Prepare()
123 return AVCODEC_ERROR_EXTEND_START; in SetAudioDecryptionConfig()
/ohos5.0/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h67 return AVCODEC_ERROR_EXTEND_START; in CreateCodecByName()
79 return AVCODEC_ERROR_EXTEND_START; in Configure()
85 return AVCODEC_ERROR_EXTEND_START; in SetParameter()
91 return AVCODEC_ERROR_EXTEND_START; in GetOutputFormat()
97 return AVCODEC_ERROR_EXTEND_START; in SetOutputBufferQueue()
102 return AVCODEC_ERROR_EXTEND_START; in Prepare()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_decoder_adapter_impl_test.cpp108 const AVCodecErrorType errorType_ = AVCODEC_ERROR_EXTEND_START;
250 …ecoderAdapterImpl_->GetErrorType(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START),
283 … decoderCallbackImpl->OnError(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START, 1);
H A Dmedia_codec_encoder_adapter_impl_test.cpp192 const AVCodecErrorType errorType = AVCODEC_ERROR_EXTEND_START;
305 …EncoderAdapterImpl->GetErrorType(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START),
330 callbackImpl->OnError(OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START, 1);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp280 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_EXTEND_START;
297 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_EXTEND_START;
355 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_EXTEND_START;
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h42 AVCODEC_ERROR_EXTEND_START = 0X10000, enumerator
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_encoder_adapter_impl.cpp30 …{ OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START, ErrorType::CODEC_ERROR_EXTEND_…
H A Dmedia_codec_decoder_adapter_impl.cpp35 …{ OHOS::MediaAVCodec::AVCodecErrorType::AVCODEC_ERROR_EXTEND_START, ErrorType::CODEC_ERROR_EXTEND_…
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1101 callback_->OnError(AVCODEC_ERROR_EXTEND_START, AVCS_ERR_NO_MEMORY); in ReceiveFrame()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1030 callback_->OnError(AVCODEC_ERROR_EXTEND_START, AVCS_ERR_NO_MEMORY); in DecodeFrameOnce()