Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp404 camera_metadata_ro_entry maxPointCount = mDeviceInfo.find(ANDROID_DEPTH_MAX_DEPTH_SAMPLES); in getPointCloudBufferSize() local
405 if (maxPointCount.count == 0) { in getPointCloudBufferSize()
411 maxPointCount.data.i32[0] * sizeof(float) * FLOATS_PER_POINT; in getPointCloudBufferSize()