Searched refs:ADD_OR_SIZE (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.cpp | 2080 #define ADD_OR_SIZE( tag, data, count ) \ in constructStaticInfo() macro 2088 ADD_OR_SIZE(ANDROID_LENS_INFO_MINIMUM_FOCUS_DISTANCE, in constructStaticInfo() 2092 ADD_OR_SIZE(ANDROID_LENS_INFO_HYPERFOCAL_DISTANCE, in constructStaticInfo() 2096 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS, in constructStaticInfo() 2099 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_APERTURES, in constructStaticInfo() 2102 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FILTER_DENSITIES, in constructStaticInfo() 2106 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION, in constructStaticInfo() 2110 ADD_OR_SIZE(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo() 2115 ADD_OR_SIZE(ANDROID_LENS_FACING, &lensFacing, 1); in constructStaticInfo() 2119 ADD_OR_SIZE(ANDROID_SENSOR_INFO_EXPOSURE_TIME_RANGE, in constructStaticInfo() [all …]
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCamera2.cpp | 2060 #define ADD_OR_SIZE(tag, data, count) \ in constructStaticInfo() macro 2069 ADD_OR_SIZE(ANDROID_LENS_INFO_MINIMUM_FOCUS_DISTANCE, &minFocusDistance, 1); in constructStaticInfo() 2072 ADD_OR_SIZE(ANDROID_LENS_INFO_HYPERFOCAL_DISTANCE, &minFocusDistance, 1); in constructStaticInfo() 2075 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS, &focalLength, 1); in constructStaticInfo() 2077 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_APERTURES, &aperture, 1); in constructStaticInfo() 2079 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FILTER_DENSITIES, &filterDensity, 1); in constructStaticInfo() 2082 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION, in constructStaticInfo() 2086 ADD_OR_SIZE(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo() 2091 ADD_OR_SIZE(ANDROID_LENS_FACING, &lensFacing, 1); in constructStaticInfo() 2095 ADD_OR_SIZE(ANDROID_SENSOR_INFO_EXPOSURE_TIME_RANGE, in constructStaticInfo() [all …]
|