HomeSort by relevance Sort by last modified time
    Searched defs:VCMLossProtectionLogic (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc 471 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs)
492 VCMLossProtectionLogic::~VCMLossProtectionLogic() {
496 void VCMLossProtectionLogic::SetMethod(
518 void VCMLossProtectionLogic::UpdateRtt(int64_t rtt) {
522 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255,
551 uint8_t VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const {
573 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs,
601 void VCMLossProtectionLogic::UpdateFilteredLossPr(uint8_t packetLossEnc)
    [all...]
media_opt_util.h 225 class VCMLossProtectionLogic {
227 explicit VCMLossProtectionLogic(int64_t nowMs);
228 ~VCMLossProtectionLogic();

Completed in 95 milliseconds