Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHWI_Metatags.cpp115 #define ADD_OR_SIZE( tag, data, count ) \ in getStaticInfo() macro
122 ADD_OR_SIZE(ANDROID_LENS_MINIMUM_FOCUS_DISTANCE, in getStaticInfo()
124 ADD_OR_SIZE(ANDROID_LENS_HYPERFOCAL_DISTANCE, in getStaticInfo()
131 ADD_OR_SIZE(ANDROID_LENS_AVAILABLE_FOCAL_LENGTHS, in getStaticInfo()
138 ADD_OR_SIZE(ANDROID_LENS_AVAILABLE_APERTURES, in getStaticInfo()
142 ADD_OR_SIZE(ANDROID_LENS_AVAILABLE_FILTER_DENSITY, in getStaticInfo()
147 ADD_OR_SIZE(ANDROID_LENS_AVAILABLE_OPTICAL_STABILIZATION, in getStaticInfo()
151 ADD_OR_SIZE(ANDROID_LENS_SHADING_MAP_SIZE, lensShadingMapSize, in getStaticInfo()
156 ADD_OR_SIZE(ANDROID_LENS_SHADING_MAP, lensShadingMap, in getStaticInfo()
161 ADD_OR_SIZE(ANDROID_LENS_GEOMETRIC_CORRECTION_MAP_SIZE, in getStaticInfo()
[all …]
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp2070 #define ADD_OR_SIZE( tag, data, count ) \ in constructStaticInfo() macro
2078 ADD_OR_SIZE(ANDROID_LENS_INFO_MINIMUM_FOCUS_DISTANCE, in constructStaticInfo()
2082 ADD_OR_SIZE(ANDROID_LENS_INFO_HYPERFOCAL_DISTANCE, in constructStaticInfo()
2086 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS, in constructStaticInfo()
2089 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_APERTURES, in constructStaticInfo()
2092 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FILTER_DENSITIES, in constructStaticInfo()
2096 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION, in constructStaticInfo()
2100 ADD_OR_SIZE(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo()
2105 ADD_OR_SIZE(ANDROID_LENS_FACING, &lensFacing, 1); in constructStaticInfo()
2119 ADD_OR_SIZE(ANDROID_LENS_POSITION, lensPosition, sizeof(lensPosition)/ in constructStaticInfo()
[all …]