Searched defs:FlushInputFrame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc550 schedule_task = FlushInputFrame();
552 if (schedule_task && AppendToInputFrame(NULL, 0) && FlushInputFrame()) {
732 if (!FlushInputFrame())
780 (decoder_partial_frame_pending_ || FlushInputFrame()));
798 if (!FlushInputFrame())
850 bool V4L2VideoDecodeAccelerator::FlushInputFrame() { function in class:content::V4L2VideoDecodeAccelerator
851 DVLOG(3) << "FlushInputFrame()";
880 DVLOG(3) << "FlushInputFrame(): submitting input_id="

Completed in 425 milliseconds