OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_num_pixels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc
87
int
test_num_pixels
= static_cast<int>(width * kScaleFactors[i] *
local
89
int diff = target_num_pixels -
test_num_pixels
;
videoadapter.cc
97
float
test_num_pixels
= pixels * scale * scale;
local
100
if (
test_num_pixels
< kMinNumPixels) {
103
float diff = target_num_pixels -
test_num_pixels
;
Completed in 34 milliseconds