Searched refs:ParseRtpPacket (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_strategy.h42 virtual int32_t ParseRtpPacket(WebRtcRTPHeader* rtp_header,
93 // See ParseRtpPacket. This class does not claim ownership of the callback.
98 // to ParseRtpPacket, for instance if the implementation somehow recovers a
H A Drtp_receiver_video.h29 virtual int32_t ParseRtpPacket(
H A Drtp_receiver_audio.h56 int32_t ParseRtpPacket(WebRtcRTPHeader* rtp_header,
H A Drtp_receiver_audio.cc183 int32_t RTPReceiverAudio::ParseRtpPacket(WebRtcRTPHeader* rtp_header, function in class:webrtc::RTPReceiverAudio
H A Drtp_receiver_video.cc49 int32_t RTPReceiverVideo::ParseRtpPacket( function in class:webrtc::RTPReceiverVideo
H A Drtp_receiver_impl.cc226 int32_t ret_val = rtp_media_receiver_->ParseRtpPacket(
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h626 ParseRtpPacket(p, NULL, &pt, NULL, NULL, NULL, NULL);
629 static bool ParseRtpPacket(const talk_base::Buffer* p, bool* x, int* pt, function in class:VideoMediaChannelTest
983 ParseRtpPacket(p.get(), NULL, NULL, NULL, NULL, &ssrc, NULL);
1005 ParseRtpPacket(p.get(), NULL, NULL, NULL, NULL, &ssrc, NULL);
1056 ParseRtpPacket(p.get(), NULL, NULL, NULL, NULL, &ssrc, NULL);
1073 ParseRtpPacket(p.get(), NULL, NULL, NULL, NULL, &ssrc, NULL);

Completed in 1127 milliseconds