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

  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h 54 RawVideoType _captureVideoType;
video_capture_linux.cc 58 _captureVideoType(kVideoI420),
129 _captureVideoType == capability.rawType)
214 _captureVideoType = kVideoYUY2;
216 _captureVideoType = kVideoI420;
218 _captureVideoType = kVideoUYVY;
221 _captureVideoType = kVideoMJPEG;
266 if(_currentWidth >= 800 && _captureVideoType != kVideoMJPEG) {
465 frameInfo.rawType = _captureVideoType;
487 settings.rawType=_captureVideoType;

Completed in 138 milliseconds