Searched refs:iRTSPParserState (Results 1 – 2 of 2) sorted by relevance
100 iRTSPParserState(RTSPParser::WAITING_FOR_DATA), in PVRTSPEngineNode()1083 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in Run()1092 else if (RTSPParser::ENTITY_BODY_IS_READY == iRTSPParserState) in Run()1876 if (RTSPParser::REQUEST_IS_READY != iRTSPParserState) in SendRtspDescribe()1952 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspDescribe()2025 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspDescribe()2067 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspDescribe()2084 else if (RTSPParser::ENTITY_BODY_IS_READY == iRTSPParserState) in SendRtspDescribe()2164 if (RTSPParser::REQUEST_IS_READY == iRTSPParserState) in SendRtspSetup()2230 else if (RTSPParser::ENTITY_BODY_IS_READY == iRTSPParserState) in SendRtspSetup()[all …]
750 RTSPParser::ParserState iRTSPParserState; variable