Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1465 List<AString> streamInfos; in parsePlayResponse() local
1466 SplitString(rtpInfo, ",", &streamInfos); in parsePlayResponse()
1469 for (List<AString>::iterator it = streamInfos.begin(); in parsePlayResponse()
1470 it != streamInfos.end(); ++it) { in parsePlayResponse()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp918 std::vector<OutputStreamInfo> streamInfos; in updateOutputConfiguration() local
949 streamInfos.push_back(outInfo); in updateOutputConfiguration()
959 auto ret = mDevice->updateStream(streamId, newOutputs, streamInfos, removedSurfaceIds, in updateOutputConfiguration()