Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiodecoder.h217 OH_AVErrCode OH_AudioDecoder_PushInputData(OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapidescription_fuzzer/
H A Daudiodecoderdemo.cpp158 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 Daudiodecoderdemo.cpp158 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 Daudiodecoderdemo.cpp158 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 Daudiodecoderdemo.cpp158 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 Daudiodecoderdemo.cpp158 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 Davcodec_audio_decoder_demo.cpp350 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 DAudioDecoderDemoCommon.cpp172 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 Daudio_decoder_ability_unit_test.cpp282 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 Daudio_decoder_capi_unit_test.cpp237 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 Dnative_audio_decoder.cpp371 OH_AVErrCode OH_AudioDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) in OH_AudioDecoder_PushInputData() function

Completed in 15 milliseconds