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

  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h 50 // ServiceDeviceTask(). Almost all state modification is done on this thread
53 // the V4L2 in DevicePollTask() and schedule a ServiceDeviceTask() on the
203 void ServiceDeviceTask(bool mfc_event_pending);
exynos_video_encode_accelerator.h 130 void ServiceDeviceTask();
exynos_video_decode_accelerator.cc     [all...]
exynos_video_encode_accelerator.cc 459 void ExynosVideoEncodeAccelerator::ServiceDeviceTask() {
460 DVLOG(3) << "ServiceDeviceTask()";
466 DVLOG(2) << "ServiceDeviceTask(): early out: kError state";
489 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
503 DVLOG(2) << "ServiceDeviceTask(): buffer counts: ENC["
    [all...]

Completed in 31 milliseconds