Home
last modified time | relevance | path

Searched refs:INVALID_RANGE (Results 1 – 8 of 8) sorted by relevance

/external/opencore/baselibs/gen_data_structures/src/
Drtsp_time_formats.h137 UNKNOWN_RANGE, INVALID_RANGE enumerator
302 case RtspRangeType::INVALID_RANGE: in convertToMilliSec()
Drtsp_range_utils.cpp488 range.format = RtspRangeType::INVALID_RANGE; in parseRtspRange()
1582 range.format == RtspRangeType::INVALID_RANGE) in compose_SDP_string()
1623 range.format == RtspRangeType::INVALID_RANGE) in compose_RTSP_string()
/external/opencore/protocols/sdp/parser/src/
Dsdpparser.cpp755 if (mySdpRange->format == RtspRangeType::INVALID_RANGE) in parseSDP()
778 if (mySdpRange->format == RtspRangeType::INVALID_RANGE) in parseSDP()
1004 case RtspRangeType::INVALID_RANGE: in convertToMilliSec()
/external/opencore/protocols/sdp/common/include/
Dmedia_info.h144 range.format = RtspRangeType::INVALID_RANGE; in mediaInfo()
151 qoeMetrics.range.format = RtspRangeType::INVALID_RANGE; in mediaInfo()
Dsession_info.h1177 session_range.format = RtspRangeType::INVALID_RANGE; in resetSessionDescription()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h256 iReqPlayRange.format = RtspRangeType::INVALID_RANGE; in SessionInfo()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp836 iSessionInfo.iActPlayRange.format = RtspRangeType::INVALID_RANGE; in SetRequestPlayRange()
849 if (iSessionInfo.iActPlayRange.format == RtspRangeType::INVALID_RANGE) in GetActualPlayRange()
3597 if (iSessionInfo.iActPlayRange.format == RtspRangeType::INVALID_RANGE) in processIncomingMessage()
5434 iSessionInfo.iReqPlayRange.format = RtspRangeType::INVALID_RANGE; in partialResetSessionInfo()
5447 iSessionInfo.iReqPlayRange.format = RtspRangeType::INVALID_RANGE; in ResetSessionInfo()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp5730 if ((rtspRange->format != RtspRangeType::INVALID_RANGE) && in SendSessionSourceInfoToSessionController()