Home
last modified time | relevance | path

Searched refs:OBU_TYPE (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/tools/
Dobu_parser.cc81 obu_header->type = static_cast<OBU_TYPE>( in ParseObuHeader()
109 aom_obu_type_to_string(static_cast<OBU_TYPE>(header->type)), in PrintObuHeader()
/external/libaom/libaom/aom/
Daom_codec.h488 } OBU_TYPE; typedef
504 const char *aom_obu_type_to_string(OBU_TYPE type);
/external/libaom/libaom/av1/common/
Dobu_util.h23 OBU_TYPE type;
Dobu_util.c65 header->type = (OBU_TYPE)aom_rb_read_literal(rb, 4); in read_obu_header()
/external/libaom/libaom/av1/encoder/
Dbitstream.h30 uint32_t av1_write_obu_header(AV1_COMP *const cpi, OBU_TYPE obu_type,
Dbitstream.c3237 uint32_t av1_write_obu_header(AV1_COMP *const cpi, OBU_TYPE obu_type, in av1_write_obu_header()
3439 const OBU_TYPE obu_type = OBU_FRAME; in write_tiles_in_tg_obus()
3592 const OBU_TYPE obu_type = in write_tiles_in_tg_obus()
/external/libaom/libaom/aom/src/
Daom_codec.c143 const char *aom_obu_type_to_string(OBU_TYPE type) { in aom_obu_type_to_string()