FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AV1RawOBU Struct Reference

#include <cbs_av1.h>

Data Fields

AV1RawOBUHeader header
 
size_t obu_size
 
union {
   AV1RawSequenceHeader   sequence_header
 
   AV1RawFrameHeader   frame_header
 
   AV1RawFrame   frame
 
   AV1RawTileGroup   tile_group
 
   AV1RawTileList   tile_list
 
   AV1RawMetadata   metadata
 
obu
 

Detailed Description

Definition at line 368 of file cbs_av1.h.

Field Documentation

AV1RawOBUHeader AV1RawOBU::header
size_t AV1RawOBU::obu_size

Definition at line 371 of file cbs_av1.h.

Referenced by cbs_av1_read_unit(), and cbs_av1_write_obu().

AV1RawSequenceHeader AV1RawOBU::sequence_header
AV1RawFrameHeader AV1RawOBU::frame_header

Definition at line 375 of file cbs_av1.h.

Referenced by av1_parser_parse(), cbs_av1_read_unit(), and cbs_av1_write_obu().

AV1RawFrame AV1RawOBU::frame
AV1RawTileGroup AV1RawOBU::tile_group

Definition at line 377 of file cbs_av1.h.

Referenced by cbs_av1_free_obu(), cbs_av1_read_unit(), and cbs_av1_write_obu().

AV1RawTileList AV1RawOBU::tile_list

Definition at line 378 of file cbs_av1.h.

Referenced by cbs_av1_free_obu(), cbs_av1_read_unit(), and cbs_av1_write_obu().

AV1RawMetadata AV1RawOBU::metadata

Definition at line 379 of file cbs_av1.h.

Referenced by cbs_av1_free_obu(), cbs_av1_read_unit(), and cbs_av1_write_obu().

union { ... } AV1RawOBU::obu

The documentation for this struct was generated from the following file: