Searched refs:ReleaseOutputBuffer (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/media/base/android/ |
D | video_decoder_job.cc | 53 void VideoDecoderJob::ReleaseOutputBuffer( in ReleaseOutputBuffer() function in media::VideoDecoderJob 58 video_codec_bridge_->ReleaseOutputBuffer(output_buffer_index, render_output); in ReleaseOutputBuffer()
|
D | audio_decoder_job.cc | 60 void AudioDecoderJob::ReleaseOutputBuffer( in ReleaseOutputBuffer() function in media::AudioDecoderJob 68 audio_codec_bridge_->ReleaseOutputBuffer(output_buffer_index, false); in ReleaseOutputBuffer()
|
D | video_decoder_job.h | 41 virtual void ReleaseOutputBuffer(
|
D | audio_decoder_job.h | 42 virtual void ReleaseOutputBuffer(
|
D | media_decoder_job.h | 86 virtual void ReleaseOutputBuffer(
|
D | media_decoder_job.cc | 372 base::Bind(&MediaDecoderJob::ReleaseOutputBuffer, in DecodeInternal() 394 ReleaseOutputBuffer(buffer_index, size, render_output, completion_callback); in DecodeInternal()
|
D | media_codec_bridge.h | 155 void ReleaseOutputBuffer(int index, bool render);
|
D | media_codec_bridge_unittest.cc | 140 media_codec->ReleaseOutputBuffer(output_buf_index, false); in DecodeMediaFrame()
|
D | media_codec_bridge.cc | 374 void MediaCodecBridge::ReleaseOutputBuffer(int index, bool render) { in ReleaseOutputBuffer() function in media::MediaCodecBridge
|
/external/chromium_org/content/common/gpu/media/ |
D | android_video_encode_accelerator.cc | 399 media_codec_->ReleaseOutputBuffer(buf_index, false); in DequeueOutput()
|
D | android_video_decode_accelerator.cc | 287 media_codec_->ReleaseOutputBuffer(buf_index, true); in DequeueOutput()
|