Searched refs:PCRTIME_TO_GSTTIME (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 420 GST_TIME_ARGS (PCRTIME_TO_GSTTIME (packet->pcr)), packet->offset); in mpegts_packetizer_parse_adaptation_field_control() 443 opcr, GST_TIME_ARGS (PCRTIME_TO_GSTTIME (opcr))); in mpegts_packetizer_parse_adaptation_field_control() 1354 gstpcrtime = PCRTIME_TO_GSTTIME (pcrtime) + pcr->pcroffset; in calculate_skew() 1377 gstpcrtime = PCRTIME_TO_GSTTIME (pcrtime) + pcr->pcroffset; in calculate_skew() 1403 gstpcrtime = PCRTIME_TO_GSTTIME (pcrtime) + pcr->pcroffset; in calculate_skew() 1623 ")", cur, GST_TIME_ARGS (PCRTIME_TO_GSTTIME (cur->pcr_offset))); in _reevaluate_group_pcr_offset() 1640 ")", group, GST_TIME_ARGS (PCRTIME_TO_GSTTIME (cur->pcr_offset))); in _reevaluate_group_pcr_offset() 1643 GST_TIME_FORMAT, GST_TIME_ARGS (PCRTIME_TO_GSTTIME (cur->first_pcr)), in _reevaluate_group_pcr_offset() 1644 GST_TIME_ARGS (PCRTIME_TO_GSTTIME (prev->first_pcr))); in _reevaluate_group_pcr_offset() 1680 GST_TIME_ARGS (PCRTIME_TO_GSTTIME (current->pending[current->last]. in _reevaluate_group_pcr_offset() [all …]
|
D | gstmpegdefs.h | 96 #define PCRTIME_TO_GSTTIME(t) (((t) * (guint64)1000) / 27) macro
|
D | pesparse.c | 181 res->ESCR, GST_TIME_ARGS (PCRTIME_TO_GSTTIME (res->ESCR))); in mpegts_parse_pes_header()
|
D | mpegtsparse.c | 894 PCRTIME_TO_GSTTIME (packet->pcr), parse->pcr_pid); in mpegts_parse_inspect_packet()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux-util.c | 45 #define PCRTIME_TO_GSTTIME(t) (((t) * (guint64)1000) / 27) macro 104 ts = PCRTIME_TO_GSTTIME (pcr); in handle_pcr()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 111822 PCRTIME_TO_GSTTIME() can't handle (and returned a massive positive value)
|