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

/external/webrtc/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc609 void VCMLossProtectionLogic::UpdatePacketsPerFrame(float nPackets, argument
612 nPackets);
616 void VCMLossProtectionLogic::UpdatePacketsPerFrameKey(float nPackets, argument
619 static_cast<float>(nowMs - _lastPacketPerFrameUpdateTKey), nPackets);

Completed in 146 milliseconds