/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_audiodecoder.h | 217 OH_AVErrCode OH_AudioDecoder_PushInputData(OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr);
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapidescription_fuzzer/ |
H A D | audiodecoderdemo.cpp | 158 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputData() 169 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputDataEOS() 475 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 490 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 494 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapiflush_fuzzer/ |
H A D | audiodecoderdemo.cpp | 158 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputData() 169 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputDataEOS() 475 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 490 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 494 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapireset_fuzzer/ |
H A D | audiodecoderdemo.cpp | 158 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputData() 169 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputDataEOS() 475 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 490 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 494 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapisetparameter_fuzzer/ |
H A D | audiodecoderdemo.cpp | 158 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputData() 169 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputDataEOS() 472 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 487 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 491 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.cpp | 158 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputData() 169 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputDataEOS() 472 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 487 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 491 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_demo.cpp | 350 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 365 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 369 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
H A D | AudioDecoderDemoCommon.cpp | 172 return OH_AudioDecoder_PushInputData(codec, index, attr); in NativePushInputData() 352 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleEOS() 374 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in NativePushInput() 386 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in NativePushInput() 898 OH_AudioDecoder_PushInputData(audioDec_, index, info); in TestReadDatFile() 927 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in TestReadDatFile() 931 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in TestReadDatFile()
|
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_ability_unit_test.cpp | 282 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 297 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 302 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
|
H A D | audio_decoder_capi_unit_test.cpp | 237 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS() 252 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 257 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput() 724 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr)); in HWTEST_F() 996 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr)); in HWTEST_F() 1335 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr)); in HWTEST_F() 1598 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr)); in HWTEST_F() 1815 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr)); in HWTEST_F() 2108 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr)); in HWTEST_F() 2355 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_audio_decoder.cpp | 371 OH_AVErrCode OH_AudioDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) in OH_AudioDecoder_PushInputData() function
|