Home
last modified time | relevance | path

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

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