Searched refs:MIN_TO_NSEC (Results 1 – 1 of 1) sorted by relevance
31 #define MIN_TO_NSEC (60 * GST_SECOND) macro32 #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()