Searched refs:mBlobSurface (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | DepthCompositeStream.cpp | 112 mBlobSurface.clear(), in ~DepthCompositeStream() 623 mBlobSurface = mBlobConsumer->getSurface(); in createInternalStreams() 631 mBlobSurface = new Surface(producer); in createInternalStreams() 634 ret = device->createStream(mBlobSurface, width, height, format, kJpegDataSpace, rotation, in createInternalStreams() 724 ANativeWindow *anw = mBlobSurface.get(); in configureStream()
|
H A D | JpegRCompositeStream.cpp | 84 mBlobSurface.clear(), in ~JpegRCompositeStream() 613 mBlobSurface = mBlobConsumer->getSurface(); in createInternalStreams() 619 mBlobSurface = new Surface(producer); in createInternalStreams() 622 ret = device->createStream(mBlobSurface, width, height, format, in createInternalStreams()
|
H A D | JpegRCompositeStream.h | 127 sp<Surface> mP010Surface, mBlobSurface, mOutputSurface; variable
|
H A D | DepthCompositeStream.h | 137 sp<Surface> mDepthSurface, mBlobSurface, mOutputSurface; variable
|