Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DNETEQTEST_RTPpacket.cc37 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 …]
DNETEQTEST_RTPpacket.h76 webrtc::WebRtcRTPHeader _rtpInfo; variable
97 { return parseRTPheader(&_rtpInfo, payloadPtr);};
/external/webrtc/webrtc/modules/audio_coding/test/
DPacketLossTest.cc44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket()
57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo); in IncomingPacket()
60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket()
DEncodeDecodeTest.cc186 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket()
199 _rtpInfo)); in IncomingPacket()
200 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload, in IncomingPacket()
DChannel.h110 WebRtcRTPHeader _rtpInfo; variable
DEncodeDecodeTest.h95 WebRtcRTPHeader _rtpInfo; variable
DChannel.cc87 memcpy(&_rtpInfo, &rtpInfo, sizeof(WebRtcRTPHeader)); in SendData()
91 memcpy(&rtpInfo, &_rtpInfo, sizeof(WebRtcRTPHeader)); in SendData()