Home
last modified time | relevance | path

Searched defs:next_dts (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Dconcatdec.c49 int64_t next_dts; member
642 int64_t next_dts = av_rescale_q(st->cur_dts, st->time_base, AV_TIME_BASE_Q); in concat_read_packet() local
Dutils.c1238 int64_t next_dts, int64_t next_pts) in compute_pkt_fields()
1466 int64_t next_dts = pkt->dts; in parse_packet() local
Dmovenc.c1013 int64_t next_dts; in get_cluster_duration() local
Dmov.c7961 int64_t next_dts = (sc->current_sample < st->nb_index_entries) ? in mov_read_packet() local
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h136 guint64 next_dts; member
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h149 guint64 next_dts; member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c243 GstClockTime next_dts; member
1204 gint64 offset = 0, next_dts; in gst_base_parse_sink_event_default() local
/third_party/ffmpeg/fftools/
Dffmpeg.c2703 … int64_t next_dts = av_rescale_q(ist->next_dts, time_base_q, av_inv_q(ist->framerate)); in process_input_packet() local
Dffmpeg.h311 int64_t next_dts; member