Home
last modified time | relevance | path

Searched defs:aggregation_header (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_av1.cc169 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() local
377 uint8_t aggregation_header = rtp_payload.cdata()[0]; in Parse() local
H A Drtp_packetizer_av1.cc321 uint8_t aggregation_header = 0; in AggregationHeader() local
H A Drtp_packetizer_av1_unittest.cc54 uint8_t aggregation_header() const { return rtp_packet.payload()[0]; } in aggregation_header() function