Searched refs:cur_pts (Results 1 – 4 of 4) sorted by relevance
54 int64_t cur_pts = yadif->cur->pts; in return_frame() local57 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) { in return_frame()58 yadif->out->pts = cur_pts + next_pts; in return_frame()
500 int64_t cur_pts = s->cur->pts; in filter() local503 if (next_pts != AV_NOPTS_VALUE && cur_pts != AV_NOPTS_VALUE) { in filter()504 out->pts = cur_pts + next_pts; in filter()
109 int cur_pts, last_pts, next_pts; member
1543 r->cur_pts = r1->cur_pts; in ff_rv34_decode_update_thread_context()1717 r->cur_pts = si.pts; in ff_rv34_decode_frame()1720 r->next_pts = r->cur_pts; in ff_rv34_decode_frame()1723 int dist0 = GET_PTS_DIFF(r->cur_pts, r->last_pts); in ff_rv34_decode_frame()1724 int dist1 = GET_PTS_DIFF(r->next_pts, r->cur_pts); in ff_rv34_decode_frame()