Searched refs:_rtpInfo (Results 1 - 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
H A D | NETEQTEST_RTPpacket.cc | 37 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 D | NETEQTEST_RTPpacket.h | 76 webrtc::WebRtcRTPHeader _rtpInfo; member in class:NETEQTEST_RTPpacket 97 { return parseRTPheader(&_rtpInfo, payloadPtr);};
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
H A D | PacketLossTest.cc | 44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, 57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo); 60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
|
H A D | Channel.h | 110 WebRtcRTPHeader _rtpInfo; member in class:webrtc::Channel
|
H A D | EncodeDecodeTest.h | 95 WebRtcRTPHeader _rtpInfo; member in class:webrtc::Receiver
|
H A D | EncodeDecodeTest.cc | 186 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, 199 _rtpInfo)); 200 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
|
H A D | Channel.cc | 87 memcpy(&_rtpInfo, &rtpInfo, sizeof(WebRtcRTPHeader)); 91 memcpy(&rtpInfo, &_rtpInfo, sizeof(WebRtcRTPHeader));
|
Completed in 152 milliseconds