Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_fade.c65 uint64_t start_time_pts, duration_pts; member
429 s->start_time_pts = av_rescale_q(s->start_time, AV_TIME_BASE_Q, inlink->time_base); in config_input()
453 if (frame->pts >= s->start_time_pts in filter_frame()
459 if (s->start_time_pts == 0 && s->start_frame != 0) { in filter_frame()
460 s->start_time_pts = frame->pts; in filter_frame()
464 if (s->start_time_pts != 0 && s->start_frame == 0) { in filter_frame()
479 s->factor = (frame->pts - s->start_time_pts) * UINT16_MAX / s->duration_pts; in filter_frame()
480 if (frame->pts > s->start_time_pts + s->duration_pts) { in filter_frame()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1501 GST_STIME_ARGS (tmp->start_time_pts), GST_STIME_ARGS (tmp->start_time)); in request_next_keyframe()
1510 tmp->start_time_pts == GST_CLOCK_STIME_NONE || in request_next_keyframe()
1511 running_time_dts >= tmp->start_time_pts) { in request_next_keyframe()
1514 GST_STIME_FORMAT, GST_STIME_ARGS (tmp->start_time_pts), in request_next_keyframe()
2565 splitmux->fragment_start_time_pts = gop->start_time_pts; in handle_gathered_gop()
2704 && splitmux->max_in_running_time_dts < next_gop->start_time_pts) { in check_completed_gop()
2710 GST_STIME_ARGS (next_gop->start_time_pts)); in check_completed_gop()
2924 gop->start_time_pts = rtime; in handle_mq_input()
3079 gop->start_time_pts = running_time_pts; in handle_mq_input()
3084 GST_STIME_ARGS (gop->start_time_pts)); in handle_mq_input()
[all …]
Dgstsplitmuxsink.h77 GstClockTimeDiff start_time_pts; member