Home
last modified time | relevance | path

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

/external/opencore/baselibs/gen_data_structures/src/
Drtsp_time_formats.h143 SmpteTimeFormat smpte_start; member
251 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()
Drtsp_range_utils.cpp558 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()
/external/opencore/protocols/sdp/parser/src/
Dsdpparser.cpp981 …startTime = 3600000 * range.smpte_start.hours + 60000 * range.smpte_start.minutes + 1000 * range.s… in convertToMilliSec()