Home
last modified time | relevance | path

Searched refs:lensShadingMapSize (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1178 static const int32_t lensShadingMapSize[] = {1, 1}; in constructStaticInfo() local
1179 ADD_STATIC_ENTRY(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo()
1180 sizeof(lensShadingMapSize) / sizeof(int32_t)); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2109 static const int32_t lensShadingMapSize[] = {1, 1}; in constructStaticInfo() local
2110 ADD_OR_SIZE(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo()
2111 sizeof(lensShadingMapSize)/sizeof(int32_t)); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1272 static const int32_t lensShadingMapSize[] = {1, 1}; in constructStaticInfo() local
1273 ADD_STATIC_ENTRY(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo()
1274 sizeof(lensShadingMapSize)/sizeof(int32_t)); in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1201 static const int32_t lensShadingMapSize[] = {1, 1}; in constructStaticInfo() local
1202 ADD_STATIC_ENTRY(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo()
1203 sizeof(lensShadingMapSize) / sizeof(int32_t)); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2085 static const int32_t lensShadingMapSize[] = {1, 1}; in constructStaticInfo() local
2086 ADD_OR_SIZE(ANDROID_LENS_INFO_SHADING_MAP_SIZE, lensShadingMapSize, in constructStaticInfo()
2087 sizeof(lensShadingMapSize) / sizeof(int32_t)); in constructStaticInfo()