Searched refs:get_vpx_decoder_by_index (Results 1 – 3 of 3) sorted by relevance
177 const VpxInterface *get_vpx_decoder_by_index(int i) { return &vpx_decoders[i]; } in get_vpx_decoder_by_index() function183 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name()194 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc()
144 const VpxInterface *get_vpx_decoder_by_index(int i);
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()766 if (!interface) interface = get_vpx_decoder_by_index(0); in main_loop()