Searched refs:vpx_codec_enc_cfg (Results 1 – 8 of 8) sorted by relevance
17 struct vpx_codec_enc_cfg;27 const struct vpx_codec_enc_cfg *stream_config);
15 struct vpx_codec_enc_cfg;22 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg,
16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header()
25 struct vpx_codec_enc_cfg cfg; in write_header()
88 const struct vpx_codec_enc_cfg *stream_config) { in check_encoder_config()
854 struct vpx_codec_enc_cfg cfg;1475 const struct vpx_codec_enc_cfg *const cfg = &stream->config.cfg; in open_output_file()1503 const struct vpx_codec_enc_cfg *const cfg = &stream->config.cfg; in close_output_file()1600 struct vpx_codec_enc_cfg *cfg = &stream->config.cfg; in encode_frame()1698 const struct vpx_codec_enc_cfg *cfg = &stream->config.cfg; in get_cx_data()
207 const struct vpx_codec_enc_cfg *enc;
268 typedef struct vpx_codec_enc_cfg { struct