Home
last modified time | relevance | path

Searched refs:sti2 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dseek.c196 FFStream *const sti2 = ffstream(st2); in ff_configure_buffers_for_index() local
206 for (; i2 < sti2->nb_index_entries; i2++) { in ff_configure_buffers_for_index()
207 const AVIndexEntry *const e2 = &sti2->index_entries[i2]; in ff_configure_buffers_for_index()
Davidec.c1909 FFStream *const sti2 = ffstream(st2); in avi_read_seek() local
1920 if (sti2->nb_index_entries <= 0) in avi_read_seek()
1934 ast2->seek_pos = sti2->index_entries[index].pos; in avi_read_seek()
1939 FFStream *const sti2 = ffstream(st2); in avi_read_seek() local
1942 if (ast2->sub_ctx || sti2->nb_index_entries <= 0) in avi_read_seek()
1951 while (!avi->non_interleaved && index > 0 && sti2->index_entries[index-1].pos >= pos_min) in avi_read_seek()
1953 ast2->frame_offset = sti2->index_entries[index].timestamp; in avi_read_seek()
Dmux.c655 FFStream *const sti2 = ffstream(st2); in handle_avoid_negative_ts() local
656 sti2->mux_ts_offset = av_rescale_q_rnd(-ts, tb, in handle_avoid_negative_ts()