Searched defs:obu_type (Results 1 – 6 of 6) sorted by relevance
18 static int valid_obu_type(int obu_type) { in valid_obu_type()
58 bool ValidObuType(int obu_type) { in ValidObuType()
135 int obu_type = ObuType(obu.header); in ParseObus() local
112 explicit Obu(uint8_t obu_type) : header_(obu_type | kObuSizePresentBit) { in Obu()
3271 OBU_TYPE obu_type, int obu_extension, in av1_write_obu_header()3484 const OBU_TYPE obu_type = OBU_FRAME; in write_tiles_in_tg_obus() local3635 const OBU_TYPE obu_type = in write_tiles_in_tg_obus() local
2696 const ObuType obu_type = obu_header.type; in ParseOneFrame() local