Home
last modified time | relevance | path

Searched refs:gst_util_gdouble_to_guint64 (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstutils.h54 guint64 gst_util_gdouble_to_guint64 (gdouble value) G_GNUC_CONST;
77 #define gst_gdouble_to_guint64(value) gst_util_gdouble_to_guint64(value)
Dgstutils.c323 gst_util_gdouble_to_guint64 (gdouble value) in gst_util_gdouble_to_guint64() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsprange.c498 return gst_util_gdouble_to_guint64 (t->seconds * GST_SECOND); in get_seconds()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c393 result = gst_util_gdouble_to_guint64 (from[i]); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c1850 gst_util_gdouble_to_guint64 (gst_util_guint64_to_gdouble in gst_matroska_parse_parse_blockgroup_or_simpleblock()
Dmatroska-demux.c4718 gst_util_gdouble_to_guint64 (gst_util_guint64_to_gdouble in gst_matroska_demux_parse_blockgroup_or_simpleblock()
/third_party/gstreamer/gstreamer/
DChangeLog115408 (gst_util_gdouble_to_guint64), (gst_util_uint64_scale_int64):
/third_party/gstreamer/gstplugins_base/
DChangeLog76057 rtsprange: use gst_util_gdouble_to_guint64 in get_seconds