Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_VIDEO_ENCODER_QP_MIN (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp121 const char *OH_MD_KEY_VIDEO_ENCODER_QP_MIN = "video_encoder_qp_min"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp79 {OH_MD_KEY_VIDEO_ENCODER_QP_MIN, FORMAT_TYPE_INT32},
135 OH_MD_KEY_VIDEO_ENCODER_QP_MIN,
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h582 extern const char *OH_MD_KEY_VIDEO_ENCODER_QP_MIN;
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp208 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, DEFAULT_QP); in ConfigureVideoEncoder()
808 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in AutoSwitchParam()
828 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in AutoSwitchParam()
908 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in SetBufferParameter()
918 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, currentQP); in SetBufferParameter()
H A Dsetparam_test.cpp758 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, -1); in HWTEST_F()
763 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, 200); in HWTEST_F()
790 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, -1); in HWTEST_F()
795 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_QP_MIN, 200); in HWTEST_F()

Completed in 6 milliseconds