Home
last modified time | relevance | path

Searched refs:GSTTIME_TO_MPEGTIME (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.h121 #define GSTTIME_TO_MPEGTIME(time) \ macro
Dmpegpsmux.c548 pts = GSTTIME_TO_MPEGTIME (best->queued.pts); in mpegpsmux_collected()
549 dts = GSTTIME_TO_MPEGTIME (best->queued.dts); in mpegpsmux_collected()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dgstmpegdefs.h103 #define GSTTIME_TO_MPEGTIME(time) (gst_util_uint64_scale ((time), \ macro
Dmpegtspacketizer.c1588 out_time = GSTTIME_TO_MPEGTIME (out_time); in calculate_skew()
Dtsdemux.c2431 (GSTTIME_TO_MPEGTIME (gst_segment_to_running_time (&base->out_segment, in gst_ts_demux_record_pts()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdefs.h215 #define GSTTIME_TO_MPEGTIME(time) (gst_util_uint64_scale ((time), \ macro
Dgstmpegdemux.c76 …((time != -1) ? gst_util_uint64_scale (MAX(0,(gint64) (GSTTIME_TO_MPEGTIME(time))), demux->scr_rat…
1235 guint64 scr = GSTTIME_TO_MPEGTIME (seeksegment->position + demux->base_time); in gst_ps_demux_do_seek()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdefs.h192 #define GSTTIME_TO_MPEGTIME(time) (gst_util_uint64_scale ((time), \ macro
Dgstmpegdemux.c44 …((time != -1) ? gst_util_uint64_scale (MAX(0,(gint64) (GSTTIME_TO_MPEGTIME(time))), demux->scr_rat…
242 demux->scr_adjust = GSTTIME_TO_MPEGTIME (SCR_MUNGE); in gst_flups_demux_init()
303 demux->scr_adjust = GSTTIME_TO_MPEGTIME (SCR_MUNGE); in gst_flups_demux_reset()
847 demux->scr_adjust = GSTTIME_TO_MPEGTIME (SCR_MUNGE); in gst_flups_demux_flush()
941 demux->first_scr = GSTTIME_TO_MPEGTIME (start); in gst_flups_demux_sink_event()
956 demux->scr_adjust = GSTTIME_TO_MPEGTIME (adjust); in gst_flups_demux_sink_event()
958 demux->scr_adjust = -GSTTIME_TO_MPEGTIME (-adjust); in gst_flups_demux_sink_event()
Dresindvdsrc.c52 #define GSTTIME_TO_MPEGTIME(time) (gst_util_uint64_scale ((time), \ macro
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c204 #define GSTTIME_TO_MPEGTIME(time) \ macro
1304 pts = GSTTIME_TO_MPEGTIME (GST_BUFFER_PTS (buf)); in gst_base_ts_mux_aggregate_buffer()
1312 dts = GSTTIME_TO_MPEGTIME (best->dts); in gst_base_ts_mux_aggregate_buffer()
1696 GSTTIME_TO_MPEGTIME (sevent->program_splice_time) + in handle_scte35_section()
1701 GSTTIME_TO_MPEGTIME (sevent->break_duration); in handle_scte35_section()
1734 GSTTIME_TO_MPEGTIME (running_time) + TS_MUX_CLOCK_BASE; in handle_scte35_section()
1745 GSTTIME_TO_MPEGTIME (sevent->break_duration); in handle_scte35_section()
1811 GSTTIME_TO_MPEGTIME (running_time) + TS_MUX_CLOCK_BASE; in handle_scte35_section()
1852 GSTTIME_TO_MPEGTIME (gst_event_get_running_time_offset (event)); in handle_scte35_section()