Home
last modified time | relevance | path

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

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