Lines Matching full:s_l
52 3.3.1. Packet Index Determination, and ROC, s_l Update. 13
428 * for the receiver only, a 16-bit sequence number s_l, which can be
495 * no rollover counter and s_l-value need to be maintained as the
691 7. Update the rollover counter and highest sequence number, s_l, in
699 3.3.1. Packet Index Determination, and ROC, s_l Update
724 and s_l values. At the setup of the session, the ROC MUST be set to
727 signaling. Furthermore, the receiver SHALL initialize s_l to the RTP
738 + s_l (see Appendix A for pseudocode).
750 conditionally update its s_l and ROC variables as follows. If
751 v=(ROC-1) mod 2^32, then there is no update to s_l or ROC. If v=ROC,
752 then s_l is set to SEQ if and only if SEQ is larger than the current
753 s_l; there is no change to ROC. If v=(ROC+1) mod 2^32, then s_l is
776 On the receiver side, there is a caveat to updating s_l and ROC: if
778 s_l, nor the ROC update can be made completely robust. The
2863 if (s_l < 32,768)
2864 if (SEQ - s_l > 32,768)
2870 if (s_l - 32,768 > SEQ)