Lines Matching defs:index
755 int index; /* Finally fall back to index */
872 if (select->index < num) {
873 choice = select->index;
876 av_log(ctx, AV_LOG_ERROR, "Unable to find device with index %i!\n",
877 select->index);
902 int index = -1;
910 index = i;
916 if (index > -1)
917 qf[index].timestampValidBits++;
919 return index;
1491 av_log(ctx, AV_LOG_ERROR, "Invalid %s family index %i (device has %i families)!\n", \
1532 dev_select.index = strtol(device, &end, 10);
1534 dev_select.index = 0;
1664 int index = -1;
1692 index = i;
1696 if (index < 0) {
1702 alloc_info.memoryTypeIndex = index;
1712 *mem_flags |= p->mprops.memoryTypes[index].propertyFlags;