Searched refs:rtp_length (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/media/base/ |
D | rtp_utils.cc | 373 size_t rtp_length; in ApplyPacketOptions() local 374 if (!UnwrapTurnPacket(data, length, &rtp_start_pos, &rtp_length)) { in ApplyPacketOptions() 380 auto packet = rtc::MakeArrayView(data + rtp_start_pos, rtp_length); in ApplyPacketOptions() 382 !ValidateRtpHeader(data + rtp_start_pos, rtp_length, nullptr)) { in ApplyPacketOptions() 392 UpdateRtpAbsSendTimeExtension(start, rtp_length, in ApplyPacketOptions() 397 UpdateRtpAuthTag(start, rtp_length, packet_time_params); in ApplyPacketOptions()
|
/external/curl/lib/ |
D | rtsp.c | 627 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(data, &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()
|