Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_I_FRAME_INTERVAL (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp59 const char *OH_MD_KEY_I_FRAME_INTERVAL = "i_frame_interval"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp42 {OH_MD_KEY_I_FRAME_INTERVAL, FORMAT_TYPE_INT32},
128 OH_MD_KEY_I_FRAME_INTERVAL,
/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/
H A Dswdecodersetparameter_fuzzer.cpp56 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecodersetparameter_fuzzer/
H A Dhevcswdecodersetparameter_fuzzer.cpp55 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/
H A Dencodersetparameter_fuzzer.cpp60 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h323 extern const char *OH_MD_KEY_I_FRAME_INTERVAL;
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp112 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, data); in ConfigureVideoEncoderFuzz()
132 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, defaultKeyFrameInterval); in ConfigureVideoEncoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp150 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, DEFAULT_KEY_FRAME_INTERVAL); in ConfigureVideoEncoder()
174 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, DEFAULT_KEY_FRAME_INTERVAL); in ConfigureVideoEncoder_Temporal()
211 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, data); in ConfigureVideoEncoder_fuzz()
H A Dfunc_test.cpp218 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, SECOND)); in HWTEST_F()
229 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, -1)); in HWTEST_F()
240 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, 0)); in HWTEST_F()
251 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, INT_MAX)); in HWTEST_F()
267 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, SECOND)); in HWTEST_F()
278 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, -1)); in HWTEST_F()
289 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, 0)); in HWTEST_F()
300 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, INT_MAX)); in HWTEST_F()
H A Dvideoenc_api11_sample.cpp190 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, DEFAULT_KEY_FRAME_INTERVAL); in ConfigureVideoEncoder()
238 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, DEFAULT_KEY_FRAME_INTERVAL); in ConfigureVideoEncoder_Temporal()
285 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, data); in ConfigureVideoEncoder_fuzz()
H A Dtemporal_test.cpp118 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, DEFAULT_KEY_FRAME_INTERVAL); in HWTEST_F()
147 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, DEFAULT_KEY_FRAME_INTERVAL); in HWTEST_F()
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp101 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, defaultKeyFrameInterval); in ConfigureVideoEncoder()
131 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, data); in ConfigureVideoEncoderFuzz()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
H A Dvideo_encoder.cpp130 OH_AVFormat_SetIntValue(format.get(), OH_MD_KEY_I_FRAME_INTERVAL, sampleInfo.iFrameInterval); in Configure()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp354 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, INT_MAX); in Configure()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp240 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_I_FRAME_INTERVAL, opt_.iFrameInterval.value()); in ConfigureEncoder()

Completed in 16 milliseconds