HomeSort by relevance Sort by last modified time
    Searched refs:test_num_pixels (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
videocommon.cc 90 int test_num_pixels = static_cast<int>(width * kScaleFactors[i] * local
92 int diff = target_num_pixels - test_num_pixels;
videoadapter.cc 101 float test_num_pixels = pixels * scale * scale; local
104 if (test_num_pixels < kMinNumPixels) {
107 float diff = target_num_pixels - test_num_pixels;

Completed in 82 milliseconds