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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format.cc 42 return new RtpDepacketizerVp8(callback);
rtp_format_vp8.h 219 class RtpDepacketizerVp8 : public RtpDepacketizer {
221 explicit RtpDepacketizerVp8(RtpData* const callback);
223 virtual ~RtpDepacketizerVp8() {}
232 DISALLOW_COPY_AND_ASSIGN(RtpDepacketizerVp8);
rtp_format_vp8.cc 732 RtpDepacketizerVp8::RtpDepacketizerVp8(RtpData* const callback)
736 bool RtpDepacketizerVp8::Parse(WebRtcRTPHeader* rtp_header,

Completed in 68 milliseconds