Home
last modified time | relevance | path

Searched refs:get_seconds (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsprange.c487 get_seconds (const GstRTSPTime * t) in get_seconds() function
532 res = get_seconds (t1); in get_time()
549 res = get_seconds (t1) + (span * 1000); in get_time()
553 res = get_seconds (t1); in get_time()
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h71 #define get_seconds() 0 macro
72 #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 })
458 #define get_seconds() 0 macro
Dtnc_misc.c429 znode->time = get_seconds(); in ubifs_load_znode()
Dtnc.c1159 unsigned long time = get_seconds(); in ubifs_lookup_level0()
1295 unsigned long time = get_seconds(); in lookup_level0_dirty()
/third_party/gstreamer/gstplugins_base/
DChangeLog63045 rtsprange: use gst_util_gdouble_to_guint64 in get_seconds