Home
last modified time | relevance | path

Searched refs:mDepthSurface (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp107 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()
DDepthCompositeStream.h132 sp<Surface> mDepthSurface, mBlobSurface, mOutputSurface; variable