Home
last modified time | relevance | path

Searched refs:aom_codec_enc_cfg (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/common/
Dwarnings.h18 struct aom_codec_enc_cfg;
28 const struct aom_codec_enc_cfg *stream_config);
Divfenc.h16 struct aom_codec_enc_cfg;
23 void ivf_write_file_header(FILE *outfile, const struct aom_codec_enc_cfg *cfg,
Divfenc.c17 void ivf_write_file_header(FILE *outfile, const struct aom_codec_enc_cfg *cfg, in ivf_write_file_header()
Dwarnings.c79 const struct aom_codec_enc_cfg *stream_config) { in check_encoder_config()
Dvideo_writer.c26 struct aom_codec_enc_cfg cfg; in write_header()
/external/libaom/libaom/aom/
Daom_codec.h229 const struct aom_codec_enc_cfg *enc;
Daom_encoder.h369 typedef struct aom_codec_enc_cfg { struct
/external/libaom/libaom/apps/
Daomenc.c1084 struct aom_codec_enc_cfg cfg;
1812 const struct aom_codec_enc_cfg *const cfg = &stream->config.cfg; in open_output_file()
1843 const struct aom_codec_enc_cfg *const cfg = &stream->config.cfg; in close_output_file()
1951 struct aom_codec_enc_cfg *cfg = &stream->config.cfg; in encode_frame()
2049 const struct aom_codec_enc_cfg *cfg = &stream->config.cfg; in get_cx_data()