FFmpeg
|
#include <av1_parse.h>
Data Fields | |
int | size |
Size of payload. More... | |
const uint8_t * | data |
int | size_bits |
Size, in bits, of just the data, excluding the trailing_one_bit and any trailing padding. More... | |
int | raw_size |
Size of entire OBU, including header. More... | |
const uint8_t * | raw_data |
int | type |
int | temporal_id |
int | spatial_id |
Definition at line 38 of file av1_parse.h.
int AV1OBU::size |
Size of payload.
Definition at line 40 of file av1_parse.h.
Referenced by ff_av1_extract_obu(), and ff_av1_packet_split().
const uint8_t* AV1OBU::data |
Definition at line 41 of file av1_parse.h.
Referenced by ff_av1_extract_obu(), ff_av1_packet_split(), and metadata_is_global().
int AV1OBU::size_bits |
Size, in bits, of just the data, excluding the trailing_one_bit and any trailing padding.
Definition at line 47 of file av1_parse.h.
Referenced by ff_av1_packet_split(), and metadata_is_global().
int AV1OBU::raw_size |
Size of entire OBU, including header.
Definition at line 50 of file av1_parse.h.
Referenced by extract_extradata_av1(), and ff_av1_extract_obu().
const uint8_t* AV1OBU::raw_data |
Definition at line 51 of file av1_parse.h.
Referenced by extract_extradata_av1(), and ff_av1_extract_obu().
int AV1OBU::type |
Definition at line 53 of file av1_parse.h.
Referenced by av1_split(), extract_extradata_av1(), ff_av1_extract_obu(), ff_av1_packet_split(), and obu_is_global().
int AV1OBU::temporal_id |
Definition at line 55 of file av1_parse.h.
Referenced by ff_av1_extract_obu().
int AV1OBU::spatial_id |
Definition at line 56 of file av1_parse.h.
Referenced by ff_av1_extract_obu().