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

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc552 if (schedule_task && AppendToInputFrame(NULL, 0) && FlushInputFrame()) {
725 if (!AppendToInputFrame(data, size))
779 return (AppendToInputFrame(data, size) &&
783 bool V4L2VideoDecodeAccelerator::AppendToInputFrame( function in class:content::V4L2VideoDecodeAccelerator
785 DVLOG(3) << "AppendToInputFrame()";
811 DVLOG(2) << "AppendToInputFrame(): stalled for input buffers";
837 LOG(ERROR) << "AppendToInputFrame(): over-size frame, erroring";

Completed in 31 milliseconds