Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dframe_dropper.cc80 void FrameDropper::Fill(size_t framesize_bytes, bool delta_frame) { in Fill() argument
84 float framesize_kbits = 8.0f * static_cast<float>(framesize_bytes) / 1000.0f; in Fill()
Dframe_dropper.h48 void Fill(size_t framesize_bytes, bool delta_frame);