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

/external/webrtc/talk/media/base/
H A Dvideocommon.cc83 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.cc142 float VideoAdapter::FindLowerScale(int width, int height, function in class:cricket::VideoAdapter
669 scale = FindLowerScale(input.width, input.height, min_num_pixels);

Completed in 116 milliseconds