Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp44 mDepthStreamId(-1), in DepthCompositeStream()
631 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, sensorPixelModesUsed, in createInternalStreams()
645 ret = registerCompositeStreamListener(mDepthStreamId); in createInternalStreams()
720 if (mDepthStreamId >= 0) { in deleteInternalStreams()
726 ret = device->deleteStream(mDepthStreamId); in deleteInternalStreams()
729 mDepthStreamId = -1; in deleteInternalStreams()
766 if (outSurfaceMap->find(mDepthStreamId) == outSurfaceMap->end()) { in insertGbp()
767 outputStreamIds->push_back(mDepthStreamId); in insertGbp()
769 (*outSurfaceMap)[mDepthStreamId].push_back(mDepthSurfaceId); in insertGbp()
789 compositeStreamIds->push_back(mDepthStreamId); in insertCompositeStreamIds()
[all …]
DDepthCompositeStream.h128 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable