Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_MAX_INPUT_SIZE (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dconfigure_test.cpp88 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, -1); in HWTEST_F()
108 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 0); in HWTEST_F()
128 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, -1); in HWTEST_F()
148 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 0); in HWTEST_F()
H A Dvideodec_ndk_sample.cpp241 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
H A Dvideodec_api11_sample.cpp307 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp208 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, inputBufSize); in getAVFormatFlac()
537 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, in HWTEST_F()
603 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, in HWTEST_F()
742 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 48000); in HWTEST_F()
772 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 48000); in HWTEST_F()
802 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 48000); in HWTEST_F()
832 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 48000); in HWTEST_F()
862 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 16384); in HWTEST_F()
H A DNativeStablityTest.cpp73 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, INPUT_SIZE_FLAC); in GetAVFormatByEncoder()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp49 const char *OH_MD_KEY_MAX_INPUT_SIZE = "max_input_size"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp32 {OH_MD_KEY_MAX_INPUT_SIZE, FORMAT_TYPE_INT32},
118 OH_MD_KEY_MAX_INPUT_SIZE,
/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/
H A Dswdecodersetparameter_fuzzer.cpp50 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecodersetparameter_fuzzer/
H A Dhevcswdecodersetparameter_fuzzer.cpp49 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/
H A Dencodersetparameter_fuzzer.cpp54 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h297 extern const char *OH_MD_KEY_MAX_INPUT_SIZE;
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_encoder.cpp241 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, DEFAULT_MAX_INPUT_SIZE); in Configure()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dapi_test.cpp2416 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, -1); in HWTEST_F()
2438 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 0); in HWTEST_F()
2460 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, -1); in HWTEST_F()
2482 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, 0); in HWTEST_F()
H A Dvideodec_ndk_sample.cpp305 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
H A Dvideodec_api11_sample.cpp331 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp480 OH_AVFormat_GetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, &inputBufSize); in NativeCreateToStart()
570 OH_AVFormat_GetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, &inputBufSize); in NativeRunCaseWithoutCreate()
818 OH_AVFormat_GetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, &inputBufSize); in TestRunCase()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp221 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
H A Dvideodec_ndk_sample.cpp172 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/
H A Dvideo_decoder_capi_unit_test.cpp559 OH_AVFormat_SetIntValue(format_, OH_MD_KEY_MAX_INPUT_SIZE, 114514); in HWTEST_F()

Completed in 25 milliseconds