Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp254 float normConfidence = (conf == 0) ? 1.f : (static_cast<float>(conf) - 1) / 7.f; in unpackDepth16() local
255 confidence->push_back(normConfidence); in unpackDepth16()
256 if (normConfidence < CONFIDENCE_THRESHOLD) { in unpackDepth16()