Home
last modified time | relevance | path

Searched refs:configFormat_ (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_filter.cpp130 configFormat_.SetMeta(configureParameter_); in Configure()
135 configFormat_.PutIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_VIDEO_DECODER_OUTPUT_COLOR_SPACE, in Configure()
137 configFormat_.PutIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, in Configure()
142 configFormat_.PutIntValue(Tag::VIDEO_FRAME_RATE_ADAPTIVE_MODE, true); in Configure()
143 Status ret = mediaCodec_->Configure(configFormat_); in Configure()
H A Ddecoder_surface_filter.cpp186 configFormat_.SetMeta(configureParameter_); in Configure()
187 Status ret = videoDecoder_->Configure(configFormat_); in Configure()
445 configFormat_.PutIntValue(Tag::VIDEO_SCALE_TYPE, codecScalingMode); in SetParameter()
451 if (configFormat_.GetDoubleValue(Tag::VIDEO_FRAME_RATE, rate)) { in SetParameter()
468 videoDecoder_->Configure(configFormat_); in SetParameter()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dsurface_decoder_filter.h81 Format configFormat_{};
H A Ddecoder_surface_filter.h137 Format configFormat_; member in OHOS::Media::Pipeline::DecoderSurfaceFilter
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp32 configFormat_ = make_shared<Format>(format); in OnConfigure()
231 (void)configFormat_->GetValue(ImageCodecDescriptionKey::OUTPUT_BUFFER_COUNT, outputBufferCnt); in ReConfigureOutputBufferCnt()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp210 if (codec_->configFormat_ == nullptr) { in ProcessShutDownFromRunning()
213 Format copyOfCurConfig(*codec_->configFormat_); in ProcessShutDownFromRunning()
H A Dhcodec.h336 std::shared_ptr<Format> configFormat_; member in OHOS::MediaAVCodec::HCodec
H A Dhdecoder.cpp42 configFormat_ = make_shared<Format>(format); in OnConfigure()
H A Dhencoder.cpp37 configFormat_ = make_shared<Format>(format); in OnConfigure()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h264 std::shared_ptr<Format> configFormat_; member in OHOS::ImagePlugin::ImageCodec

Completed in 12 milliseconds