OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxTL0FpsReduction
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers.h
27
static const double
kMaxTL0FpsReduction
;
screenshare_layers.cc
28
const double ScreenshareLayers::
kMaxTL0FpsReduction
= 2.5;
140
// - TL0 frame rate no less than framerate /
kMaxTL0FpsReduction
.
143
std::min(bitrate_kbps *
kMaxTL0FpsReduction
,
screenshare_layers_unittest.cc
370
ScreenshareLayers::
kMaxTL0FpsReduction
* 100 + 0.5),
Completed in 267 milliseconds