Searched refs:VpxInterface (Results 1 – 17 of 17) sorted by relevance
133 typedef struct VpxInterface { struct137 } VpxInterface; argument140 const VpxInterface *get_vpx_encoder_by_index(int i);141 const VpxInterface *get_vpx_encoder_by_name(const char *name);144 const VpxInterface *get_vpx_decoder_by_index(int i);145 const VpxInterface *get_vpx_decoder_by_name(const char *name);146 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
132 static const VpxInterface vpx_encoders[] = {146 const VpxInterface *get_vpx_encoder_by_index(int i) { return &vpx_encoders[i]; } in get_vpx_encoder_by_index()148 const VpxInterface *get_vpx_encoder_by_name(const char *name) { in get_vpx_encoder_by_name()152 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()163 static const VpxInterface vpx_decoders[] = {177 const VpxInterface *get_vpx_decoder_by_index(int i) { return &vpx_decoders[i]; } in get_vpx_decoder_by_index()179 const VpxInterface *get_vpx_decoder_by_name(const char *name) { in get_vpx_decoder_by_name()183 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name()190 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc()194 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc()
33 struct VpxInterface;37 const struct VpxInterface *codec;
211 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in show_help()339 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in file_is_raw()533 const VpxInterface *interface = NULL; in main_loop()534 const VpxInterface *fourcc_interface = NULL; in main_loop()
600 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in show_help()1590 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); in initialize_encoder()1814 const VpxInterface *codec) { in test_decode()
124 const VpxInterface *encoder, in pass0()153 const VpxInterface *encoder, const vpx_codec_enc_cfg_t *cfg, in pass1()199 const VpxInterface *encoder = NULL; in main()
100 const VpxInterface *decoder = NULL; in main()
66 const VpxInterface *decoder = NULL; in main()
134 const VpxInterface *decoder = get_vpx_decoder_by_name(VPX_STRINGIFY(DECODER)); in LLVMFuzzerTestOneInput()
77 const VpxInterface *decoder = NULL; in main()
84 const VpxInterface *decoder = NULL; in main()
68 const VpxInterface *encoder = NULL; in main()
104 const VpxInterface *encoder = NULL; in main()
155 const VpxInterface *encoder = NULL; in main()
288 const VpxInterface *encoder = NULL; in main()383 const VpxInterface *decoder = get_vpx_decoder_by_name("vp9"); in main()
162 const VpxInterface *encoder = NULL; in main()
596 const VpxInterface *encoder = NULL; in main()