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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 355 webrtc::WebRtcRTPHeader tempRTPinfo;
359 parseRTPheader(&tempRTPinfo);
366 return tempRTPinfo.header.payloadType;
371 webrtc::WebRtcRTPHeader tempRTPinfo;
375 parseRTPheader(&tempRTPinfo);
382 return tempRTPinfo.header.sequenceNumber;
387 webrtc::WebRtcRTPHeader tempRTPinfo;
391 parseRTPheader(&tempRTPinfo);
398 return tempRTPinfo.header.timestamp;
403 webrtc::WebRtcRTPHeader tempRTPinfo;
    [all...]
NETEQTEST_DummyRTPpacket.cc 94 webrtc::WebRtcRTPHeader tempRTPinfo;
96 parseBasicHeader(&tempRTPinfo, &P, &X, &CC);

Completed in 85 milliseconds