Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1481 List<AString> streamInfos; in parsePlayResponse() local
1482 SplitString(rtpInfo, ",", &streamInfos); in parsePlayResponse()
1485 for (List<AString>::iterator it = streamInfos.begin(); in parsePlayResponse()
1486 it != streamInfos.end(); ++it) { in parsePlayResponse()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1218 std::vector<OutputStreamInfo> streamInfos; in updateOutputConfiguration() local
1249 streamInfos.push_back(outInfo); in updateOutputConfiguration()
1259 auto ret = mDevice->updateStream(streamId, newOutputs, streamInfos, removedSurfaceIds, in updateOutputConfiguration()