Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dqttextparse.c31 #define MIN_TO_NSEC (60 * GST_SECOND) macro
32 #define HOUR_TO_NSEC (60 * MIN_TO_NSEC)
326 return hour * HOUR_TO_NSEC + min * MIN_TO_NSEC + sec * GST_SECOND + dec; in qttext_parse_timestamp()