Searched refs:npt_end (Results 1 – 5 of 5) sorted by relevance
153 NptTimeFormat npt_end; member216 switch (npt_end.npt_format) in convertToMilliSec()225 stopTime = (int32)(MILLISEC_IN_SEC * (npt_end.npt_sec.sec) + in convertToMilliSec()226 npt_end.npt_sec.milli_sec); in convertToMilliSec()231 stopTime = MILLISEC_IN_HOUR * npt_end.npt_hhmmss.hours + in convertToMilliSec()232 MILLISEC_IN_MIN * npt_end.npt_hhmmss.min + in convertToMilliSec()233 MILLISEC_IN_SEC * npt_end.npt_hhmmss.sec + in convertToMilliSec()234 (int32)(MILLISEC_IN_SEC * npt_end.npt_hhmmss.frac_sec); in convertToMilliSec()
636 if (parse_npt_format(sptr, eptr, range.npt_end) in parseRtspRange()964 total_len += estimate_SDP_string_len(range.npt_end); in estimate_SDP_string_len()1396 if (compose_range_string(str, max_len, range.npt_end, in compose_range_string()
801 if (mInfoSdpRange->npt_end.npt_format == NptTimeFormat::NPT_SEC) in parseSDP()803 if (mInfoSdpRange->npt_end.npt_sec.sec > mySdpRange->npt_end.npt_sec.sec) in parseSDP()805 mySdpRange->npt_end.npt_sec = mInfoSdpRange->npt_end.npt_sec; in parseSDP()807 … else if ((mInfoSdpRange->npt_end.npt_sec.sec == mySdpRange->npt_end.npt_sec.sec) in parseSDP()808 … && ((mInfoSdpRange->npt_end.npt_sec.milli_sec > mySdpRange->npt_end.npt_sec.milli_sec))) in parseSDP()810 mySdpRange->npt_end.npt_sec = mInfoSdpRange->npt_end.npt_sec; in parseSDP()950 switch (range.npt_end.npt_format) in convertToMilliSec()959 … stopTime = (int)(1000 * ((float)range.npt_end.npt_sec.sec + range.npt_end.npt_sec.milli_sec)); in convertToMilliSec()964 …000 * range.npt_end.npt_hhmmss.hours + 60000 * range.npt_end.npt_hhmmss.min + 1000 * range.npt_end… in convertToMilliSec()
3079 if (iSessionInfo.iReqPlayRange.npt_end.npt_format == NptTimeFormat::NPT_SEC) in composePlayRequest()3081 if ((iSessionInfo.iReqPlayRange.npt_end.npt_sec.sec != 0) in composePlayRequest()3082 || (iSessionInfo.iReqPlayRange.npt_end.npt_sec.milli_sec != 0)) in composePlayRequest()3086 …iSessionInfo.iReqPlayRange.npt_end.npt_sec.sec, iSessionInfo.iReqPlayRange.npt_end.npt_sec.milli_s… in composePlayRequest()3615 iSessionInfo.iActPlayRange.npt_end = iIncomingMsg.range.npt_end; in processIncomingMessage()
5848 rtspRange.npt_end.npt_format = NptTimeFormat::NPT_SEC; in SetRTSPPlaybackRange()5849 rtspRange.npt_end.npt_sec.sec = iSessionStopTime / 1000; in SetRTSPPlaybackRange()5850 rtspRange.npt_end.npt_sec.milli_sec = in SetRTSPPlaybackRange()