Home
last modified time | relevance | path

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

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