/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 124 ReplyErrorCode(info.id, AVCS_ERR_UNKNOWN); in OnGetFormat() 169 ReplyErrorCode(info.id, err); in OnMsgReceived() 183 ReplyErrorCode(info.id, AVCS_ERR_OK); in OnShutDown() 223 ReplyErrorCode(msg.id, AVCS_ERR_OK); in ProcessShutDownFromRunning() 290 ReplyErrorCode(info.id, err); in OnSetCallBack() 314 ReplyErrorCode(info.id, AVCS_ERR_UNKNOWN); in OnStart() 327 ReplyErrorCode(info.id, AVCS_ERR_OK); in OnShutDown() 376 ReplyErrorCode(info.id, AVCS_ERR_OK); in OnMsgReceived() 432 ReplyErrorCode(msg.id, errCode); in ReplyStartMsg() 772 ReplyErrorCode(info.id, AVCS_ERR_OK); in OnMsgReceived() [all …]
|
H A D | hcodec.cpp | 885 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnQueueInputBuffer() 890 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnQueueInputBuffer() 903 ReplyErrorCode(msg.id, AVCS_ERR_OK); in OnQueueInputBuffer() 953 ReplyErrorCode(msg.id, AVCS_ERR_UNSUPPORT); in OnSignalEndOfInputStream() 1073 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnReleaseOutputBuffer() 1079 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnReleaseOutputBuffer() 1084 ReplyErrorCode(msg.id, AVCS_ERR_OK); in OnReleaseOutputBuffer() 1114 ReplyErrorCode(msg.id, AVCS_ERR_UNSUPPORT); in OnRenderOutputBuffer() 1260 void HCodec::ReplyErrorCode(MsgId id, int32_t err) in ReplyErrorCode() function in OHOS::MediaAVCodec::HCodec
|
H A D | hencoder.cpp | 1097 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_OPERATION); in OnQueueInputBuffer() 1106 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnQueueInputBuffer() 1111 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnQueueInputBuffer() 1121 ReplyErrorCode(msg.id, AVCS_ERR_OK); in OnQueueInputBuffer() 1128 ReplyErrorCode(msg.id, AVCS_ERR_OK); in OnQueueInputBuffer() 1305 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_OPERATION); in OnSignalEndOfInputStream() 1308 ReplyErrorCode(msg.id, AVCS_ERR_OK); in OnSignalEndOfInputStream()
|
H A D | hdecoder.cpp | 958 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_OPERATION); in OnRenderOutputBuffer() 966 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnRenderOutputBuffer() 972 ReplyErrorCode(msg.id, AVCS_ERR_INVALID_VAL); in OnRenderOutputBuffer() 977 ReplyErrorCode(msg.id, AVCS_ERR_OK); in OnRenderOutputBuffer()
|
H A D | hcodec.h | 161 void ReplyErrorCode(MsgId id, int32_t err); 396 void ReplyErrorCode(MsgId id, int32_t err);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 126 ReplyErrorCode(info.id, IC_ERR_UNKNOWN); in OnGetFormat() 162 ReplyErrorCode(info.id, err); in OnMsgReceived() 198 ReplyErrorCode(info.id, IC_ERR_OK); in OnShutDown() 226 ReplyErrorCode(msg.id, IC_ERR_OK); in ProcessShutDownFromRunning() 278 ReplyErrorCode(info.id, err); in OnSetCallBack() 285 ReplyErrorCode(info.id, codec_->OnConfigure(fmt)); in OnConfigure() 324 ReplyErrorCode(info.id, IC_ERR_UNKNOWN); in OnStart() 333 ReplyErrorCode(info.id, IC_ERR_OK); in OnShutDown() 377 ReplyErrorCode(info.id, IC_ERR_OK); in OnMsgReceived() 433 ReplyErrorCode(msg.id, errCode); in ReplyStartMsg() [all …]
|
H A D | image_codec.cpp | 235 void ImageCodec::ReplyErrorCode(MsgId id, int32_t err) in ReplyErrorCode() function in OHOS::ImagePlugin::ImageCodec 554 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnQueueInputBuffer() 559 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnQueueInputBuffer() 567 ReplyErrorCode(msg.id, IC_ERR_OK); in OnQueueInputBuffer() 696 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnReleaseOutputBuffer() 702 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnReleaseOutputBuffer() 707 ReplyErrorCode(msg.id, IC_ERR_OK); in OnReleaseOutputBuffer()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 133 void ReplyErrorCode(MsgId id, int32_t err); 295 void ReplyErrorCode(MsgId id, int32_t err);
|