Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_decoder.h40 int32_t AllocateBuffersOnPort(OMX_DIRTYPE portIndex, bool isOutputPortSettingChanged) override;
H A Dimage_codec.h158 … virtual int32_t AllocateBuffersOnPort(OMX_DIRTYPE portIndex, bool isOutputPortSettingChanged) = 0;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp357 int32_t ret = codec_->AllocateBuffersOnPort(OMX_DirInput, false); in AllocateBuffers()
361 ret = codec_->AllocateBuffersOnPort(OMX_DirOutput, false); in AllocateBuffers()
620 ret = codec_->AllocateBuffersOnPort(OMX_DirOutput, true); in HandleOutputPortDisabled()
H A Dimage_decoder.cpp301 int32_t ImageDecoder::AllocateBuffersOnPort(OMX_DIRTYPE portIndex, bool isOutputPortSettingChanged) in AllocateBuffersOnPort() function in OHOS::ImagePlugin::ImageDecoder
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h53 int32_t AllocateBuffersOnPort(OMX_DIRTYPE portIndex) override;
H A Dhencoder.h76 int32_t AllocateBuffersOnPort(OMX_DIRTYPE portIndex) override;
H A Dhcodec_state.cpp352 int32_t ret = codec_->AllocateBuffersOnPort(OMX_DirInput); in AllocateBuffers()
356 ret = codec_->AllocateBuffersOnPort(OMX_DirOutput); in AllocateBuffers()
712 ret = codec_->AllocateBuffersOnPort(OMX_DirOutput); in HandleOutputPortDisabled()
H A Dhcodec.h198 virtual int32_t AllocateBuffersOnPort(OMX_DIRTYPE portIndex) = 0;
H A Dhdecoder.cpp538 int32_t HDecoder::AllocateBuffersOnPort(OMX_DIRTYPE portIndex) in AllocateBuffersOnPort() function in OHOS::MediaAVCodec::HDecoder
H A Dhencoder.cpp763 int32_t HEncoder::AllocateBuffersOnPort(OMX_DIRTYPE portIndex) in AllocateBuffersOnPort() function in OHOS::MediaAVCodec::HEncoder