/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 333 | 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.md | 43 | [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 D | native__avcodec__audiodecoder_8h.md | 34 | [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 D | audiodecoderdemo.cpp | 157 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 D | native_avcodec_audiodecoder.h | 238 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 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()
|
/ohos5.0/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()
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _audio_decoder.md | 43 | [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 D | native__avcodec__audiodecoder_8h.md | 34 | [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 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)); 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 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()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 333 | 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 D | native_audio_decoder.cpp | 371 OH_AVErrCode OH_AudioDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBuff… in OH_AudioDecoder_PushInputData() function
|