Lines Matching defs:pos2
1250 int64_t pos, pos2, ts;
1264 pos2 = sti->index_entries[index].pos;
1284 pos2 = ff_gen_search(s, -2, dummy.pos, next_node[0]->pos,
1288 if (pos2 >= 0)
1289 pos = pos2;
1297 pos2 = sp->back_ptr - 15;
1299 av_log(s, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos2);
1300 pos = find_startcode(s->pb, SYNCPOINT_STARTCODE, pos2);
1304 if (pos2 > pos || pos2 + 15 < pos)