Searched refs:mDepthSurface (Results 1 – 2 of 2) sorted by relevance
107 mDepthSurface.clear(); in ~DepthCompositeStream()109 mDepthSurface = nullptr; in ~DepthCompositeStream()621 mDepthSurface = new Surface(producer); in createInternalStreams()623 ret = device->createStream(mDepthSurface, depthWidth, depthHeight, kDepthMapPixelFormat, in createInternalStreams()
132 sp<Surface> mDepthSurface, mBlobSurface, mOutputSurface; variable