Searched defs:aggregation_header (Results 1 – 3 of 3) sorted by relevance
169 bool RtpStartsWithFragment(uint8_t aggregation_header) { in RtpStartsWithFragment()172 bool RtpEndsWithFragment(uint8_t aggregation_header) { in RtpEndsWithFragment()175 int RtpNumObus(uint8_t aggregation_header) { // 0 for any number of obus. in RtpNumObus()178 int RtpStartsNewCodedVideoSequence(uint8_t aggregation_header) { in RtpStartsNewCodedVideoSequence()192 uint8_t aggregation_header; in ParseObus() local377 uint8_t aggregation_header = rtp_payload.cdata()[0]; in Parse() local
321 uint8_t aggregation_header = 0; in AggregationHeader() local
54 uint8_t aggregation_header() const { return rtp_packet.payload()[0]; } in aggregation_header() function