Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dframe_dropper.cc84 float framesize_kbits = 8.0f * static_cast<float>(framesize_bytes) / 1000.0f; in Fill() local
100 framesize_kbits / large_frame_accumulation_count_; in Fill()
101 framesize_kbits = 0; in Fill()
107 (framesize_kbits > in Fill()
113 framesize_kbits / large_frame_accumulation_count_; in Fill()
114 framesize_kbits = 0; in Fill()
116 delta_frame_size_avg_kbits_.Apply(1, framesize_kbits); in Fill()
121 accumulator_ += framesize_kbits; in Fill()