Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp42 return IC_ERR_INVALID_VAL; in OnConfigure()
55 return IC_ERR_INVALID_VAL; in SetupPort()
60 return IC_ERR_INVALID_VAL; in SetupPort()
64 return IC_ERR_INVALID_VAL; in SetupPort()
265 return IC_ERR_INVALID_VAL; in OnSetOutputBuffer()
H A Dimage_codec.cpp391 return IC_ERR_INVALID_VAL; in GetPortDefinition()
395 return IC_ERR_INVALID_VAL; in GetPortDefinition()
422 return IC_ERR_INVALID_VAL; in AllocateHardwareBuffers()
468 …IF_TRUE_RETURN_VAL_WITH_MSG(surfaceBuffer == nullptr, IC_ERR_INVALID_VAL, "failed to get surfacebu… in AllocateSurfaceBuffers()
471 IF_TRUE_RETURN_VAL(omxBuffer == nullptr, IC_ERR_INVALID_VAL); in AllocateSurfaceBuffers()
476 return IC_ERR_INVALID_VAL; in AllocateSurfaceBuffers()
554 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnQueueInputBuffer()
559 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnQueueInputBuffer()
696 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnReleaseOutputBuffer()
702 ReplyErrorCode(msg.id, IC_ERR_INVALID_VAL); in OnReleaseOutputBuffer()
H A Dcodec_state.cpp272 err = IC_ERR_INVALID_VAL; in OnSetCallBack()
627 codec_->SignalError(IC_ERR_INVALID_VAL); in HandleOutputPortDisabled()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_common.h27 IC_ERR_INVALID_VAL, enumerator