Home
last modified time | relevance | path

Searched refs:OH_AVCodecOnNeedInputData (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md69 | OH_AVCodecOnNeedInputData | 9 |
84 | OH_AVCodecOnNeedInputData | 编解码输入数据回调由AVMemory增强为AVBuffer |OH_AVCodecOnNeedInputBuffer|
97 编解码输入回调实现OH_AVCodecOnNeedInputData
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md331OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)回调将报告可用的输入缓冲区和相应的索引值。一旦具有指定索引的…
456 调用此接口启动解码器,在Prepare成功后执行。启动后,解码器将开始上报OH_AVCodecOnNeedInputData事件。
H A D_audio_encoder.md327OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)回调 将报告可用的输入缓冲区和相应的索引值。一旦具有指定索引…
452 调用此接口启动编码器,在Prepare成功后执行。启动后,编码器将开始上报OH_AVCodecOnNeedInputData事件。
H A D_o_h___a_v_codec_async_callback.md28 | [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata) [onNeedInputData](#onneedin…
H A D_video_decoder.md856 输入回调将报告可用的输入缓冲区和相应的index值,请参阅[OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)。…
873 | index | 输入buffer对应的索引值。由[OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)给出。 …
H A D_codec_base.md180 | typedef void(\* [OH_AVCodecOnNeedInputData](#oh_avcodeconneedinputdata)) ([OH_AVCodec](#oh_avcode…
397 | onNeedInputData | 监控编解码器需要输入数据,请参见[OH_AVCodecOnNeedInputData](#oh_avcodeconneedinputdata)。 |
473 ### OH_AVCodecOnNeedInputData subsection
476 typedef void(* OH_AVCodecOnNeedInputData) (OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, vo…
H A D_video_encoder.md900 | index | 输入缓冲区对应的索引值。由[OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)给出。 |
H A Dnative__avcodec__base_8h.md33 | typedef void(\* [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)) (OH_AVCode…
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h92 typedef void (*OH_AVCodecOnNeedInputData)(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, voi… typedef
154 OH_AVCodecOnNeedInputData onNeedInputData;
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_o_h___a_v_codec_async_callback.md28 | [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata) [onNeedInputData](#onneedin…
H A D_audio_decoder.md331OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata) callback reports the availabl…
456 …ssfully. After being started, the decoder starts to report the **OH_AVCodecOnNeedInputData** event.
H A D_audio_encoder.md327OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata) callback reports the availabl…
452 …ssfully. After being started, the encoder starts to report the **OH_AVCodecOnNeedInputData** event.
H A D_video_decoder.md900 …rts the available input buffer and the index. For details, see [OH_AVCodecOnNeedInputData](_codec_…
917 | index | Index of an input buffer. The index is obtained from [OH_AVCodecOnNeedInputData](_codec_b…
H A D_codec_base.md180 | typedef void(\* [OH_AVCodecOnNeedInputData](#oh_avcodeconneedinputdata)) ([OH_AVCodec](#oh_avcode…
403 … Callback used to report input data required. For details, see [OH_AVCodecOnNeedInputData](#oh_avc…
485 ### OH_AVCodecOnNeedInputData subsection
488 typedef void(* OH_AVCodecOnNeedInputData) (OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, vo…
H A D_video_encoder.md945 | index | Index of the input buffer. The index is obtained from [OH_AVCodecOnNeedInputData](_codec_…
H A Dnative__avcodec__base_8h.md33 | typedef void(\* [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)) (OH_AVCode…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md69 | OH_AVCodecOnNeedInputData | 9 |
84 | OH_AVCodecOnNeedInputData | The callback function for codec input data is changed from **AVMemory…
97 Implementation of the codec input callback: **OH_AVCodecOnNeedInputData**