Searched defs:Obu (Results 1 – 2 of 2) sorted by relevance
36 struct Obu { struct55 static std::vector<Obu> ParseObus(rtc::ArrayView<const uint8_t> payload); argument
110 class Obu { class112 explicit Obu(uint8_t obu_type) : header_(obu_type | kObuSizePresentBit) { in Obu() function in webrtc::__anon1ab679f40111::Obu