HomeSort by relevance Sort by last modified time
    Searched refs:device_poll_thread_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_image_processor.cc 68 device_poll_thread_("V4L2ImageProcessorDevicePollThread"),
79 DCHECK(!device_poll_thread_.IsRunning());
200 DCHECK(!device_poll_thread_.IsRunning());
212 // Stop streaming and the device_poll_thread_.
387 DCHECK_EQ(device_poll_thread_.message_loop(), base::MessageLoop::current());
407 // * device_poll_thread_ is running normally
408 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
410 if (!device_poll_thread_.message_loop())
422 device_poll_thread_.message_loop()->PostTask(
645 DCHECK(!device_poll_thread_.IsRunning())
    [all...]
v4l2_image_processor.h 108 // 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
v4l2_video_encode_accelerator.cc 84 device_poll_thread_("V4L2EncoderDevicePollThread") {
89 DCHECK(!device_poll_thread_.IsRunning());
379 // Stop streaming and the device_poll_thread_.
410 // * device_poll_thread_ is running normally
411 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
414 DCHECK(device_poll_thread_.message_loop());
416 device_poll_thread_.message_loop()->PostTask(
671 DCHECK(!device_poll_thread_.IsRunning());
674 if (!device_poll_thread_.Start()) {
681 device_poll_thread_.message_loop()->PostTask
    [all...]
v4l2_video_decode_accelerator.h 56 // * 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
v4l2_video_encode_accelerator.h 138 // Attempt to start/stop device_poll_thread_.
143 // Device tasks, to be run on device_poll_thread_.
273 base::Thread device_poll_thread_; member in class:content::V4L2VideoEncodeAccelerator
v4l2_video_decode_accelerator.cc 186 device_poll_thread_("V4L2DevicePollThread"),
197 DCHECK(!device_poll_thread_.IsRunning());
    [all...]

Completed in 502 milliseconds