Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp37 mBlobSurfaceId(-1), in DepthCompositeStream()
105 mBlobSurfaceId = -1; in ~DepthCompositeStream()
611 mBlobSurfaceId = (*surfaceIds)[0]; in createInternalStreams()
767 (*outSurfaceMap)[mBlobStreamId].push_back(mBlobSurfaceId); in insertGbp()
DDepthCompositeStream.h128 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable