Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daom_codec.h452 OBU_FRAME = 6, enumerator
/external/libaom/libaom/av1/decoder/
Dobu.c946 case OBU_FRAME: in aom_decode_frame_from_obus()
963 pbi, &rb, data, p_data_end, obu_header.type != OBU_FRAME); in aom_decode_frame_from_obus()
983 if (obu_header.type == OBU_FRAME) { in aom_decode_frame_from_obus()
1003 if (obu_header.type != OBU_FRAME) break; in aom_decode_frame_from_obus()
1021 obu_header.type == OBU_FRAME); in aom_decode_frame_from_obus()
/external/libaom/libaom/tools/
Dobu_parser.cc65 case OBU_FRAME: in ValidObuType()
/external/libaom/libaom/aom/src/
Daom_codec.c149 case OBU_FRAME: return "OBU_FRAME"; in aom_obu_type_to_string()
/external/libaom/libaom/av1/common/
Dobu_util.c26 case OBU_FRAME: in valid_obu_type()
/external/libaom/libaom/av1/
Dav1_dx_iface.c314 obu_header.type == OBU_FRAME) { in decoder_peek_si_internal()
/external/libaom/libaom/av1/encoder/
Dbitstream.c3274 (obu_type == OBU_FRAME || obu_type == OBU_FRAME_HEADER)) in av1_write_obu_header()
3484 const OBU_TYPE obu_type = OBU_FRAME; in write_tiles_in_tg_obus()
3636 (num_tg_hdrs == 1) ? OBU_FRAME : OBU_TILE_GROUP; in write_tiles_in_tg_obus()