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 D | changelogs-multimedia.md | 69 | 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.md | 331 …OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)回调将报告可用的输入缓冲区和相应的索引值。一旦具有指定索引的… 456 调用此接口启动解码器,在Prepare成功后执行。启动后,解码器将开始上报OH_AVCodecOnNeedInputData事件。
|
H A D | _audio_encoder.md | 327 …OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)回调 将报告可用的输入缓冲区和相应的索引值。一旦具有指定索引… 452 调用此接口启动编码器,在Prepare成功后执行。启动后,编码器将开始上报OH_AVCodecOnNeedInputData事件。
|
H A D | _o_h___a_v_codec_async_callback.md | 28 | [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata) [onNeedInputData](#onneedin…
|
H A D | _video_decoder.md | 856 输入回调将报告可用的输入缓冲区和相应的index值,请参阅[OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)。… 873 | index | 输入buffer对应的索引值。由[OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)给出。 …
|
H A D | _codec_base.md | 180 | 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.md | 900 | index | 输入缓冲区对应的索引值。由[OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)给出。 |
|
H A D | native__avcodec__base_8h.md | 33 | typedef void(\* [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata)) (OH_AVCode…
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 92 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.md | 28 | [OH_AVCodecOnNeedInputData](_codec_base.md#oh_avcodeconneedinputdata) [onNeedInputData](#onneedin…
|
H A D | _audio_decoder.md | 331 …OH_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.md | 327 …OH_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.md | 900 …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.md | 180 | 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.md | 945 | index | Index of the input buffer. The index is obtained from [OH_AVCodecOnNeedInputData](_codec_…
|
H A D | native__avcodec__base_8h.md | 33 | 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 D | changelogs-multimedia.md | 69 | 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**
|