Searched refs:mDepthStreamId (Results 1 – 2 of 2) sorted by relevance
38 mDepthStreamId(-1), in DepthCompositeStream()548 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, &depthSurfaceId); in createInternalStreams()561 ret = registerCompositeStreamListener(mDepthStreamId); in createInternalStreams()647 if (mDepthStreamId >= 0) { in deleteInternalStreams()648 ret = device->deleteStream(mDepthStreamId); in deleteInternalStreams()649 mDepthStreamId = -1; in deleteInternalStreams()686 if (outSurfaceMap->find(mDepthStreamId) == outSurfaceMap->end()) { in insertGbp()687 (*outSurfaceMap)[mDepthStreamId] = std::vector<size_t>(); in insertGbp()688 outputStreamIds->push_back(mDepthStreamId); in insertGbp()690 (*outSurfaceMap)[mDepthStreamId].push_back(mDepthSurfaceId); in insertGbp()[all …]
118 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable