Searched refs:NptTimeFormat (Results 1 – 15 of 15) sorted by relevance
82 struct NptTimeFormat struct144 NptTimeFormat npt_start;153 NptTimeFormat npt_end;189 case NptTimeFormat::NOW: in convertToMilliSec()194 case NptTimeFormat::NPT_SEC: in convertToMilliSec()200 case NptTimeFormat::NPT_HHMMSS: in convertToMilliSec()218 case NptTimeFormat::NOW: in convertToMilliSec()223 case NptTimeFormat::NPT_SEC: in convertToMilliSec()229 case NptTimeFormat::NPT_HHMMSS: in convertToMilliSec()
194 NptTimeFormat& npt_range) in parse_npt_format()207 npt_range.npt_format = NptTimeFormat::NOW; in parse_npt_format()228 npt_range.npt_format = NptTimeFormat::NPT_HHMMSS; in parse_npt_format()299 npt_range.npt_format = NptTimeFormat::NPT_SEC; in parse_npt_format()876 OSCL_EXPORT_REF int estimate_SDP_string_len(const NptTimeFormat& npt_range) in estimate_SDP_string_len()883 case NptTimeFormat::NOW: in estimate_SDP_string_len()887 case NptTimeFormat::NPT_SEC: in estimate_SDP_string_len()908 case NptTimeFormat::NPT_HHMMSS: in estimate_SDP_string_len()1072 const NptTimeFormat& npt_range, in compose_range_string()1081 case NptTimeFormat::NOW: in compose_range_string()[all …]
33 OSCL_IMPORT_REF int estimate_SDP_string_len(const NptTimeFormat& npt_range);
786 mySdpRange->npt_start.npt_format = NptTimeFormat::NOW; in parseSDP()789 if (mInfoSdpRange->npt_start.npt_format == NptTimeFormat::NPT_SEC) in parseSDP()801 if (mInfoSdpRange->npt_end.npt_format == NptTimeFormat::NPT_SEC) in parseSDP()927 case NptTimeFormat::NOW: in convertToMilliSec()932 case NptTimeFormat::NPT_SEC: in convertToMilliSec()937 case NptTimeFormat::NPT_HHMMSS: in convertToMilliSec()952 case NptTimeFormat::NOW: in convertToMilliSec()957 case NptTimeFormat::NPT_SEC: in convertToMilliSec()962 case NptTimeFormat::NPT_HHMMSS: in convertToMilliSec()
26 NptTimeFormat rm_length;93 inline void setRMLength(const NptTimeFormat& in_range) in setRMLength()284 inline NptTimeFormat *getRMLength() in getRMLength()
32 … SDP_ERROR_CODE parseRMLength(const char* sptr1, const char *end_ptr_str, NptTimeFormat& length);
120 OSCL_IMPORT_REF virtual bool PurgeElementsWithNPTLessThan(NptTimeFormat& aNPTTime) = 0;
224 OSCL_IMPORT_REF bool PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime);
251 virtual bool PurgeElementsWithNPTLessThan(NptTimeFormat& aNPTTime);
252 PVMFJitterBufferExtensionInterfaceImpl::PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime) in PurgeElementsWithNPTLessThan()
1347 bool PVMFJitterBufferNode::PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime) in PurgeElementsWithNPTLessThan()
82 OSCL_IMPORT_REF bool PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime);
322 OSCL_EXPORT_REF bool PVMFJitterBufferMisc::PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime) in PurgeElementsWithNPTLessThan()324 if (aNPTTime.npt_format != NptTimeFormat::NPT_SEC) in PurgeElementsWithNPTLessThan()
5843 rtspRange.npt_start.npt_format = NptTimeFormat::NPT_SEC; in SetRTSPPlaybackRange()5848 rtspRange.npt_end.npt_format = NptTimeFormat::NPT_SEC; in SetRTSPPlaybackRange()6282 NptTimeFormat npt_start; in HandleNodeInformationalEvent()6283 npt_start.npt_format = NptTimeFormat::NPT_SEC; in HandleNodeInformationalEvent()6482 NptTimeFormat npt_start; in DoSetDataSourcePositionOverflow()6483 npt_start.npt_format = NptTimeFormat::NPT_SEC; in DoSetDataSourcePositionOverflow()
3060 if (iSessionInfo.iReqPlayRange.npt_start.npt_format == NptTimeFormat::NPT_SEC) in composePlayRequest()3066 else if (iSessionInfo.iReqPlayRange.npt_start.npt_format == NptTimeFormat::NOW) in composePlayRequest()3079 if (iSessionInfo.iReqPlayRange.npt_end.npt_format == NptTimeFormat::NPT_SEC) in composePlayRequest()