FFmpeg
|
#include "libavutil/attributes.h"
#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 av_cold 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 54 of file av1_parser.c.
|
static |
Definition at line 189 of file av1_parser.c.
|
static |
Definition at line 204 of file av1_parser.c.
|
static |
Definition at line 37 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 41 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 45 of file av1_parser.c.
Referenced by av1_parser_parse().
|
static |
Definition at line 50 of file av1_parser.c.
Referenced by av1_parser_parse(), and query_formats().
|
static |
const AVCodecParser ff_av1_parser |
Definition at line 212 of file av1_parser.c.