Home
last modified time | relevance | path

Searched refs:__gst_date_time_compare (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgst_private.h227 gint __gst_date_time_compare (const GstDateTime * dt1, const GstDateTime * dt2);
Dgstdatetime.c654 __gst_date_time_compare (const GstDateTime * dt1, const GstDateTime * dt2) in __gst_date_time_compare() function
Dgstvalue.c7282 return __gst_date_time_compare (date1, date2); in gst_value_compare_date_time()