Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dwarnings.h17 struct vpx_codec_enc_cfg;
27 const struct vpx_codec_enc_cfg *stream_config);
Divfenc.h15 struct vpx_codec_enc_cfg;
22 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg,
Divfenc.c16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header()
Dvideo_writer.c25 struct vpx_codec_enc_cfg cfg; in write_header()
Dwarnings.c88 const struct vpx_codec_enc_cfg *stream_config) { in check_encoder_config()
Dvpxenc.c854 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()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h207 const struct vpx_codec_enc_cfg *enc;
Dvpx_encoder.h268 typedef struct vpx_codec_enc_cfg { struct