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()
106 mBlobSurfaceId = -1; in ~DepthCompositeStream()
535 mBlobSurfaceId = (*surfaceIds)[0]; in createInternalStreams()
696 (*outSurfaceMap)[mBlobStreamId].push_back(mBlobSurfaceId); in insertGbp()
DDepthCompositeStream.h118 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable