Searched refs:VpxInterface (Results 1 – 14 of 14) sorted by relevance
125 typedef struct VpxInterface { struct129 } VpxInterface; argument132 const VpxInterface *get_vpx_encoder_by_index(int i);133 const VpxInterface *get_vpx_encoder_by_name(const char *name);136 const VpxInterface *get_vpx_decoder_by_index(int i);137 const VpxInterface *get_vpx_decoder_by_name(const char *name);138 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) { in get_vpx_encoder_by_index()150 const VpxInterface *get_vpx_encoder_by_name(const char *name) { in get_vpx_encoder_by_name()154 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()162 static const VpxInterface vpx_decoders[] = {176 const VpxInterface *get_vpx_decoder_by_index(int i) { in get_vpx_decoder_by_index()180 const VpxInterface *get_vpx_decoder_by_name(const char *name) { in get_vpx_decoder_by_name()184 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name()192 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc()196 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc()
25 struct VpxInterface;29 const struct VpxInterface *codec;
164 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in usage_exit()285 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in file_is_raw()498 const VpxInterface *interface = NULL; in main_loop()499 const VpxInterface *fourcc_interface = NULL; in main_loop()
460 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in usage_exit()1249 const VpxInterface *decoder = get_vpx_decoder_by_name(global->codec->name); in initialize_encoder()1439 const VpxInterface *codec) { in test_decode()
105 const VpxInterface *decoder = NULL; in main()
68 const VpxInterface *decoder = NULL; in main()
79 const VpxInterface *decoder = NULL; in main()
87 const VpxInterface *decoder = NULL; in main()
104 const VpxInterface *encoder = NULL; in main()
158 const VpxInterface *encoder = NULL; in main()
131 const VpxInterface *encoder = NULL; in main()
163 const VpxInterface *encoder = NULL; in main()
452 const VpxInterface *encoder = NULL; in main()