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

  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h 50 int32_t _currentWidth;
video_capture_linux.cc 54 _currentWidth(-1),
127 if (capability.width == _currentWidth &&
232 _currentWidth = video_fmt.fmt.pix.width;
266 if(_currentWidth >= 800 && _captureVideoType != kVideoMJPEG) {
463 frameInfo.width = _currentWidth;
484 settings.width = _currentWidth;

Completed in 94 milliseconds