Go to the source code of this file.
◆ av1_parser_parse()
◆ av1_parser_init()
◆ av1_parser_close()
◆ pix_fmts_8bit
Initial value:= {
}
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
Definition at line 38 of file av1_parser.c.
Referenced by av1_parser_parse(), get_format(), and parse_nal_unit().
◆ pix_fmts_10bit
◆ pix_fmts_12bit
◆ pix_fmts_rgb
◆ decompose_unit_types
Initial value:= {
}
@ AV1_OBU_TEMPORAL_DELIMITER
@ AV1_OBU_REDUNDANT_FRAME_HEADER
@ AV1_OBU_SEQUENCE_HEADER
Definition at line 189 of file av1_parser.c.
◆ ff_av1_parser
Initial value:= {
}
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
static av_cold void close(AVCodecParserContext *s)
static av_cold void av1_parser_close(AVCodecParserContext *ctx)
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)
int(* init)(AVBSFContext *ctx)
#define PARSER_CODEC_LIST(...)
Definition at line 221 of file av1_parser.c.