Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoadapter.h72 float FindClosestViewScale(int width, int height, int target_num_pixels);
Dvideoadapter.cc133 float VideoAdapter::FindClosestViewScale(int width, int height, in FindClosestViewScale() function in cricket::VideoAdapter
304 const float scale = VideoAdapter::FindClosestViewScale( in AdaptFrameResolution()