Searched refs:kNoOfV4L2Bufffers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.h35 enum {kNoOfV4L2Bufffers=4}; enumerator in enum:webrtc::videocapturemodule::VideoCaptureModuleV4L2::__anon16047
H A Dvideo_capture_linux.cc341 rbuffer.count = kNoOfV4L2Bufffers;
350 if (rbuffer.count > kNoOfV4L2Bufffers)
351 rbuffer.count = kNoOfV4L2Bufffers;

Completed in 3029 milliseconds