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

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_rtcp_proto_impl.h 112 maxSeqNumRecievedUptoThisRR = aSrc.maxSeqNumRecievedUptoThisRR;
129 maxSeqNumRecievedUptoThisRR = a.maxSeqNumRecievedUptoThisRR;
146 maxSeqNumRecievedUptoThisRR = 0;
161 int32 maxSeqNumRecievedUptoThisRR;
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp 380 if (iRTCPStats.maxSeqNumRecievedUptoThisRR == 0)
382 iRTCPStats.maxSeqNumRecievedUptoThisRR =
386 iRTCPStats.maxSeqNumRecievedUptoThisRR)
390 (jbStats.maxSeqNumReceived - iRTCPStats.maxSeqNumRecievedUptoThisRR));
423 iRTCPStats.maxSeqNumRecievedUptoThisRR =
    [all...]

Completed in 21 milliseconds