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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.h 42 const webrtc::WebRtcRTPHeader* RTPinfo() const;
64 int setRTPheader(const webrtc::WebRtcRTPHeader* RTPinfo);
87 void parseBasicHeader(webrtc::WebRtcRTPHeader* RTPinfo, int *i_P, int *i_X,
95 uint16_t parseRTPheader(webrtc::WebRtcRTPHeader* RTPinfo,
NETEQTEST_RTPpacket.cc 296 const webrtc::WebRtcRTPHeader* NETEQTEST_RTPpacket::RTPinfo() const
544 int NETEQTEST_RTPpacket::setRTPheader(const webrtc::WebRtcRTPHeader* RTPinfo)
553 RTPinfo->header.payloadType,
554 RTPinfo->header.sequenceNumber,
555 RTPinfo->header.timestamp,
556 RTPinfo->header.ssrc,
557 RTPinfo->header.markerBit);
655 NETEQTEST_RTPpacket::parseRTPheader(webrtc::WebRtcRTPHeader* RTPinfo,
662 parseBasicHeader(RTPinfo, &i_P, &i_X, &i_CC);
677 void NETEQTEST_RTPpacket::parseBasicHeader(webrtc::WebRtcRTPHeader* RTPinfo,
    [all...]

Completed in 290 milliseconds