Lines Matching refs:Packets
20 %% Filter out RTCP packets.
21 % These appear as RTP packets having payload types 72 through 76.
23 fprintf('Removing %i RTCP packets\n', length(SeqNo) - sum(ix));
41 fprintf('%i: %s (%d packets, pt: %i', i, uSSRC{i}, ...
79 fprintf('Packets: %i\n', length(SeqNo));
83 fprintf('Duplicated packets: %i\n', length(find(diff(SortSeqNo) == 0)));
85 fprintf('Reordered packets: %i\n', length(reorderIx));
136 delayOrdered(reorderIx) = nan; % Set reordered packets to NaN.
137 delayReordered = delay(reorderIx); % Pick the reordered packets.
162 % findReorderedPackets returns the index to all packets that are considered