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

  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h 51 int32_t _currentHeight;
video_capture_linux.cc 55 _currentHeight(-1),
128 capability.height == _currentHeight &&
233 _currentHeight = video_fmt.fmt.pix.height;
464 frameInfo.height = _currentHeight;
485 settings.height = _currentHeight;

Completed in 109 milliseconds