Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp166 const StreamSurfaceId& streamSurfaceId = mStreamMap.valueAt(idx); in insertGbpLocked() local
167 if (outSurfaceMap->find(streamSurfaceId.streamId()) == outSurfaceMap->end()) { in insertGbpLocked()
168 (*outSurfaceMap)[streamSurfaceId.streamId()] = std::vector<size_t>(); in insertGbpLocked()
169 outputStreamIds->push_back(streamSurfaceId.streamId()); in insertGbpLocked()
171 (*outSurfaceMap)[streamSurfaceId.streamId()].push_back(streamSurfaceId.surfaceId()); in insertGbpLocked()
174 __FUNCTION__, mCameraIdStr.string(), streamSurfaceId.streamId(), in insertGbpLocked()
175 streamSurfaceId.surfaceId()); in insertGbpLocked()
178 *currentStreamId = streamSurfaceId.streamId(); in insertGbpLocked()