Searched refs:smpte_start (Results 1 – 3 of 3) sorted by relevance
143 SmpteTimeFormat smpte_start; member251 startTime = MILLISEC_IN_HOUR * smpte_start.hours + in convertToMilliSec()252 MILLISEC_IN_MIN * smpte_start.minutes + in convertToMilliSec()253 MILLISEC_IN_SEC * smpte_start.seconds; in convertToMilliSec()
558 if (parse_smpte_format(sptr, eptr, tmp_format, range.smpte_start) == false) in parseRtspRange()991 if (range.smpte_start.frames || range.smpte_start.subframes) in estimate_SDP_string_len()994 if (range.smpte_start.subframes) in estimate_SDP_string_len()1460 if (compose_range_string(str, max_len, range.smpte_start, in compose_range_string()
981 …startTime = 3600000 * range.smpte_start.hours + 60000 * range.smpte_start.minutes + 1000 * range.s… in convertToMilliSec()