Home
last modified time | relevance | path

Searched refs:shift_length (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc233 int shift_length = 0; in ShiftSubsequentPackets() local
236 shift_length += (*it).sizeBytes; in ShiftSubsequentPackets()
240 memmove(first_packet_ptr + steps_to_shift, first_packet_ptr, shift_length); in ShiftSubsequentPackets()