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

  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.h 35 enum {kNoOfV4L2Bufffers=4};
video_capture_linux.cc 341 rbuffer.count = kNoOfV4L2Bufffers;
350 if (rbuffer.count > kNoOfV4L2Bufffers)
351 rbuffer.count = kNoOfV4L2Bufffers;

Completed in 82 milliseconds