Searched refs:FindLowerScale (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videocommon.cc | 83 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 | 73 float FindLowerScale(int width, int height, int target_num_pixels);
|
D | videoadapter.cc | 142 float VideoAdapter::FindLowerScale(int width, int height, in FindLowerScale() function in cricket::VideoAdapter 669 scale = FindLowerScale(input.width, input.height, min_num_pixels); in AdaptToMinimumFormat()
|