Searched refs:cur_frame_offset (Results 1 – 2 of 2) sorted by relevance
95 if (s->cur_offset + off >= s->cur_frame_offset[i] && in ff_fetch_timestamp()96 (s->frame_offset < s->cur_frame_offset[i] || in ff_fetch_timestamp()105 s->offset = s->next_frame_offset - s->cur_frame_offset[i]; in ff_fetch_timestamp()108 s->cur_frame_offset[i] = INT64_MAX; in ff_fetch_timestamp()148 s->cur_frame_offset[i] = s->cur_offset; in av_parser_parse2()
2818 int64_t cur_frame_offset[AV_PARSER_PTS_NB]; member