Searched refs:streamSurfaceId (Results 1 – 1 of 1) sorted by relevance
169 const StreamSurfaceId& streamSurfaceId = mStreamMap.valueAt(idx); in insertGbpLocked() local170 if (outSurfaceMap->find(streamSurfaceId.streamId()) == outSurfaceMap->end()) { in insertGbpLocked()171 (*outSurfaceMap)[streamSurfaceId.streamId()] = std::vector<size_t>(); in insertGbpLocked()172 outputStreamIds->push_back(streamSurfaceId.streamId()); in insertGbpLocked()174 (*outSurfaceMap)[streamSurfaceId.streamId()].push_back(streamSurfaceId.surfaceId()); in insertGbpLocked()177 __FUNCTION__, mCameraIdStr.string(), streamSurfaceId.streamId(), in insertGbpLocked()178 streamSurfaceId.surfaceId()); in insertGbpLocked()181 *currentStreamId = streamSurfaceId.streamId(); in insertGbpLocked()