Home
last modified time | relevance | path

Searched refs:next_dts (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Dconcatdec.c49 int64_t next_dts; member
155 file->next_dts = AV_NOPTS_VALUE; in add_file()
323 if (file->next_dts != AV_NOPTS_VALUE) in get_best_effort_duration()
324 return file->next_dts - file->file_inpoint; in get_best_effort_duration()
642 int64_t next_dts = av_rescale_q(st->cur_dts, st->time_base, AV_TIME_BASE_Q); in concat_read_packet() local
643 if (cat->cur_file->next_dts == AV_NOPTS_VALUE || next_dts > cat->cur_file->next_dts) { in concat_read_packet()
644 cat->cur_file->next_dts = next_dts; in concat_read_packet()
Dutils.c1228 int64_t next_dts, int64_t next_pts) in compute_pkt_fields() argument
1360 ((uint64_t)st->cur_dts - (uint64_t)next_dts + 1) <= 2 && in compute_pkt_fields()
1361 next_dts != next_pts && in compute_pkt_fields()
1363 pkt->pts = next_dts; in compute_pkt_fields()
1442 int64_t next_dts = pkt->dts; in parse_packet() local
1512 compute_pkt_fields(s, st, st->parser, out_pkt, next_dts, next_pts); in parse_packet()
Dmovenc.c1069 int64_t next_dts; in get_cluster_duration() local
1075 next_dts = track->track_duration + track->start_dts; in get_cluster_duration()
1077 next_dts = track->cluster[cluster_idx + 1].dts; in get_cluster_duration()
1079 next_dts -= track->cluster[cluster_idx].dts; in get_cluster_duration()
1081 av_assert0(next_dts >= 0); in get_cluster_duration()
1082 av_assert0(next_dts <= INT_MAX); in get_cluster_duration()
1084 return next_dts; in get_cluster_duration()
Dmov.c8042 int64_t next_dts = (sc->current_sample < st->nb_index_entries) ? in mov_read_packet() local
8045 if (next_dts >= pkt->dts) in mov_read_packet()
8046 pkt->duration = next_dts - pkt->dts; in mov_read_packet()
/third_party/ffmpeg/fftools/
Dffmpeg.c2368 ist->next_dts += ((int64_t)AV_TIME_BASE * decoded_frame->nb_samples) / in decode_audio()
2640 if (ist->next_dts == AV_NOPTS_VALUE) in process_input_packet()
2641 ist->next_dts = ist->dts; in process_input_packet()
2653 ist->next_dts = ist->dts = av_rescale_q(pkt->dts, ist->st->time_base, AV_TIME_BASE_Q); in process_input_packet()
2666 ist->dts = ist->next_dts; in process_input_packet()
2688 ist->next_dts += duration_dts; in process_input_packet()
2690 ist->next_dts = AV_NOPTS_VALUE; in process_input_packet()
2764 ist->dts = ist->next_dts; in process_input_packet()
2769 ist->next_dts += ((int64_t)AV_TIME_BASE * ist->dec_ctx->frame_size) / in process_input_packet()
2772 ist->next_dts += av_rescale_q(pkt->duration, ist->st->time_base, AV_TIME_BASE_Q); in process_input_packet()
[all …]
Dffmpeg.h318 int64_t next_dts; member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c243 GstClockTime next_dts; member
837 parse->priv->next_dts = 0; in gst_base_parse_reset()
998 && GST_CLOCK_TIME_IS_VALID (parse->priv->next_dts); in gst_base_parse_parse_frame()
1019 && GST_BUFFER_PTS (buffer) < parse->priv->next_dts) { in gst_base_parse_parse_frame()
1030 GST_BUFFER_DTS (buffer) = parse->priv->next_dts; in gst_base_parse_parse_frame()
1254 gint64 offset = 0, next_dts; in gst_base_parse_sink_event_default() local
1296 next_dts = seek->start_ts; in gst_base_parse_sink_event_default()
1304 GST_FORMAT_TIME, (gint64 *) & next_dts); in gst_base_parse_sink_event_default()
1306 out_segment.start = next_dts; in gst_base_parse_sink_event_default()
1308 out_segment.time = next_dts; in gst_base_parse_sink_event_default()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h136 guint64 next_dts; member
Dgstmpegdemux.c294 demux->next_dts = G_MAXUINT64; in gst_flups_demux_reset()
515 if (G_UNLIKELY (demux->next_dts != G_MAXUINT64)) in gst_flups_demux_send_data()
516 dts = MPEGTIME_TO_GSTTIME (demux->next_dts); in gst_flups_demux_send_data()
556 demux->next_dts = G_MAXUINT64; in gst_flups_demux_send_data()
1944 demux->next_dts = filter->dts + demux->scr_adjust; in gst_flups_demux_data_cb()
1946 demux->next_dts = demux->next_pts; in gst_flups_demux_data_cb()
1949 " (%" G_GUINT64_FORMAT ")", filter->dts, demux->next_dts); in gst_flups_demux_data_cb()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h149 guint64 next_dts; member
Dgstmpegdemux.c401 demux->next_dts = G_MAXUINT64; in gst_ps_demux_reset()
710 if (G_UNLIKELY (demux->next_dts != G_MAXUINT64)) in gst_ps_demux_send_data()
711 dts = MPEGTIME_TO_GSTTIME (demux->next_dts); in gst_ps_demux_send_data()
753 demux->next_dts = G_MAXUINT64; in gst_ps_demux_send_data()
2394 demux->next_dts = filter->dts + demux->scr_adjust; in gst_ps_demux_data_cb()
2396 " (%" G_GUINT64_FORMAT ")", id, filter->dts, demux->next_dts); in gst_ps_demux_data_cb()
2398 demux->next_dts = demux->next_pts; in gst_ps_demux_data_cb()
/third_party/gstreamer/gstreamer/
DChangeLog3056 when increasing next_dts using the duration of the last pushed