Home
last modified time | relevance | path

Searched refs:MD_KEY_I_FRAME_INTERVAL (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dmedia_description.h92 static constexpr std::string_view MD_KEY_I_FRAME_INTERVAL = "i_frame_interval"; member
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_unit_test.cpp265 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
287 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
307 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10); // 10 I-Frame interval in HWTEST_F()
328 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 0); // 0 I-Frame interval in HWTEST_F()
447 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
467 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
487 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
506 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
526 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10.0); // 10.0 I-Frame interval in HWTEST_F()
546 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, 10. in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_description.h118 static constexpr std::string_view MD_KEY_I_FRAME_INTERVAL = "i_frame_interval"; member in OHOS::MediaAVCodec::MediaDescriptionKey
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_codecbase.cpp179 fmt.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, opt_.iFrameInterval.value()); in ConfigureEncoder()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp580 if (format.GetIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, iFrameInterval) && frameRate.has_value()) { in SetupAVCEncoderParameters()
660 if (format.GetIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, iFrameInterval) && frameRate.has_value()) { in SetupHEVCEncoderParameters()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp202 format.PutIntValue(MediaDescriptionKey::MD_KEY_I_FRAME_INTERVAL, data); in ConfigureFuzz()

Completed in 8 milliseconds