Lines Matching refs:mDepthStreamId
38 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()
801 if ((resultExtras.errorStreamId == mDepthStreamId) || in onStreamBufferError()