Lines Matching refs:index_entries
331 AVIndexEntry *index_entries; member
771 if (wtv->index_entries[i].pos > broken_pos) { in recover()
772 int64_t ret = avio_seek(pb, wtv->index_entries[i].pos, SEEK_SET); in recover()
775 wtv->pts = wtv->index_entries[i].timestamp; in recover()
1036 …ff_add_index_entry(&wtv->index_entries, &wtv->nb_index_entries, &wtv->index_entries_allocated_size, in read_header()
1044 AVIndexEntry *e = wtv->index_entries; in read_header()
1045 AVIndexEntry *e_end = wtv->index_entries + wtv->nb_index_entries - 1; in read_header()
1107 i = ff_index_search_timestamp(wtv->index_entries, wtv->nb_index_entries, ts_relative, flags); in read_seek()
1113 if (avio_seek(pb, wtv->index_entries[wtv->nb_index_entries - 1].pos, SEEK_SET) < 0) in read_seek()
1120 if (avio_seek(pb, wtv->index_entries[i].pos, SEEK_SET) < 0) in read_seek()
1122 wtv->pts = wtv->index_entries[i].timestamp; in read_seek()
1132 av_freep(&wtv->index_entries); in read_close()