OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_currentwidth
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.h
49
int32_t
_currentWidth
;
video_capture_linux.cc
56
_currentWidth
(-1),
129
if (capability.width ==
_currentWidth
&&
230
_currentWidth
= video_fmt.fmt.pix.width;
264
if(
_currentWidth
>= 800 && _captureVideoType != kVideoMJPEG) {
471
frameInfo.width =
_currentWidth
;
492
settings.width =
_currentWidth
;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.h
72
_currentWidth
(0),
85
int
_currentWidth
;
normal_test.cc
152
if (videoFrame.width() !=
_currentWidth
||
155
_currentWidth
= videoFrame.width();
Completed in 550 milliseconds