Searched refs:cur_frame_offset (Results 1 – 2 of 2) sorted by relevance
100 if (s->cur_offset + off >= s->cur_frame_offset[i] && in ff_fetch_timestamp()101 (s->frame_offset < s->cur_frame_offset[i] || in ff_fetch_timestamp()110 s->offset = s->next_frame_offset - s->cur_frame_offset[i]; in ff_fetch_timestamp()113 s->cur_frame_offset[i] = INT64_MAX; in ff_fetch_timestamp()151 s->cur_frame_offset[i] = s->cur_offset; in av_parser_parse2()
3406 int64_t cur_frame_offset[AV_PARSER_PTS_NB]; member