Home
last modified time | relevance | path

Searched refs:test_num_pixels (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocommon.cc87 int test_num_pixels = static_cast<int>(width * kScaleFactors[i] * in FindLowerScale() local
89 int diff = target_num_pixels - test_num_pixels; in FindLowerScale()
Dvideoadapter.cc98 float test_num_pixels = pixels * scale * scale; in FindScale() local
101 if (test_num_pixels < kMinNumPixels) { in FindScale()
104 float diff = target_num_pixels - test_num_pixels; in FindScale()