Searched defs:edgeStrength (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.cpp822 static const uint8_t edgeStrength = 5; local
823 ADD_OR_SIZE(ANDROID_EDGE_STRENGTH, &edgeStrength, 1);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1852 uint8_t edgeStrength = (uint8_t)edgeApplication->sharpness; local
1854 camMetadata.update(ANDROID_EDGE_STRENGTH, &edgeStrength, 1);
3673 uint8_t edgeStrength = local
3675 edge_application.sharpness = (int32_t)edgeStrength;

Completed in 580 milliseconds