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