Searched defs:FindLowerScale (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocommon.cc80 static float FindLowerScale(int width, int height, int target_num_pixels) { function in namespace:cricket
134 float scale = FindLowerScale(frame_width, frame_height,
H A Dvideoadapter.cc139 float VideoAdapter::FindLowerScale(int width, int height, function in class:cricket::VideoAdapter
744 scale = FindLowerScale(input.width, input.height, min_num_pixels);

Completed in 68 milliseconds