Searched refs:HOUR_TO_NSEC (Results 1 – 1 of 1) sorted by relevance
32 #define HOUR_TO_NSEC (60 * MIN_TO_NSEC) macro326 return hour * HOUR_TO_NSEC + min * MIN_TO_NSEC + sec * GST_SECOND + dec; in qttext_parse_timestamp()