OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc
176
int
best_width
;
local
181
GetBestFormat(&
best_width
, &best_height, &best_frame_rate);
182
if (
best_width
!= 0 && best_height != 0 && best_frame_rate != 0) {
183
if (
best_width
!= capture_settings.width ||
/ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c
59
/* Cost of a filled line n chars longer or shorter than
best_width
. */
172
static int
best_width
;
variable
215
best_width
= max_width * (201 - 2 * LEEWAY) / 200;
522
n =
best_width
- len;
Completed in 101 milliseconds