FFmpeg
|
#include "libavutil/avassert.h"
#include "av1_parse.h"
#include "cbs.h"
#include "cbs_av1.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 53 of file av1_parser.c.
|
static |
Definition at line 188 of file av1_parser.c.
|
static |
Definition at line 203 of file av1_parser.c.
|
static |
Definition at line 36 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 40 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 44 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 49 of file av1_parser.c.
Referenced by av1_parser_parse(), and query_formats().
|
static |
const AVCodecParser ff_av1_parser |
Definition at line 211 of file av1_parser.c.