Searched refs:render_output (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/media/base/android/ |
D | audio_decoder_job.cc | 69 bool render_output, in ReleaseOutputBuffer() argument 72 render_output = render_output && (size != 0u); in ReleaseOutputBuffer() 73 if (render_output) { in ReleaseOutputBuffer()
|
D | video_decoder_job.cc | 77 bool render_output, in ReleaseOutputBuffer() argument 80 media_codec_bridge_->ReleaseOutputBuffer(output_buffer_index, render_output); in ReleaseOutputBuffer()
|
D | media_decoder_job.cc | 455 bool render_output = presentation_timestamp >= preroll_timestamp_ && in DecodeInternal() local 459 if (render_output && ComputeTimeToRender()) { in DecodeInternal() 471 render_output, in DecodeInternal() 482 if (render_output) { in DecodeInternal() 493 ReleaseOutputBuffer(buffer_index, size, render_output, presentation_timestamp, in DecodeInternal()
|
D | audio_decoder_job.h | 44 bool render_output,
|
D | video_decoder_job.h | 53 bool render_output,
|
D | media_decoder_job.h | 120 bool render_output,
|