Searched refs:MPEGTIME_TO_GSTTIME (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 77 #define BYTES_TO_GSTTIME(bytes) ((bytes != -1) ? MPEGTIME_TO_GSTTIME(gst_util_uint64_scale (bytes, … 709 pts = MPEGTIME_TO_GSTTIME (demux->next_pts); in gst_ps_demux_send_data() 711 dts = MPEGTIME_TO_GSTTIME (demux->next_dts); in gst_ps_demux_send_data() 732 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (demux->current_scr))); in gst_ps_demux_send_data() 1274 offset, fscr, GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (fscr))); in gst_ps_demux_do_seek() 1291 GstClockTime first_pts = MPEGTIME_TO_GSTTIME (demux->first_pts); in gst_ps_demux_handle_seek_pull() 1828 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME ((guint64) scr))); in gst_ps_demux_parse_pack_start() 1836 demux->base_time = MPEGTIME_TO_GSTTIME (demux->first_scr); in gst_ps_demux_parse_pack_start() 1937 MPEGTIME_TO_GSTTIME (demux->current_scr - demux->first_scr)); in gst_ps_demux_parse_pack_start() 2863 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (demux->first_scr)), offset); in gst_ps_sink_get_duration() [all …]
|
D | gstmpegdefs.h | 213 #define MPEGTIME_TO_GSTTIME(time) (gst_util_uint64_scale ((time), \ macro
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-scte-section.c | 30 #define MPEGTIME_TO_GSTTIME(t) ((t) * (guint64)100000 / 9) macro 109 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (component->splice_time))); in _parse_splice_component() 198 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (event->program_splice_time))); in _parse_splice_event() 218 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (event->break_duration))); in _parse_splice_event()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 45 #define BYTES_TO_GSTTIME(bytes) ((bytes != -1) ? MPEGTIME_TO_GSTTIME(gst_util_uint64_scale (bytes, … 514 pts = MPEGTIME_TO_GSTTIME (demux->next_pts); in gst_flups_demux_send_data() 516 dts = MPEGTIME_TO_GSTTIME (demux->next_dts); in gst_flups_demux_send_data() 527 GstClockTime cur_scr_time = MPEGTIME_TO_GSTTIME (demux->current_scr); in gst_flups_demux_send_data() 979 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (demux->scr_adjust))); in gst_flups_demux_sink_event() 987 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (demux->scr_adjust))); in gst_flups_demux_sink_event() 1153 MPEGTIME_TO_GSTTIME (demux->current_scr - demux->scr_adjust - in gst_flups_demux_src_query() 1409 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME ((guint64) scr))); in gst_flups_demux_parse_pack_start() 1419 demux->base_time = MPEGTIME_TO_GSTTIME (demux->first_scr); in gst_flups_demux_parse_pack_start() 1437 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME ((guint64) scr - demux->first_scr))); in gst_flups_demux_parse_pack_start() [all …]
|
D | gstmpegdefs.h | 190 #define MPEGTIME_TO_GSTTIME(time) (gst_util_uint64_scale ((time), \ macro
|
D | resindvdsrc.c | 50 #define MPEGTIME_TO_GSTTIME(time) (gst_util_uint64_scale ((time), \ macro 950 GstClockTime new_start_ptm = MPEGTIME_TO_GSTTIME (pci->pci_gi.vobu_s_ptm); in rsn_dvdsrc_step() 951 GstClockTime new_end_ptm = MPEGTIME_TO_GSTTIME (pci->pci_gi.vobu_e_ptm); in rsn_dvdsrc_step() 1005 new_start_ptm = MPEGTIME_TO_GSTTIME (pci->hli.hl_gi.hli_s_ptm); in rsn_dvdsrc_step() 1055 src->pgc_duration = MPEGTIME_TO_GSTTIME (event->pgc_length); in rsn_dvdsrc_step() 1060 MPEGTIME_TO_GSTTIME (dvdnav_get_current_time (src->dvdnav)); in rsn_dvdsrc_step() 2211 MPEGTIME_TO_GSTTIME (area.pts), NULL); in rsn_dvdsrc_update_highlight()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | gstmpegdefs.h | 101 #define MPEGTIME_TO_GSTTIME(t) ((t) * (guint64)100000 / 9) macro
|
D | pesparse.c | 157 res->PTS, GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (res->PTS))); in mpegts_parse_pes_header() 170 res->DTS, GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (res->DTS))); in mpegts_parse_pes_header()
|
D | tsdemux.c | 1168 MPEGTIME_TO_GSTTIME (sit->splice_time + in handle_psi() 1183 MPEGTIME_TO_GSTTIME (sevent->program_splice_time + in handle_psi() 2357 MPEGTIME_TO_GSTTIME (pts), demux->program->pcr_pid); in gst_ts_demux_record_pts() 2409 MPEGTIME_TO_GSTTIME (dts), demux->program->pcr_pid); in gst_ts_demux_record_dts() 2465 dur = MPEGTIME_TO_GSTTIME (lastval - firstval); in check_pending_buffers() 2522 MPEGTIME_TO_GSTTIME (lastval), demux->program->pcr_pid); in check_pending_buffers() 2527 ts += MPEGTIME_TO_GSTTIME (lastval - firstval); in check_pending_buffers() 2555 MPEGTIME_TO_GSTTIME (pend->pts), demux->program->pcr_pid); in check_pending_buffers() 2559 MPEGTIME_TO_GSTTIME (pend->dts), demux->program->pcr_pid); in check_pending_buffers() 2574 MPEGTIME_TO_GSTTIME (stream->raw_pts), demux->program->pcr_pid); in check_pending_buffers() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux-util.c | 46 #define MPEGTIME_TO_GSTTIME(t) (((t) * (guint64)100000) / 9) macro 332 *first_pcr = r->first_pcr = MPEGTIME_TO_GSTTIME (pts); in gst_hlsdemux_tsreader_find_pcrs_id3()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/ |
D | ts-parser.c | 34 #define MPEGTIME_TO_GSTTIME(t) ((t) * (guint64)100000 / 9) macro 1247 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (sit->pts_adjustment))); in dump_scte_sit() 1263 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME in dump_scte_sit() 1273 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (event->break_duration))); in dump_scte_sit()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmux.c | 1562 #define MPEGTIME_TO_GSTTIME(t) ((t) * (guint64)100000 / 9) macro 1756 running_time += MPEGTIME_TO_GSTTIME (sevent->break_duration); in handle_scte35_section()
|