Searched refs:CLOCK_BASE (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | gstmpegdefs.h | 86 #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/ |
D | gstmpegdefs.h | 187 #define CLOCK_BASE 9LL macro 188 #define CLOCK_FREQ (CLOCK_BASE * 10000) 191 GST_MSECOND/10, CLOCK_BASE)) 193 CLOCK_BASE, GST_MSECOND/10))
|
D | resindvdsrc.c | 47 #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/ |
D | gstmpegdefs.h | 210 #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/ |
D | mpegpsmux.h | 118 #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/ |
D | tsmux.c | 99 #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/ |
D | gstbasetsmux.c | 199 #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/ |
D | ChangeLog | 150679 mpegtsmux: apply some more CLOCK_BASE to ensure slack for PCR offset
|