Searched defs:max_layers (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dsimulcast.cc44 size_t max_layers; member in struct:cricket::SimulcastFormat
107 int FindSimulcastFormatIndex(int width, int height, size_t max_layers) { argument
113 max_layers == kSimulcastFormats[i].max_layers) {
132 return kSimulcastFormats[index].max_layers;
138 int FindSimulcastMaxBitrateBps(int width, int height, size_t max_layers) { argument
148 size_t max_layers) {
156 int FindSimulcastMinBitrateBps(int width, int height, size_t max_layers) { argument
164 bool SlotSimulcastMaxResolution(size_t max_layers, int* width, int* height) { argument
165 int index = FindSimulcastFormatIndex(*width, *height, max_layers);
146 FindSimulcastTargetBitrateBps(int width, int height, size_t max_layers) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h390 unsigned max_layers, skip_chroma_deint; member in struct:__anon15659

Completed in 93 milliseconds