hardware: samsung_slsi: libcamera2: clipping fd score to the max score
authorYounghwan Joo <yhwan.joo@samsung.com>
Thu, 18 Oct 2012 06:21:19 +0000 (15:21 +0900)
committerRebecca Schultz Zavin <rebecca@android.com>
Tue, 23 Oct 2012 22:39:01 +0000 (15:39 -0700)
commit6a87e47a1b93226f778d859a37b0e4655785a4a8
tree42cfd5874299aec62f2ba0e8bdc8b10b0a007ad3
parent3c17a3f79068fef751c777a7c13830d23e5f51cf
hardware: samsung_slsi: libcamera2: clipping fd score to the max score

This patch is to clip fd score if the score is over the android max fd score
(100). If a fd score exceeds to 100, that value is fixed to 100.

BUG : 7368020
Signed-off-by: Younghwan Joo <yhwan.joo@samsung.com>
Change-Id: Ieae601cce47d79bcf79bc6e2d80a9ab24a1bb937
libcamera2/MetadataConverter.cpp