Home | History | Annotate | Download | only in libvpx

Lines Matching defs:ifaces

58 } ifaces[] =
159 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
161 ifaces[i].name,
162 vpx_codec_iface_name(ifaces[i].iface));
456 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
457 if(!vpx_codec_peek_stream_info(ifaces[i].iface,
461 *fourcc = ifaces[i].fourcc;
742 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
743 if (!strcmp(ifaces[j].name, arg.val))
747 iface = ifaces[k].iface;
953 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
954 if ((fourcc & ifaces[i].fourcc_mask) == ifaces[i].fourcc)
956 vpx_codec_iface_t *ivf_iface = ifaces[i].iface;
960 ifaces[i].name);
967 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface, &cfg,