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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Drealtime_temporal_layers.cc66 int input_fps) {
67 if (input_fps >= 24) {
70 if (input_fps >= 20 && current_temporal_layers >= 3) {
74 if (input_fps >= 10) {
77 if (input_fps > 8 && current_temporal_layers >= 2) {
65 CalculateNumberOfTemporalLayers(int current_temporal_layers, int input_fps) argument

Completed in 96 milliseconds