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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc 80 static float FindLowerScale(int width, int height, int target_num_pixels) {
134 float scale = FindLowerScale(frame_width, frame_height,
videoadapter.h 80 float FindLowerScale(int width, int height, int target_num_pixels);
videoadapter.cc 139 float VideoAdapter::FindLowerScale(int width, int height,
744 scale = FindLowerScale(input.width, input.height, min_num_pixels);

Completed in 224 milliseconds