Home
last modified time | relevance | path

Searched refs:next_in_pts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_alimiter.c66 int64_t next_in_pts; member
324 s->next_in_pts != AV_NOPTS_VALUE && in_pts == s->next_in_pts) { in filter_frame()
329 s->next_in_pts = in_pts + in_duration; in filter_frame()
349 frame->pts = s->next_in_pts; in request_frame()
377 s->next_in_pts = AV_NOPTS_VALUE; in config_input()
Daf_resample.c45 int64_t next_in_pts; member
170 s->next_in_pts = AV_NOPTS_VALUE; in config_output()
281 if (in->pts != AV_NOPTS_VALUE && in->pts != s->next_in_pts) { in filter_frame()
290 s->next_in_pts = in->pts + in->nb_samples; in filter_frame()
Daf_ladspa.c71 int64_t next_in_pts; member
254 s->next_in_pts != AV_NOPTS_VALUE && in_pts == s->next_in_pts) { in filter_frame()
259 s->next_in_pts = in_pts + in_duration; in filter_frame()
282 frame->pts = s->next_in_pts; in request_frame()
691 s->next_in_pts = AV_NOPTS_VALUE; in init()