Home
last modified time | relevance | path

Searched refs:FindClosestScale (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoadapter.cc126 float VideoAdapter::FindClosestScale(int width, int height, in FindClosestScale() function in cricket::VideoAdapter
612 scale = FindClosestScale(input.width, in IsMinimumFormat()
653 float scale = FindClosestScale(input.width, input.height, min_num_pixels); in AdaptToMinimumFormat()
Dvideoadapter.h71 float FindClosestScale(int width, int height, int target_num_pixels);