Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_QUALITY (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp67 const char *OH_MD_KEY_QUALITY = "quality"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp49 {OH_MD_KEY_QUALITY, FORMAT_TYPE_INT32},
166 OH_MD_KEY_QUALITY,
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
H A Dcodec_param_checker_test.cpp480 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY)); in HWTEST_F()
493 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY)); in HWTEST_F()
506 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY)); in HWTEST_F()
524 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY)); in HWTEST_F()
542 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY)); in HWTEST_F()
560 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, INT32_MIN)); in HWTEST_F()
573 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_QUALITY, INT32_MAX)); in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h344 extern const char *OH_MD_KEY_QUALITY;
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp115 OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, data); in ConfigureVideoEncoderFuzz()
134 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, defaultQuality); in ConfigureVideoEncoder()
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp103 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, defaultQuality); in ConfigureVideoEncoder()
134 OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, data); in ConfigureVideoEncoderFuzz()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dapi_test.cpp775 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, 101)); in HWTEST_F()
793 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, -1)); in HWTEST_F()
H A Dvideoenc_ndk_sample.cpp153 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY); in ConfigureVideoEncoder()
214 OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, data); in ConfigureVideoEncoder_fuzz()
H A Dvideoenc_api11_sample.cpp202 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY); in ConfigureVideoEncoder()
288 OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, data); in ConfigureVideoEncoder_fuzz()
H A Dfunc_test.cpp423 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, 60)); in HWTEST_F()
817 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY); in HWTEST_F()
1903 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_QUALITY, DEFAULT_QUALITY); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp252 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_QUALITY, opt_.quality.value()); in ConfigureEncoder()

Completed in 14 milliseconds