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

  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h 52 // * The device_poll_thread_, owned by this class. All it does is epoll() on
239 // Attempt to start/stop device_poll_thread_.
259 // Device tasks, to be run on device_poll_thread_.
419 base::Thread device_poll_thread_; member in class:content::ExynosVideoDecodeAccelerator
exynos_video_encode_accelerator.h 143 // Attempt to start/stop device_poll_thread_.
151 // Device tasks, to be run on device_poll_thread_.
298 base::Thread device_poll_thread_; member in class:content::ExynosVideoEncodeAccelerator
exynos_video_decode_accelerator.cc 213 device_poll_thread_("ExynosDevicePollThread"),
222 DCHECK(!device_poll_thread_.IsRunning());
779 DCHECK(!device_poll_thread_.IsRunning());
    [all...]
exynos_video_encode_accelerator.cc 108 device_poll_thread_("ExynosEncoderDevicePollThread"),
115 DCHECK(!device_poll_thread_.IsRunning());
452 // Stop streaming and the device_poll_thread_.
491 // * device_poll_thread_ is running normally
492 // * device_poll_thread_ scheduled us, but then a DestroyTask() shut it down,
495 DCHECK(device_poll_thread_.message_loop());
497 device_poll_thread_.message_loop()->PostTask(
    [all...]

Completed in 574 milliseconds