Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp87 mBlobSurface.clear(), in ~DepthCompositeStream()
515 mBlobSurface = new Surface(producer); in createInternalStreams()
517 ret = device->createStream(mBlobSurface, width, height, format, kJpegDataSpace, rotation, in createInternalStreams()
585 ANativeWindow *anw = mBlobSurface.get(); in configureStream()
DDepthCompositeStream.h124 sp<Surface> mDepthSurface, mBlobSurface, mOutputSurface; variable