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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 122 float VideoAdapter::FindClosestScale(int width, int height,
591 scale = FindClosestScale(input.width,
632 float scale = FindClosestScale(input.width, input.height, min_num_pixels);
videoadapter.h 75 float FindClosestScale(int width, int height, int target_num_pixels);

Completed in 860 milliseconds