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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1236 AString URIs[kMaxStreams]; local
1238 if (mPlaylist->getTypeURI(item.mPlaylistIndex, mStreams[i].mType, &URIs[i])) {
1257 if ((streamMask & type) && uri == URIs[j]) {
1285 msg->setString(mStreams[i].uriKey().c_str(), URIs[i].c_str());
1334 AString URIs[kMaxStreams]; local
1338 CHECK(msg->findString(uriKey.c_str(), &URIs[i]));
1339 ALOGV("%s = '%s'", uriKey.c_str(), URIs[i].c_str());
1352 && !(URIs[i] == mStreams[i].mUri))

Completed in 36 milliseconds