OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desired_height
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/video/
constants.py
10
DESIRED_HEIGHT
= 494
/external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py
80
box = (0, 0, constants.DESIRED_WIDTH, constants.
DESIRED_HEIGHT
)
/external/webrtc/talk/media/base/
videocapturer.cc
619
int
desired_height
= desired.height;
local
626
? supported.width *
desired_height
/ desired_width
627
:
desired_height
;
Completed in 100 milliseconds