Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c24 #define XML_HELPER_MINUTE_TO_SEC 60 macro
25 #define XML_HELPER_HOUR_TO_SEC (60 * XML_HELPER_MINUTE_TO_SEC)
1196 XML_HELPER_MINUTE_TO_SEC); in gst_xml_helper_set_prop_duration()
1197 seconds = (gint) (XML_HELPER_MS_TO_SEC (value) % XML_HELPER_MINUTE_TO_SEC); in gst_xml_helper_set_prop_duration()