Searched defs:streamInfos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/rtsp/
H A DMyHandler.h1112 List<AString> streamInfos; local
1113 SplitString(rtpInfo, ",", &streamInfos);
1116 for (List<AString>::iterator it = streamInfos.begin();
1117 it != streamInfos.end(); ++it) {

Completed in 77 milliseconds