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

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc388 void V4L2ImageProcessor::DevicePollTask(bool poll_device) { function in class:content::V4L2ImageProcessor
407 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
426 base::Bind(&V4L2ImageProcessor::DevicePollTask,
649 // Start up the device poll thread and schedule its first DevicePollTask().
660 &V4L2ImageProcessor::DevicePollTask, base::Unretained(this), false));
670 // Signal the DevicePollTask() to stop, and stop the device poll thread.
H A Dv4l2_video_encode_accelerator.cc413 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
420 // Queue the DevicePollTask() now.
423 base::Bind(&V4L2VideoEncodeAccelerator::DevicePollTask,
679 // Start up the device poll thread and schedule its first DevicePollTask().
689 base::Bind(&V4L2VideoEncodeAccelerator::DevicePollTask,
699 // Signal the DevicePollTask() to stop, and stop the device poll thread.
745 void V4L2VideoEncodeAccelerator::DevicePollTask(bool poll_device) { function in class:content::V4L2VideoEncodeAccelerator
746 DVLOG(3) << "DevicePollTask()";
H A Dv4l2_video_decode_accelerator.cc922 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
929 // Queue the DevicePollTask() now.
932 base::Bind(&V4L2VideoDecodeAccelerator::DevicePollTask,
1425 // Start up the device poll thread and schedule its first DevicePollTask().
1432 &V4L2VideoDecodeAccelerator::DevicePollTask,
1444 // Signal the DevicePollTask() to stop, and stop the device poll thread.
1573 void V4L2VideoDecodeAccelerator::DevicePollTask(bool poll_device) { function in class:content::V4L2VideoDecodeAccelerator
1574 DVLOG(3) << "DevicePollTask()";
1576 TRACE_EVENT0("Video Decoder", "V4L2VDA::DevicePollTask");

Completed in 1512 milliseconds