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 |
GetBitContext | gb |
GetBitContext initialized to the start of the payload. More... | |
int | type |
int | temporal_id |
int | spatial_id |
Definition at line 33 of file av1_parse.h.
int AV1OBU::size |
Size of payload.
Definition at line 35 of file av1_parse.h.
Referenced by ff_av1_extract_obu(), and ff_av1_packet_split().
const uint8_t* AV1OBU::data |
Definition at line 36 of file av1_parse.h.
Referenced by ff_av1_extract_obu(), and ff_av1_packet_split().
int AV1OBU::size_bits |
Size, in bits, of just the data, excluding the trailing_one_bit and any trailing padding.
Definition at line 42 of file av1_parse.h.
Referenced by ff_av1_packet_split().
int AV1OBU::raw_size |
Size of entire OBU, including header.
Definition at line 45 of file av1_parse.h.
Referenced by extract_extradata_av1(), and ff_av1_extract_obu().
const uint8_t* AV1OBU::raw_data |
Definition at line 46 of file av1_parse.h.
Referenced by extract_extradata_av1(), and ff_av1_extract_obu().
GetBitContext AV1OBU::gb |
GetBitContext initialized to the start of the payload.
Definition at line 49 of file av1_parse.h.
Referenced by ff_av1_packet_split().
int AV1OBU::type |
Definition at line 51 of file av1_parse.h.
Referenced by av1_parser_split(), extract_extradata_av1(), ff_av1_extract_obu(), and ff_av1_packet_split().
int AV1OBU::temporal_id |
Definition at line 53 of file av1_parse.h.
Referenced by ff_av1_extract_obu().
int AV1OBU::spatial_id |
Definition at line 54 of file av1_parse.h.
Referenced by ff_av1_extract_obu().