Home
last modified time | relevance | path

Searched refs:FindLowerScale (Results 1 – 3 of 3) sorted by relevance

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