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

/external/chromium_org/content/common/gpu/media/
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.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.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

Completed in 68 milliseconds