Searched refs:VpxInterface (Results 1 – 15 of 15) sorted by relevance
130 typedef struct VpxInterface { struct134 } VpxInterface; argument137 const VpxInterface *get_vpx_encoder_by_index(int i);138 const VpxInterface *get_vpx_encoder_by_name(const char *name);141 const VpxInterface *get_vpx_decoder_by_index(int i);142 const VpxInterface *get_vpx_decoder_by_name(const char *name);143 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
135 static const VpxInterface vpx_encoders[] = {153 const VpxInterface *get_vpx_encoder_by_index(int i) { in get_vpx_encoder_by_index()157 const VpxInterface *get_vpx_encoder_by_name(const char *name) { in get_vpx_encoder_by_name()161 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()173 static const VpxInterface vpx_decoders[] = {191 const VpxInterface *get_vpx_decoder_by_index(int i) { in get_vpx_decoder_by_index()195 const VpxInterface *get_vpx_decoder_by_name(const char *name) { in get_vpx_decoder_by_name()199 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name()207 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc()211 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc()
33 struct VpxInterface;37 const struct VpxInterface *codec;
201 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in usage_exit()328 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in file_is_raw()553 const VpxInterface *interface = NULL; in main_loop()554 const VpxInterface *fourcc_interface = NULL; in main_loop()
537 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in usage_exit()1571 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); in initialize_encoder()1814 const VpxInterface *codec) { in test_decode()
131 const VpxInterface *encoder, in pass0()161 const VpxInterface *encoder, in pass1()208 const VpxInterface *encoder = NULL; in main()
101 const VpxInterface *decoder = NULL; in main()
66 const VpxInterface *decoder = NULL; in main()
77 const VpxInterface *decoder = NULL; in main()
85 const VpxInterface *decoder = NULL; in main()
71 const VpxInterface *encoder = NULL; in main()
108 const VpxInterface *encoder = NULL; in main()
159 const VpxInterface *encoder = NULL; in main()
169 const VpxInterface *encoder = NULL; in main()
490 const VpxInterface *encoder = NULL; in main()