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

  /external/webrtc/talk/media/base/
videoadapter.h 71 float FindClosestScale(int width, int height, int target_num_pixels);
videoadapter.cc 126 float VideoAdapter::FindClosestScale(int width, int height,
612 scale = FindClosestScale(input.width,
653 float scale = FindClosestScale(input.width, input.height, min_num_pixels);

Completed in 684 milliseconds