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

/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.h53 RawVideoType _captureVideoType; member in class:webrtc::videocapturemodule::VideoCaptureModuleV4L2
H A Dvideo_capture_linux.cc60 _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 181 milliseconds