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

  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/
rtp_parser.cc 20 RtpParser::RtpParser(RtpData* incoming_payload_callback,
25 RtpParser::~RtpParser() {}
27 bool RtpParser::ParsePacket(const uint8* packet, size_t length,
41 bool RtpParser::ParseCommon(const uint8* packet,
76 bool RtpParser::ParseCast(const uint8* packet,
rtp_parser.h 30 class RtpParser {
32 RtpParser(RtpData* incoming_payload_callback,
35 ~RtpParser();

Completed in 24 milliseconds