Searched refs:mDepthStreamId (Results 1 – 2 of 2) sorted by relevance
37 mDepthStreamId(-1), in DepthCompositeStream()534 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, &depthSurfaceId); in createInternalStreams()547 ret = registerCompositeStreamListener(mDepthStreamId); in createInternalStreams()622 if (mDepthStreamId >= 0) { in deleteInternalStreams()628 ret = device->deleteStream(mDepthStreamId); in deleteInternalStreams()631 mDepthStreamId = -1; in deleteInternalStreams()668 if (outSurfaceMap->find(mDepthStreamId) == outSurfaceMap->end()) { in insertGbp()669 (*outSurfaceMap)[mDepthStreamId] = std::vector<size_t>(); in insertGbp()670 outputStreamIds->push_back(mDepthStreamId); in insertGbp()672 (*outSurfaceMap)[mDepthStreamId].push_back(mDepthSurfaceId); in insertGbp()[all …]
120 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable