Searched refs:_rtpInfo (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_RTPpacket.cc37 memset(&_rtpInfo, 0, sizeof(_rtpInfo));
60 memset(&_rtpInfo, 0, sizeof(_rtpInfo));
288 rtp_header->header.markerBit = _rtpInfo.header.markerBit;
289 rtp_header->header.payloadType = _rtpInfo.header.payloadType;
290 rtp_header->header.sequenceNumber = _rtpInfo.header.sequenceNumber;
291 rtp_header->header.timestamp = _rtpInfo.header.timestamp;
292 rtp_header->header.ssrc = _rtpInfo.header.ssrc;
300 return &_rtpInfo;
[all...]
H A DNETEQTEST_RTPpacket.h76 webrtc::WebRtcRTPHeader _rtpInfo; member in class:NETEQTEST_RTPpacket
97 { return parseRTPheader(&_rtpInfo, payloadPtr);};
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPacketLossTest.cc44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo);
60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
H A DChannel.h110 WebRtcRTPHeader _rtpInfo; member in class:webrtc::Channel
H A DEncodeDecodeTest.h95 WebRtcRTPHeader _rtpInfo; member in class:webrtc::Receiver
H A DEncodeDecodeTest.cc186 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
199 _rtpInfo));
200 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
H A DChannel.cc87 memcpy(&_rtpInfo, &rtpInfo, sizeof(WebRtcRTPHeader));
91 memcpy(&rtpInfo, &_rtpInfo, sizeof(WebRtcRTPHeader));

Completed in 152 milliseconds