Searched refs:rtp_start_pos (Results 1 – 1 of 1) sorted by relevance
525 size_t rtp_start_pos; in ApplyPacketOptions() local527 if (!UnwrapTurnPacket(data, length, &rtp_start_pos, &rtp_length)) { in ApplyPacketOptions()533 auto packet = rtc::MakeArrayView(data + rtp_start_pos, rtp_length); in ApplyPacketOptions()535 !ValidateRtpHeader(data + rtp_start_pos, rtp_length, nullptr)) { in ApplyPacketOptions()540 uint8_t* start = data + rtp_start_pos; in ApplyPacketOptions()