Searched refs:MPEGTIME_TO_GSTTIME (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | gstmpegdefs.h | 100 #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 | 2113 MPEGTIME_TO_GSTTIME (pts), demux->program->pcr_pid); in gst_ts_demux_record_pts() 2147 MPEGTIME_TO_GSTTIME (dts), demux->program->pcr_pid); in gst_ts_demux_record_dts() 2232 MPEGTIME_TO_GSTTIME (lastval), demux->program->pcr_pid); in check_pending_buffers() 2237 ts += MPEGTIME_TO_GSTTIME (lastval - firstval); in check_pending_buffers() 2265 MPEGTIME_TO_GSTTIME (pend->pts), demux->program->pcr_pid); in check_pending_buffers() 2269 MPEGTIME_TO_GSTTIME (pend->dts), demux->program->pcr_pid); in check_pending_buffers() 2284 MPEGTIME_TO_GSTTIME (stream->raw_pts), demux->program->pcr_pid); in check_pending_buffers() 2291 MPEGTIME_TO_GSTTIME (stream->raw_dts), demux->program->pcr_pid); in check_pending_buffers()
|
/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, … 649 pts = MPEGTIME_TO_GSTTIME (demux->next_pts); in gst_ps_demux_send_data() 651 dts = MPEGTIME_TO_GSTTIME (demux->next_dts); in gst_ps_demux_send_data() 661 MPEGTIME_TO_GSTTIME (demux->current_scr - demux->first_scr)); in gst_ps_demux_send_data() 666 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (demux->current_scr))); in gst_ps_demux_send_data() 1212 offset, fscr, GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (fscr))); in gst_ps_demux_do_seek() 1229 GstClockTime first_pts = MPEGTIME_TO_GSTTIME (demux->first_pts); in gst_ps_demux_handle_seek_pull() 1738 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME ((guint64) scr))); in gst_ps_demux_parse_pack_start() 1746 demux->base_time = MPEGTIME_TO_GSTTIME (demux->first_scr); in gst_ps_demux_parse_pack_start() 2744 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/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/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()
|