Home
last modified time | relevance | path

Searched refs:OH_AudioDecoder_PushInputData (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md333 | OH_AudioDecoder_PushInputData | 9 |
356 | OH_AudioDecoder_PushInputData | 原音频解码模块变更为音频编解码模块 | OH_AudioCodec_PushInputBuffer |
378 调用OH_AudioDecoder_PushInputData(),写入待解码的数据。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md43 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_PushInputData](#oh_audiodecoder_pushinputd…
321 ### OH_AudioDecoder_PushInputData()
324 OH_AVErrCode OH_AudioDecoder_PushInputData (OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr…
H A Dnative__avcodec__audiodecoder_8h.md34 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_PushInputData](_audio_decoder.md#oh_audiod…
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.cpp157 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputData()
168 return OH_AudioDecoder_PushInputData(codec, index, info); in PushInputDataEOS()
473 OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleInputEOS()
488 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
492 ret = OH_AudioDecoder_PushInputData(audioDec_, index, info); in HandleNormalInput()
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiodecoder.h238 OH_AVErrCode OH_AudioDecoder_PushInputData(OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr …
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md43 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_PushInputData](#oh_audiodecoder_pushinputd…
321 ### OH_AudioDecoder_PushInputData()
324 OH_AVErrCode OH_AudioDecoder_PushInputData (OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr…
H A Dnative__avcodec__audiodecoder_8h.md34 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_PushInputData](_audio_decoder.md#oh_audiod…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/
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));
996 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr));
1335 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr));
1598 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr));
1815 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr));
2108 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr));
2355 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_PushInputData(audioDec_, index, attr));
[all …]
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()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md333 | OH_AudioDecoder_PushInputData | 9 |
356 | OH_AudioDecoder_PushInputData | The **AudioDecoder** module is changed to the **AudioCodec** modu…
378 Call **OH_AudioDecoder_PushInputData()** to write the data to decode.
/ohos5.0/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_AVCodecBuff… in OH_AudioDecoder_PushInputData() function