Lines Matching refs:idx
1528 int idx = oc->nb_streams - 1, ret = 0;
1545 ost->index = idx;
2200 int idx;
2213 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);
2214 o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1);
2215 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX);
2497 int best_score = 0, idx = -1;
2525 idx = file_best_idx;
2529 if (idx >= 0)
2530 new_video_stream(o, oc, idx);
2535 int best_score = 0, idx = -1;
2557 idx = file_best_idx;
2561 if (idx >= 0)
2562 new_audio_stream(o, oc, idx);