Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Drtp_utils.cc526 size_t rtp_length; in ApplyPacketOptions() local
527 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()
545 UpdateRtpAbsSendTimeExtension(start, rtp_length, in ApplyPacketOptions()
550 UpdateRtpAuthTag(start, rtp_length, packet_time_params); in ApplyPacketOptions()
/external/curl/lib/
Drtsp.c627 int rtp_length; in rtsp_rtp_readwrite() local
634 rtp_length = RTP_PKT_LENGTH(rtp); in rtsp_rtp_readwrite()
636 if(rtp_dataleft < rtp_length + 4) { in rtsp_rtp_readwrite()
644 rtspc->rtp_channel, rtp_length)); in rtsp_rtp_readwrite()
645 result = rtp_client_write(conn, &rtp[0], rtp_length + 4); in rtsp_rtp_readwrite()
656 rtp_dataleft -= rtp_length + 4; in rtsp_rtp_readwrite()
657 rtp += rtp_length + 4; in rtsp_rtp_readwrite()