Home
last modified time | relevance | path

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

/external/iamf_tools/iamf/obu/
Dobu_base.h33 ObuBase(const ObuHeader& header, ObuType obu_type) : header_(header) { in ObuBase()
41 ObuBase(ObuType obu_type) : ObuBase(ObuHeader(), obu_type) {} in ObuBase()
Dobu_header.h64 ObuType obu_type; member
123 ObuType obu_type; member
Darbitrary_obu.h66 : ObuBase(header, obu_type), in ObuBase() argument
Dobu_header.cc253 bool ObuHeader::IsTemporalUnitObuType(const ObuType obu_type) { in IsTemporalUnitObuType()
/external/libdav1d/tools/input/
Dsection5.c108 const enum Dav1dObuType obu_type = (byte[0] >> 3) & 0xf; in section5_open() local
138 const enum Dav1dObuType obu_type = (byte[0] >> 3) & 0xf; in section5_read() local
/external/iamf_tools/iamf/obu/tests/
Dobu_test_utils.h35 MockObu(const ObuHeader& header, ObuType obu_type) in MockObu()
/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/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/
Darbitrary_obu_generator.cc51 ObuType obu_type; in Generate() local
/external/rust/crabbyavif/src/parser/
Dobu.rs23 obu_type: u8, field
273 let obu_type = bits.read(4)? as u8; in parse_obu_header() localVariable
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc_4_0.c160 …deon_enc_av1_obu_header(struct radeon_encoder *enc, struct radeon_bitstream *bs, uint32_t obu_type) in radeon_enc_av1_obu_header()
384 uint32_t obu_type = frame_header ? RENCODE_OBU_TYPE_FRAME_HEADER in radeon_enc_av1_frame_header_common() local
Dradeon_vcn_enc.c2092 uint32_t obu_type) in radeon_enc_av1_bs_instruction_type()
/external/libaom/tools/
Dobu_parser.cc59 bool ValidObuType(int obu_type) { in ValidObuType()
/external/iamf_tools/iamf/cli/proto/
Darbitrary_obu.proto68 optional ArbitraryObuType obu_type = 4; field
/external/libaom/examples/
Dlightfield_bitstream_parsing.c111 int obu_type = OBU_TILE_LIST; in process_tile_list() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_bitstream_builder_av1.cpp28 av1_obutype_t obu_type, in write_obu_header()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_av1_enc.c874 uint32_t obu_type = av1_f(&vlc, 4); in vlVaHandleVAEncPackedHeaderDataBufferTypeAV1() local
/external/libaom/av1/encoder/
Dbitstream.c3380 int *frame_header_count, OBU_TYPE obu_type, in av1_write_obu_header()
3615 const OBU_TYPE obu_type = OBU_FRAME; in init_large_scale_tile_obu_header() local
3815 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.cc2730 const ObuType obu_type = obu_header.type; in ParseOneFrame() local
/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_common_av1.h154 auto obu_type = (AV1_OBU_TYPE)data; in IsFrameHeader() local
/external/libva-utils/encode/
Dav1encode.c1593 pack_obu_header(bitstream *bs, int obu_type, uint32_t obu_extension_flag) in pack_obu_header()