Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1120 List<AString> streamInfos; in parsePlayResponse() local
1121 SplitString(rtpInfo, ",", &streamInfos); in parsePlayResponse()
1124 for (List<AString>::iterator it = streamInfos.begin(); in parsePlayResponse()
1125 it != streamInfos.end(); ++it) { in parsePlayResponse()