Searched refs:mBlobSurface (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | JpegRCompositeStream.h | 127 sp<Surface> mP010Surface, mBlobSurface, mOutputSurface; variable
|
D | DepthCompositeStream.cpp | 110 mBlobSurface.clear(), in ~DepthCompositeStream() 623 mBlobSurface = new Surface(producer); in createInternalStreams() 625 ret = device->createStream(mBlobSurface, width, height, format, kJpegDataSpace, rotation, in createInternalStreams() 708 ANativeWindow *anw = mBlobSurface.get(); in configureStream()
|
D | DepthCompositeStream.h | 137 sp<Surface> mDepthSurface, mBlobSurface, mOutputSurface; variable
|
D | JpegRCompositeStream.cpp | 82 mBlobSurface.clear(), in ~JpegRCompositeStream() 604 mBlobSurface = new Surface(producer); in createInternalStreams() 606 ret = device->createStream(mBlobSurface, width, height, format, in createInternalStreams()
|