Home
last modified time | relevance | path

Searched refs:CLOCK_BASE (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dgstmpegdefs.h86 #define CLOCK_BASE 9LL macro
87 #define CLOCK_FREQ (CLOCK_BASE * 10000)
104 CLOCK_BASE, GST_MSECOND/10))
106 300 * CLOCK_BASE, GST_MSECOND/10))
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdefs.h187 #define CLOCK_BASE 9LL macro
188 #define CLOCK_FREQ (CLOCK_BASE * 10000)
191 GST_MSECOND/10, CLOCK_BASE))
193 CLOCK_BASE, GST_MSECOND/10))
Dresindvdsrc.c47 #define CLOCK_BASE 9LL macro
48 #define CLOCK_FREQ CLOCK_BASE * 10000
51 GST_MSECOND/10, CLOCK_BASE))
53 CLOCK_BASE, GST_MSECOND/10))
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdefs.h210 #define CLOCK_BASE 9LL macro
211 #define CLOCK_FREQ (CLOCK_BASE * 10000)
214 GST_MSECOND/10, CLOCK_BASE))
216 CLOCK_BASE, GST_MSECOND/10))
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.h118 #define CLOCK_BASE 9LL macro
119 #define CLOCK_FREQ (CLOCK_BASE * 10000)
123 gst_util_uint64_scale ((time), CLOCK_BASE, GST_MSECOND/10) : \
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c99 #define CLOCK_BASE (TSMUX_CLOCK_FREQ * 10 * 360) macro
1599 gint64 cur_ts = CLOCK_BASE; in tsmux_write_stream_packet()
1620 stream->dts += CLOCK_BASE; in tsmux_write_stream_packet()
1622 stream->pts += CLOCK_BASE; in tsmux_write_stream_packet()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c199 #define CLOCK_BASE 9LL macro
200 #define CLOCK_FREQ (CLOCK_BASE * 10000) /* 90 kHz PTS clock */
206 (gint64) gst_util_uint64_scale (ABS(time), CLOCK_BASE, GST_MSECOND/10))
/third_party/gstreamer/gstplugins_bad/
DChangeLog150679 mpegtsmux: apply some more CLOCK_BASE to ensure slack for PCR offset