Searched refs:lensFocusDistance (Results 1 – 4 of 4) sorted by relevance
730 float lensFocusDistance = entry.data.f[i]; variable731 meta->addEntry(OHOS_CONTROL_LENS_FOCUS_DISTANCE, &lensFocusDistance, DATA_COUNT);1318 float lensFocusDistance = entry.data.f[i]; variable1319 meta->addEntry(OHOS_CONTROL_LENS_FOCUS_DISTANCE, &lensFocusDistance, DATA_COUNT);
907 float lensFocusDistance = DATA_COUNT; variable908 meta->addEntry(OHOS_CONTROL_LENS_FOCUS_DISTANCE, &lensFocusDistance, DATA_COUNT);990 float lensFocusDistance = DATA_COUNT; variable991 meta->addEntry(OHOS_CONTROL_LENS_FOCUS_DISTANCE, &lensFocusDistance, DATA_COUNT);
304 float lensFocusDistance; member
2349 arStatusInfo.lensFocusDistance = item.data.f[0]; in ProcessAREngineUpdates()