Home
last modified time | relevance | path

Searched refs:UpdateOutPortFormat (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_decoder.h30 int32_t UpdateOutPortFormat() override;
H A Dimage_codec.h146 virtual int32_t UpdateOutPortFormat() = 0;
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h43 int32_t UpdateOutPortFormat() override;
H A Dhencoder.h56 int32_t UpdateOutPortFormat() override;
H A Dhcodec.h183 virtual int32_t UpdateOutPortFormat() = 0;
H A Dhcodec_state.cpp520 codec_->UpdateOutPortFormat(); in OnCodecEvent()
H A Dhdecoder.cpp160 int32_t HDecoder::UpdateOutPortFormat() in UpdateOutPortFormat() function in OHOS::MediaAVCodec::HDecoder
H A Dhcodec.cpp528 return (portIndex == OMX_DirInput) ? UpdateInPortFormat() : UpdateOutPortFormat(); in SetVideoPortInfo()
H A Dhencoder.cpp428 int32_t HEncoder::UpdateOutPortFormat() in UpdateOutPortFormat() function in OHOS::MediaAVCodec::HEncoder
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp136 int32_t ImageDecoder::UpdateOutPortFormat() in UpdateOutPortFormat() function in OHOS::ImagePlugin::ImageDecoder
H A Dcodec_state.cpp478 codec_->UpdateOutPortFormat(); in OnCodecEvent()
H A Dimage_codec.cpp368 return (portIndex == OMX_DirInput) ? UpdateInPortFormat() : UpdateOutPortFormat(); in SetVideoPortInfo()

Completed in 15 milliseconds