/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | configure_test.cpp | 88 (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 D | videodec_ndk_sample.cpp | 241 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
|
H A D | videodec_api11_sample.cpp | 307 (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 D | NativeFunctionTest.cpp | 208 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 D | NativeStablityTest.cpp | 73 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 D | native_avcodec_base.cpp | 49 const char *OH_MD_KEY_MAX_INPUT_SIZE = "max_input_size"; variable
|
/foundation/multimedia/av_codec/test/unittest/key_type_test/ |
H A D | key_type_test.cpp | 32 {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 D | swdecodersetparameter_fuzzer.cpp | 50 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecodersetparameter_fuzzer/ |
H A D | hevcswdecodersetparameter_fuzzer.cpp | 49 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/ |
H A D | encodersetparameter_fuzzer.cpp | 54 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 297 extern const char *OH_MD_KEY_MAX_INPUT_SIZE;
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | audio_encoder.cpp | 241 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 D | api_test.cpp | 2416 (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 D | videodec_ndk_sample.cpp | 305 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
|
H A D | videodec_api11_sample.cpp | 331 (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 D | AudioEncoderDemoCommon.cpp | 480 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 D | videodec_api11_sample.cpp | 221 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, maxInputSize); in ConfigureVideoDecoder()
|
H A D | videodec_ndk_sample.cpp | 172 (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 D | video_decoder_capi_unit_test.cpp | 559 OH_AVFormat_SetIntValue(format_, OH_MD_KEY_MAX_INPUT_SIZE, 114514); in HWTEST_F()
|