Home
last modified time | relevance | path

Searched refs:AV1RawColorConfig (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_av1.h41 typedef struct AV1RawColorConfig { struct
56 } AV1RawColorConfig; argument
128 AV1RawColorConfig color_config;
Dav1_metadata_bsf.c51 AV1RawColorConfig *clc = &seq->color_config; in av1_metadata_update_sequence_header()
Dav1_parser.c61 AV1RawColorConfig *color; in av1_parser_parse()
Dcbs_av1_syntax_template.c78 AV1RawColorConfig *current, int seq_profile) in FUNC()