Searched refs:mDepthStreamId (Results 1 – 2 of 2) sorted by relevance
38 mDepthStreamId(-1), in DepthCompositeStream()555 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, &depthSurfaceId); in createInternalStreams()568 ret = registerCompositeStreamListener(mDepthStreamId); in createInternalStreams()654 if (mDepthStreamId >= 0) { in deleteInternalStreams()655 ret = device->deleteStream(mDepthStreamId); in deleteInternalStreams()656 mDepthStreamId = -1; in deleteInternalStreams()693 if (outSurfaceMap->find(mDepthStreamId) == outSurfaceMap->end()) { in insertGbp()694 (*outSurfaceMap)[mDepthStreamId] = std::vector<size_t>(); in insertGbp()695 outputStreamIds->push_back(mDepthStreamId); in insertGbp()697 (*outSurfaceMap)[mDepthStreamId].push_back(mDepthSurfaceId); in insertGbp()[all …]
118 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable