Lines Matching refs:buffer
71 * Opaque structure representing a MediaCodec buffer to render.
76 * Release a MediaCodec buffer and render it to the surface that is associated
78 * buffer, once released the underlying buffer returns to the codec, thus
81 * @param buffer the buffer to render
82 * @param render 1 to release and render the buffer to the surface or 0 to
83 * discard the buffer
86 int av_mediacodec_release_buffer(AVMediaCodecBuffer *buffer, int render);
89 * Release a MediaCodec buffer and render it at the given time to the surface
95 * @param buffer the buffer to render
96 * @param time timestamp in nanoseconds of when to render the buffer
99 int av_mediacodec_render_buffer_at_time(AVMediaCodecBuffer *buffer, int64_t time);