Searched refs:FindLowerScale (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videocommon.cc | 80 static float FindLowerScale(int width, int height, int target_num_pixels) { in FindLowerScale() function 134 float scale = FindLowerScale(frame_width, frame_height, in ComputeScaleMaxPixels()
|
D | videoadapter.h | 80 float FindLowerScale(int width, int height, int target_num_pixels);
|
D | videoadapter.cc | 139 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()
|