#include "av1_parse.h"
#include "cbs.h"
#include "cbs_av1.h"
#include "parser.h"
Go to the source code of this file.
Initial value:= {
}
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition at line 34 of file av1_parser.c.
Referenced by av1_parser_parse().
Initial value:= {
}
#define AV_PIX_FMT_YUV444P10
#define AV_PIX_FMT_YUV420P10
#define AV_PIX_FMT_YUV422P10
Definition at line 38 of file av1_parser.c.
Referenced by av1_parser_parse().
Initial value:= {
}
#define AV_PIX_FMT_YUV420P12
#define AV_PIX_FMT_YUV422P12
#define AV_PIX_FMT_YUV444P12
Definition at line 42 of file av1_parser.c.
Referenced by av1_parser_parse().
Initial value:= {
}
static int av1_parser_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
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 char * split(char *message, char delim)
Definition at line 221 of file av1_parser.c.