Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp153 const StreamSurfaceId& streamSurfaceId = mStreamMap.valueAt(idx); in insertGbpLocked() local
154 if (outSurfaceMap->find(streamSurfaceId.streamId()) == outSurfaceMap->end()) { in insertGbpLocked()
155 (*outSurfaceMap)[streamSurfaceId.streamId()] = std::vector<size_t>(); in insertGbpLocked()
156 outputStreamIds->push_back(streamSurfaceId.streamId()); in insertGbpLocked()
158 (*outSurfaceMap)[streamSurfaceId.streamId()].push_back(streamSurfaceId.surfaceId()); in insertGbpLocked()
161 __FUNCTION__, mCameraIdStr.string(), streamSurfaceId.streamId(), in insertGbpLocked()
162 streamSurfaceId.surfaceId()); in insertGbpLocked()
165 *currentStreamId = streamSurfaceId.streamId(); in insertGbpLocked()