Searched refs:_rtpInfo (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | NETEQTEST_RTPpacket.cc | 37 memset(&_rtpInfo, 0, sizeof(_rtpInfo)); in NETEQTEST_RTPpacket() 60 memset(&_rtpInfo, 0, sizeof(_rtpInfo)); in reset() 288 rtp_header->header.markerBit = _rtpInfo.header.markerBit; in parseHeader() 289 rtp_header->header.payloadType = _rtpInfo.header.payloadType; in parseHeader() 290 rtp_header->header.sequenceNumber = _rtpInfo.header.sequenceNumber; in parseHeader() 291 rtp_header->header.timestamp = _rtpInfo.header.timestamp; in parseHeader() 292 rtp_header->header.ssrc = _rtpInfo.header.ssrc; in parseHeader() 300 return &_rtpInfo; in RTPinfo() 435 _rtpInfo.header.payloadType = pt; in setPayloadType() 454 _rtpInfo.header.sequenceNumber = sn; in setSequenceNumber() [all …]
|
D | NETEQTEST_RTPpacket.h | 76 webrtc::WebRtcRTPHeader _rtpInfo; variable 97 { return parseRTPheader(&_rtpInfo, payloadPtr);};
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | PacketLossTest.cc | 44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket() 57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo); in IncomingPacket() 60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket()
|
D | EncodeDecodeTest.cc | 186 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket() 199 _rtpInfo)); in IncomingPacket() 200 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket()
|
D | Channel.h | 110 WebRtcRTPHeader _rtpInfo; variable
|
D | EncodeDecodeTest.h | 95 WebRtcRTPHeader _rtpInfo; variable
|
D | Channel.cc | 87 memcpy(&_rtpInfo, &rtpInfo, sizeof(WebRtcRTPHeader)); in SendData() 91 memcpy(&rtpInfo, &_rtpInfo, sizeof(WebRtcRTPHeader)); in SendData()
|