Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp370 std::vector<uint8_t> pointsQuantized, confidenceQuantized; in processDepthMapFrame() local
371 pointsQuantized.reserve(pointCount); confidenceQuantized.reserve(pointCount); in processDepthMapFrame()
381 confidenceQuantized.push_back(floorf(*confidenceIt * 255.0f)); in processDepthMapFrame()
401 ret = encodeGrayscaleJpeg(width, height, confidenceQuantized.data(), in processDepthMapFrame()