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

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc213 StopDevicePoll();
665 bool V4L2ImageProcessor::StopDevicePoll() { function in class:content::V4L2ImageProcessor
H A Dv4l2_video_encode_accelerator.cc385 StopDevicePoll();
696 bool V4L2VideoEncodeAccelerator::StopDevicePoll() { function in class:content::V4L2VideoEncodeAccelerator
697 DVLOG(3) << "StopDevicePoll()";
741 DVLOG(3) << "StopDevicePoll(): device poll stopped";
H A Dv4l2_video_decode_accelerator.cc1296 if (!StopDevicePoll(false))
1333 // StopDevicePoll() unconditionally does _not_ destroy buffers, however.
1334 if (!StopDevicePoll(false))
1406 StopDevicePoll(false);
1439 bool V4L2VideoDecodeAccelerator::StopDevicePoll(bool keep_input_state) { function in class:content::V4L2VideoDecodeAccelerator
1440 DVLOG(3) << "StopDevicePoll()";
1504 DVLOG(3) << "StopDevicePoll(): device poll stopped";
1519 if (!StopDevicePoll(true))

Completed in 90 milliseconds