/external/iamf_tools/iamf/obu/ |
D | obu_base.h | 33 ObuBase(const ObuHeader& header, ObuType obu_type) : header_(header) { in ObuBase() 41 ObuBase(ObuType obu_type) : ObuBase(ObuHeader(), obu_type) {} in ObuBase()
|
D | obu_header.h | 64 ObuType obu_type; member 123 ObuType obu_type; member
|
D | arbitrary_obu.h | 66 : ObuBase(header, obu_type), in ObuBase() argument
|
D | obu_header.cc | 253 bool ObuHeader::IsTemporalUnitObuType(const ObuType obu_type) { in IsTemporalUnitObuType()
|
/external/libdav1d/tools/input/ |
D | section5.c | 108 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/ |
D | obu_test_utils.h | 35 MockObu(const ObuHeader& header, ObuType obu_type) in MockObu()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packetizer_av1_test_helper.cc | 20 Av1Obu::Av1Obu(uint8_t obu_type) : header_(obu_type | kAv1ObuSizePresentBit) {} in Av1Obu()
|
D | rtp_packetizer_av1.cc | 137 int obu_type = ObuType(obu.header); in ParseObus() local
|
/external/iamf_tools/iamf/cli/proto_conversion/proto_to_obu/ |
D | arbitrary_obu_generator.cc | 51 ObuType obu_type; in Generate() local
|
/external/rust/crabbyavif/src/parser/ |
D | obu.rs | 23 obu_type: u8, field 273 let obu_type = bits.read(4)? as u8; in parse_obu_header() localVariable
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_enc_4_0.c | 160 …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
|
D | radeon_vcn_enc.c | 2092 uint32_t obu_type) in radeon_enc_av1_bs_instruction_type()
|
/external/libaom/tools/ |
D | obu_parser.cc | 59 bool ValidObuType(int obu_type) { in ValidObuType()
|
/external/iamf_tools/iamf/cli/proto/ |
D | arbitrary_obu.proto | 68 optional ArbitraryObuType obu_type = 4; field
|
/external/libaom/examples/ |
D | lightfield_bitstream_parsing.c | 111 int obu_type = OBU_TILE_LIST; in process_tile_list() local
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_encoder_bitstream_builder_av1.cpp | 28 av1_obutype_t obu_type, in write_obu_header()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | picture_av1_enc.c | 874 uint32_t obu_type = av1_f(&vlc, 4); in vlVaHandleVAEncPackedHeaderDataBufferTypeAV1() local
|
/external/libaom/av1/encoder/ |
D | bitstream.c | 3380 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/ |
D | obu_parser.cc | 2730 const ObuType obu_type = obu_header.type; in ParseOneFrame() local
|
/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
D | codec_def_common_av1.h | 154 auto obu_type = (AV1_OBU_TYPE)data; in IsFrameHeader() local
|
/external/libva-utils/encode/ |
D | av1encode.c | 1593 pack_obu_header(bitstream *bs, int obu_type, uint32_t obu_extension_flag) in pack_obu_header()
|