Home
last modified time | relevance | path

Searched defs:PCRTIME_TO_GSTTIME (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dgstmpegdefs.h96 #define PCRTIME_TO_GSTTIME(t) (((t) * (guint64)1000) / 27) macro
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux-util.c45 #define PCRTIME_TO_GSTTIME(t) (((t) * (guint64)1000) / 27) macro