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

  /external/webrtc/webrtc/modules/video_coding/
session_info.h 124 void ShiftSubsequentPackets(PacketIterator it, int steps_to_shift);
session_info.cc 189 ShiftSubsequentPackets(packet_it, required_length);
202 ShiftSubsequentPackets(
227 void VCMSessionInfo::ShiftSubsequentPackets(PacketIterator it,
329 ShiftSubsequentPackets(end, -static_cast<int>(bytes_to_delete));

Completed in 70 milliseconds