Lines Matching refs:index
45 * @param index The index corresponding to the new OH_AVFormat instance
50 typedef void (*OH_VideoEncoder_OnNeedInputParameter)(OH_AVCodec *codec, uint32_t index, OH_AVFormat *parameter,
295 * @param index The index value corresponding to the output Buffer
300 * Buffer index should be given by {@link OH_AVCodecOnNewOutputData}.
308 OH_AVErrCode OH_VideoEncoder_FreeOutputData(OH_AVCodec *codec, uint32_t index);
330 * @param index Enter the index value corresponding to the Buffer
336 * Buffer index should be given by {@link OH_AVCodecOnNeedInputData}.
344 OH_AVErrCode OH_VideoEncoder_PushInputData(OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr);
350 * @param index Enter the index value corresponding to the Buffer
355 * Buffer index should be given by {@link OH_AVCodecOnNeedInputBuffer}.
362 OH_AVErrCode OH_VideoEncoder_PushInputBuffer(OH_AVCodec *codec, uint32_t index);
369 * @param index Enter the index value corresponding to the input parameter
380 OH_AVErrCode OH_VideoEncoder_PushInputParameter(OH_AVCodec *codec, uint32_t index);
386 * @param index The index value corresponding to the output Buffer
391 * Buffer index should be given by {@link OH_AVCodecOnNewOutputBuffer}.
397 OH_AVErrCode OH_VideoEncoder_FreeOutputBuffer(OH_AVCodec *codec, uint32_t index);