Home
last modified time | relevance | path

Searched refs:ist2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c292 InputStream *ist2 = input_streams[infile->ist_index + i]; in sub2video_heartbeat() local
293 if (!ist2->sub2video.frame) in sub2video_heartbeat()
297 pts2 = av_rescale_q(pts, ist->st->time_base, ist2->st->time_base) - 1; in sub2video_heartbeat()
299 if (pts2 <= ist2->sub2video.last_pts) in sub2video_heartbeat()
301 if (pts2 >= ist2->sub2video.end_pts || ist2->sub2video.initialize) in sub2video_heartbeat()
305 sub2video_update(ist2, pts2 + 1, NULL); in sub2video_heartbeat()
306 for (j = 0, nb_reqs = 0; j < ist2->nb_filters; j++) in sub2video_heartbeat()
307 nb_reqs += av_buffersrc_get_nb_failed_requests(ist2->filters[j]->filter); in sub2video_heartbeat()
309 sub2video_push_ref(ist2, pts2); in sub2video_heartbeat()
/third_party/ffmpeg/libavformat/
Dutils.c2067 int ist1, ist2; in ff_configure_buffers_for_index() local
2087 for (ist2 = 0; ist2 < s->nb_streams; ist2++) { in ff_configure_buffers_for_index()
2088 AVStream *st2 = s->streams[ist2]; in ff_configure_buffers_for_index()
2091 if (ist1 == ist2) in ff_configure_buffers_for_index()