HomeSort by relevance Sort by last modified time
    Searched refs:FindLowerScale (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/media/base/
videocommon.cc 83 static float FindLowerScale(int width, int height, int target_num_pixels) {
134 float scale = FindLowerScale(frame_width, frame_height,
videoadapter.h 73 float FindLowerScale(int width, int height, int target_num_pixels);
videoadapter.cc 142 float VideoAdapter::FindLowerScale(int width, int height,
669 scale = FindLowerScale(input.width, input.height, min_num_pixels);

Completed in 49 milliseconds