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_.
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_.IsRunning())
    [all...]
v4l2_video_encode_accelerator.cc 82 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_.message_loop()->PostTask
    [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_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 140 // 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
v4l2_video_decode_accelerator.cc 186 device_poll_thread_("V4L2DevicePollThread"),
197 DCHECK(!device_poll_thread_.IsRunning());
    [all...]

Completed in 1023 milliseconds