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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp414 camera_metadata_ro_entry maxPointCount = mDeviceInfo.find(ANDROID_DEPTH_MAX_DEPTH_SAMPLES); local
415 if (maxPointCount.count == 0) {
421 maxPointCount.data.i32[0] * sizeof(float) * FLOATS_PER_POINT;

Completed in 21 milliseconds