Home
last modified time | relevance | path

Searched defs:obu_type (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1_test_helper.cc20 Av1Obu::Av1Obu(uint8_t obu_type) : header_(obu_type | kAv1ObuSizePresentBit) {} in Av1Obu()
Drtp_packetizer_av1.cc137 int obu_type = ObuType(obu.header); in ParseObus() local
/external/libaom/tools/
Dobu_parser.cc58 bool ValidObuType(int obu_type) { in ValidObuType()
/external/libaom/av1/encoder/
Dbitstream.c3326 int *frame_header_count, OBU_TYPE obu_type, in av1_write_obu_header()
3510 const OBU_TYPE obu_type = OBU_FRAME; in init_large_scale_tile_obu_header() local
3705 const OBU_TYPE obu_type = (cpi->num_tg == 1) ? OBU_FRAME : OBU_TILE_GROUP; in av1_write_obu_tg_tile_headers() local
/external/libgav1/src/
Dobu_parser.cc2698 const ObuType obu_type = obu_header.type; in ParseOneFrame() local