Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc232 uint8_t* first_packet_ptr = const_cast<uint8_t*>((*it).dataPtr); in ShiftSubsequentPackets() local
240 memmove(first_packet_ptr + steps_to_shift, first_packet_ptr, shift_length); in ShiftSubsequentPackets()