HomeSort by relevance Sort by last modified time
    Searched refs:_rtpInfo (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.cc 44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo);
60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
Channel.h 108 WebRtcRTPHeader _rtpInfo;
EncodeDecodeTest.h 93 WebRtcRTPHeader _rtpInfo;
EncodeDecodeTest.cc 187 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
200 _rtpInfo));
201 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
Channel.cc 82 memcpy(&_rtpInfo, &rtpInfo, sizeof(WebRtcRTPHeader));
86 memcpy(&rtpInfo, &_rtpInfo, sizeof(WebRtcRTPHeader));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
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...]
NETEQTEST_RTPpacket.h 77 webrtc::WebRtcRTPHeader _rtpInfo;
98 { return parseRTPheader(&_rtpInfo, payloadPtr);};

Completed in 2396 milliseconds