Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp103 const char *OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY = "video_encoder_enable_temporal_scalability"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp78 {OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, FORMAT_TYPE_INT32},
165 OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY,
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h424 extern const char *OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY;
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_description.h153 static constexpr std::string_view OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY = member in OHOS::MediaAVCodec::MediaDescriptionKey
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp246 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, 1); in ConfigureVideoEncoder_Temporal()
248 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, 0); in ConfigureVideoEncoder_Temporal()
H A Dtemporal_test.cpp119 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, 1); in HWTEST_F()
148 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, 1); in HWTEST_F()
H A Dvideoenc_ndk_sample.cpp182 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, 1); in ConfigureVideoEncoder_Temporal()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_encoder_adapter.cpp670 format.PutIntValue(MediaAVCodec::MediaDescriptionKey::OH_MD_KEY_VIDEO_ENCODER_ENABLE_TEMPORAL_SCALABILITY, in ConfigureAboutEnableTemporalScale()

Completed in 10 milliseconds