Home
last modified time | relevance | path

Searched refs:setupTrackIndex (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp126 setupTrackIndex(0), in PVRTSPEngineNode()
2189 if ((uint32)setupTrackIndex == iSessionInfo.iSelectedStream.size()) in SendRtspSetup()
2263 … if ((bNoSendPending) && ((uint32)setupTrackIndex < iSessionInfo.iSelectedStream.size())) in SendRtspSetup()
2275 …VMFSuccess != composeSetupRequest(*tmpOutgoingMsg, iSessionInfo.iSelectedStream[setupTrackIndex ])) in SendRtspSetup()
2282 setupTrackIndex ++; in SendRtspSetup()
2305 if (setupTrackIndex == 1) in SendRtspSetup()
5431 setupTrackIndex = 0; in partialResetSessionInfo()
5444 setupTrackIndex = 0; in ResetSessionInfo()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h795 int setupTrackIndex; variable