Searched refs:nackBytes (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/utility/
H A Dframe_dropper.h56 void UpdateNack(uint32_t nackBytes);
H A Dframe_dropper.cc141 void FrameDropper::UpdateNack(uint32_t nackBytes) { argument
145 _accumulator += static_cast<float>(nackBytes) * 8.0f / 1000.0f;

Completed in 30 milliseconds