Searched refs:device_poll_thread_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc68 device_poll_thread_("V4L2ImageProcessorDevicePollThread"),
79 DCHECK(!device_poll_thread_.IsRunning());
200 DCHECK(!device_poll_thread_.IsRunning());
212 // Stop streaming and the device_poll_thread_.
389 DCHECK_EQ(device_poll_thread_.message_loop(), base::MessageLoop::current());
409 // * device_poll_thread_ is running normally
410 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
412 if (!device_poll_thread_.message_loop())
424 device_poll_thread_.message_loop()->PostTask(
647 DCHECK(!device_poll_thread_
[all...]
H A Dv4l2_image_processor.h108 // Attempt to start/stop device_poll_thread_.
112 // Ran on device_poll_thread_ to wait for device events.
141 base::Thread device_poll_thread_; member in class:content::V4L2ImageProcessor
H A Dv4l2_video_encode_accelerator.cc82 device_poll_thread_("V4L2EncoderDevicePollThread"),
89 DCHECK(!device_poll_thread_.IsRunning());
384 // Stop streaming and the device_poll_thread_.
415 // * device_poll_thread_ is running normally
416 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
419 DCHECK(device_poll_thread_.message_loop());
421 device_poll_thread_.message_loop()->PostTask(
677 DCHECK(!device_poll_thread_.IsRunning());
680 if (!device_poll_thread_.Start()) {
687 device_poll_thread_
[all...]
H A Dv4l2_video_decode_accelerator.h56 // * The device_poll_thread_, owned by this class. All it does is epoll() on
235 // Attempt to start/stop device_poll_thread_.
251 // Device tasks, to be run on device_poll_thread_.
422 base::Thread device_poll_thread_; member in class:content::V4L2VideoDecodeAccelerator
H A Dv4l2_video_encode_accelerator.h140 // Attempt to start/stop device_poll_thread_.
145 // Device tasks, to be run on device_poll_thread_.
260 base::Thread device_poll_thread_; member in class:content::V4L2VideoEncodeAccelerator
H A Dv4l2_video_decode_accelerator.cc186 device_poll_thread_("V4L2DevicePollThread"),
197 DCHECK(!device_poll_thread_.IsRunning());
924 // * device_poll_thread_ is running normally
925 // * device_poll_thread_ scheduled us, but then a ResetTask() or DestroyTask()
928 DCHECK(device_poll_thread_.message_loop());
930 device_poll_thread_.message_loop()->PostTask(
1405 // Stop streaming and the device_poll_thread_.
1422 DCHECK(!device_poll_thread_.IsRunning());
1426 if (!device_poll_thread_.Start()) {
1431 device_poll_thread_
[all...]

Completed in 395 milliseconds