Home
last modified time | relevance | path

Searched refs:NptTimeFormat (Results 1 – 15 of 15) sorted by relevance

/external/opencore/baselibs/gen_data_structures/src/
Drtsp_time_formats.h82 struct NptTimeFormat struct
144 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()
Drtsp_range_utils.cpp194 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 …]
Drtsp_range_utils.h33 OSCL_IMPORT_REF int estimate_SDP_string_len(const NptTimeFormat& npt_range);
/external/opencore/protocols/sdp/parser/src/
Dsdpparser.cpp786 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()
/external/opencore/protocols/sdp/common/include/
Drm_media_info.h26 NptTimeFormat rm_length;
93 inline void setRMLength(const NptTimeFormat& in_range) in setRMLength()
284 inline NptTimeFormat *getRMLength() in getRMLength()
/external/opencore/protocols/sdp/parser/include/
Drm_media_info_parser.h32 … SDP_ERROR_CODE parseRMLength(const char* sptr1, const char *end_ptr_str, NptTimeFormat& length);
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_ext_interface.h120 OSCL_IMPORT_REF virtual bool PurgeElementsWithNPTLessThan(NptTimeFormat& aNPTTime) = 0;
Dpvmf_jitter_buffer_internal.h224 OSCL_IMPORT_REF bool PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime);
Dpvmf_jitter_buffer_node.h251 virtual bool PurgeElementsWithNPTLessThan(NptTimeFormat& aNPTTime);
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_extension_interface.cpp252 PVMFJitterBufferExtensionInterfaceImpl::PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime) in PurgeElementsWithNPTLessThan()
Dpvmf_jitter_buffer_node.cpp1347 bool PVMFJitterBufferNode::PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime) in PurgeElementsWithNPTLessThan()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_jitterbuffermisc.h82 OSCL_IMPORT_REF bool PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_jitterbuffermisc.cpp322 OSCL_EXPORT_REF bool PVMFJitterBufferMisc::PurgeElementsWithNPTLessThan(NptTimeFormat &aNPTTime) in PurgeElementsWithNPTLessThan()
324 if (aNPTTime.npt_format != NptTimeFormat::NPT_SEC) in PurgeElementsWithNPTLessThan()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp5843 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()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3060 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()