Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dsession_info.cc202 int shift_length = 0; in ShiftSubsequentPackets() local
205 shift_length += (*it).sizeBytes; in ShiftSubsequentPackets()
209 memmove(first_packet_ptr + steps_to_shift, first_packet_ptr, shift_length); in ShiftSubsequentPackets()