Searched refs:in_pts (Results 1 – 3 of 3) sorted by relevance
184 int64_t in_pts; in read_frame() local198 in_pts = frame->pts; in read_frame()199 frame->pts = s->out_pts_off + av_rescale_q_rnd(in_pts - s->in_pts_off, in read_frame()204 in_pts, frame->pts); in read_frame()
181 int64_t in_pts = frame->pts; in filter_frame() local212 setpts->var_values[VAR_PREV_INPTS ] = TS2D(in_pts); in filter_frame()213 setpts->var_values[VAR_PREV_INT ] = TS2T(in_pts, inlink->time_base); in filter_frame()
167 int64_t in_pts, out_pts; in filter_frame() local318 in_pts = in->pts; in filter_frame()325 out_pts = av_rescale_q(in_pts, inlink->time_base, outlink->time_base); in filter_frame()