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

  /external/chromium_org/content/common/gpu/media/
v4l2_image_processor.cc 395 // All processing should happen on ServiceDeviceTask(), since we shouldn't
399 base::Bind(&V4L2ImageProcessor::ServiceDeviceTask,
403 void V4L2ImageProcessor::ServiceDeviceTask() {
405 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
v4l2_video_encode_accelerator.cc 386 void V4L2VideoEncodeAccelerator::ServiceDeviceTask() {
387 DVLOG(3) << "ServiceDeviceTask()";
393 DVLOG(2) << "ServiceDeviceTask(): early out: kError state";
408 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
749 // All processing should happen on ServiceDeviceTask(), since we shouldn't
753 base::Bind(&V4L2VideoEncodeAccelerator::ServiceDeviceTask,
    [all...]
v4l2_video_decode_accelerator.cc 888 void V4L2VideoDecodeAccelerator::ServiceDeviceTask(bool event_pending) {
889 DVLOG(3) << "ServiceDeviceTask()";
892 TRACE_EVENT0("Video Decoder", "V4L2VDA::ServiceDeviceTask");
895 DVLOG(2) << "ServiceDeviceTask(): early out: kResetting state";
    [all...]

Completed in 176 milliseconds