FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AV1ParseContext |
Functions | |
static int | av1_parser_parse (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size) |
static av_cold int | av1_parser_init (AVCodecParserContext *ctx) |
static void | av1_parser_close (AVCodecParserContext *ctx) |
static int | av1_parser_split (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
Variables | |
static enum AVPixelFormat | pix_fmts_8bit [2][2] |
static enum AVPixelFormat | pix_fmts_10bit [2][2] |
static enum AVPixelFormat | pix_fmts_12bit [2][2] |
static const CodedBitstreamUnitType | decompose_unit_types [] |
AVCodecParser | ff_av1_parser |
|
static |
Definition at line 47 of file av1_parser.c.
|
static |
Definition at line 176 of file av1_parser.c.
|
static |
Definition at line 191 of file av1_parser.c.
|
static |
Definition at line 199 of file av1_parser.c.
|
static |
Definition at line 34 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 38 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 42 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
AVCodecParser ff_av1_parser |
Definition at line 221 of file av1_parser.c.