Lines Matching refs:ast2
1837 AVIStream *ast2 = st2->priv_data;
1839 av_packet_unref(ast2->sub_pkt);
1840 if (avformat_seek_file(ast2->sub_ctx, 0, INT64_MIN, ts2, ts2, 0) >= 0 ||
1841 avformat_seek_file(ast2->sub_ctx, 0, ts2, ts2, INT64_MAX, 0) >= 0)
1842 ff_read_packet(ast2->sub_ctx, ast2->sub_pkt);
1910 AVIStream *ast2 = st2->priv_data;
1912 ast2->packet_size =
1913 ast2->remaining = 0;
1915 if (ast2->sub_ctx) {
1928 FFMAX(ast2->sample_size, 1),
1934 ast2->seek_pos = sti2->index_entries[index].pos;
1935 pos_min = FFMIN(pos_min,ast2->seek_pos);
1940 AVIStream *ast2 = st2->priv_data;
1942 if (ast2->sub_ctx || sti2->nb_index_entries <= 0)
1947 av_rescale_q(timestamp, st->time_base, st2->time_base) * FFMAX(ast2->sample_size, 1),
1953 ast2->frame_offset = sti2->index_entries[index].timestamp;