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

  /external/chromium_org/content/common/gpu/media/
v4l2_image_processor.cc 146 // StartDevicePoll will NOTIFY_ERROR on failure, so IgnoreResult is fine here.
149 base::Bind(base::IgnoreResult(&V4L2ImageProcessor::StartDevicePoll),
642 bool V4L2ImageProcessor::StartDevicePoll() {
649 DLOG(ERROR) << "StartDevicePoll(): Device thread failed to start";
v4l2_video_encode_accelerator.cc 368 if (!StartDevicePoll())
668 bool V4L2VideoEncodeAccelerator::StartDevicePoll() {
669 DVLOG(3) << "StartDevicePoll()";
675 DLOG(ERROR) << "StartDevicePoll(): Device thread failed to start";
    [all...]
v4l2_video_decode_accelerator.cc 303 // StartDevicePoll will NOTIFY_ERROR on failure, so IgnoreResult is fine here.
307 base::IgnoreResult(&V4L2VideoDecodeAccelerator::StartDevicePoll),
    [all...]

Completed in 40 milliseconds