Lines Matching refs:ifaces
38 } ifaces[] =
121 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
123 ifaces[i].name,
124 vpx_codec_iface_name(ifaces[i].iface));
369 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
370 if (!strcmp(ifaces[j].name, arg.val))
374 iface = ifaces[k].iface;
494 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
495 if ((fourcc & ifaces[i].fourcc_mask) == ifaces[i].fourcc)
497 vpx_codec_iface_t *ivf_iface = ifaces[i].iface;
501 ifaces[i].name);
514 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface, &cfg,