Searched refs:cur_frame_start_index (Results 1 – 3 of 3) sorted by relevance
147 …} else if (s->cur_offset + buf_size != s->cur_frame_end[s->cur_frame_start_index]) { /* skip remai… in av_parser_parse2()149 i = (s->cur_frame_start_index + 1) & (AV_PARSER_PTS_NB - 1); in av_parser_parse2()150 s->cur_frame_start_index = i; in av_parser_parse2()
55 s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]); in dvbsub_parse()
3405 int cur_frame_start_index; member