Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dsimulcast.cc95 int FindSimulcastFormatIndex(int width, int height) { in FindSimulcastFormatIndex() function
107 int FindSimulcastFormatIndex(int width, int height, size_t max_layers) { in FindSimulcastFormatIndex() function
128 int index = FindSimulcastFormatIndex(width, height); in FindSimulcastMaxLayers()
139 const int format_index = FindSimulcastFormatIndex(width, height); in FindSimulcastMaxBitrateBps()
149 const int format_index = FindSimulcastFormatIndex(width, height); in FindSimulcastTargetBitrateBps()
157 const int format_index = FindSimulcastFormatIndex(width, height); in FindSimulcastMinBitrateBps()
165 int index = FindSimulcastFormatIndex(*width, *height, max_layers); in SlotSimulcastMaxResolution()