Searched refs:rtpHeaderLength (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc262 int32_t rtpHeaderLength = 0; local
270 rtpHeaderLength = _rtpSender->BuildRTPheader(dataBuffer, red_payload_type,
276 rtpHeaderLength = _rtpSender->BuildRTPheader(dataBuffer, payloadType,
280 if (rtpHeaderLength <= 0) {
283 if (maxPayloadLength < (rtpHeaderLength + payloadSize)) {
296 dataBuffer[rtpHeaderLength++] =
305 ByteWriter<uint32_t>::WriteBigEndian(dataBuffer + rtpHeaderLength,
307 rtpHeaderLength += 3;
309 dataBuffer[rtpHeaderLength++] = fragmentation->fragmentationPlType[0];
311 memcpy(dataBuffer + rtpHeaderLength,
[all...]
H A Drtp_sender_video.h88 const size_t rtpHeaderLength,
96 const size_t rtpHeaderLength,
H A Dproducer_fec.cc36 uint16_t rtpHeaderLength; member in struct:webrtc::RtpPacket
H A Drtp_sender_video.cc33 uint16_t rtpHeaderLength; member in struct:webrtc::RtpPacket
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_video.cc92 size_t rtpHeaderLength = 12; local
93 return rtpHeaderLength;

Completed in 88 milliseconds