Home
last modified time | relevance | path

Searched refs:AV1SequenceParameters (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dav1.h28 typedef struct AV1SequenceParameters { struct
42 } AV1SequenceParameters; typedef
83 * @param seq pointer to the AV1SequenceParameters where the parsed values will
90 int ff_av1_parse_seq_header(AV1SequenceParameters *seq, const uint8_t *buf, int size);
H A Dav1.c140 static int parse_color_config(AV1SequenceParameters *seq_params, GetBitContext *gb) in parse_color_config()
206 static int parse_sequence_header(AV1SequenceParameters *seq_params, const uint8_t *buf, int size) in parse_sequence_header()
335 int ff_av1_parse_seq_header(AV1SequenceParameters *seq, const uint8_t *buf, int size) in ff_av1_parse_seq_header()
402 AV1SequenceParameters seq_params; in ff_isom_write_av1c()
H A Ddashenc.c430 AV1SequenceParameters seq; in set_codec_str()

Completed in 5 milliseconds