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

  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.h 53 RawVideoType _captureVideoType;
video_capture_linux.cc 60 _captureVideoType(kVideoI420),
131 _captureVideoType == capability.rawType)
214 _captureVideoType = kVideoYUY2;
216 _captureVideoType = kVideoI420;
219 _captureVideoType = kVideoMJPEG;
264 if(_currentWidth >= 800 && _captureVideoType != kVideoMJPEG) {
473 frameInfo.rawType = _captureVideoType;
495 settings.rawType=_captureVideoType;

Completed in 89 milliseconds