Home
last modified time | relevance | path

Searched refs:AVCS_ERR_INPUT_DATA_ERROR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_errors.h91 AVCS_ERR_INPUT_DATA_ERROR, // there is somthing wrong for input data enumerator
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/common/
H A Davcodec_errors.cpp72 {AVCS_ERR_INPUT_DATA_ERROR, "there is somthing wrong for input data"},
124 {AVCS_ERR_INPUT_DATA_ERROR, AV_ERR_INPUT_DATA_ERROR},
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp1132 callback_->OnError(AVCODEC_ERROR_INTERNAL, AVCS_ERR_INPUT_DATA_ERROR); in OnQueueInputBuffer()
1259 callback_->OnError(AVCODEC_ERROR_INTERNAL, AVCS_ERR_INPUT_DATA_ERROR); in SubmitOneBuffer()
H A Dhcodec.cpp480 callback_->OnError(AVCODEC_ERROR_INTERNAL, AVCS_ERR_INPUT_DATA_ERROR); in CheckBufPixFmt()