Lines Matching refs:first_index
118 int range, last_index, range1, first_index;
121 for (first_index = start_index; first_index < start_index + start_index_range; first_index++) {
122 if (av_get_frame_filename(buf, sizeof(buf), path, first_index) < 0) {
132 if (first_index == start_index + start_index_range)
136 last_index = first_index;
159 *pfirst_index = first_index;
189 int first_index = 1, last_index = 1;
274 first_index = 0;
280 if (find_image_range(s1->pb, &first_index, &last_index, s->path,
294 first_index = 0;
308 s->img_first = first_index;
310 s->img_number = first_index;
314 st->duration = last_index - first_index + 1;