Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp38 mDepthStreamId(-1), in DepthCompositeStream()
624 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, sensorPixelModesUsed, in createInternalStreams()
638 ret = registerCompositeStreamListener(mDepthStreamId); in createInternalStreams()
713 if (mDepthStreamId >= 0) { in deleteInternalStreams()
719 ret = device->deleteStream(mDepthStreamId); in deleteInternalStreams()
722 mDepthStreamId = -1; in deleteInternalStreams()
759 if (outSurfaceMap->find(mDepthStreamId) == outSurfaceMap->end()) { in insertGbp()
760 outputStreamIds->push_back(mDepthStreamId); in insertGbp()
762 (*outSurfaceMap)[mDepthStreamId].push_back(mDepthSurfaceId); in insertGbp()
782 compositeStreamIds->push_back(mDepthStreamId); in insertCompositeStreamIds()
[all …]
DDepthCompositeStream.h128 int mBlobStreamId, mBlobSurfaceId, mDepthStreamId, mDepthSurfaceId; variable