Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dscreenshare_layers.cc57 float total_threshold_kbps = 0; in GetSuperFrameSettings() local
66 total_threshold_kbps += threshold_kbps_[layer_id]; in GetSuperFrameSettings()
72 if (total_bits_used > total_threshold_kbps * 1000) in GetSuperFrameSettings()