FFmpeg
|
#include "libavutil/avassert.h"
#include "cbs.h"
#include "cbs_av1.h"
#include "internal.h"
#include "parser.h"
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) |
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 enum AVPixelFormat | pix_fmts_rgb [3] |
static const CodedBitstreamUnitType | decompose_unit_types [] |
const AVCodecParser | ff_av1_parser |
|
static |
Definition at line 52 of file av1_parser.c.
|
static |
Definition at line 185 of file av1_parser.c.
|
static |
Definition at line 200 of file av1_parser.c.
|
static |
Definition at line 35 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 39 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 43 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 48 of file av1_parser.c.
Referenced by av1_parser_parse(), and query_formats().
|
static |
const AVCodecParser ff_av1_parser |
Definition at line 208 of file av1_parser.c.