Searched refs:maxPointCount (Results 1 – 1 of 1) sorted by relevance
615 camera_metadata_ro_entry maxPointCount = mDeviceInfo.find(ANDROID_DEPTH_MAX_DEPTH_SAMPLES); in getPointCloudBufferSize() local616 if (maxPointCount.count == 0) { in getPointCloudBufferSize()622 maxPointCount.data.i32[0] * sizeof(float) * FLOATS_PER_POINT; in getPointCloudBufferSize()