Home
last modified time | relevance | path

Searched refs:pointsQuantized (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()
379 pointsQuantized.push_back(floorf(((far * (point - near)) / in processDepthMapFrame()
392 auto ret = encodeGrayscaleJpeg(width, height, pointsQuantized.data(), in processDepthMapFrame()