Searched refs:exposureCompensationRange (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraHWI_Metatags.cpp | 353 int32_t exposureCompensationRange[] = {-9, 9}; in getStaticInfo() local 355 exposureCompensationRange, in getStaticInfo() 356 sizeof(exposureCompensationRange)/sizeof(int32_t)); in getStaticInfo()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 1257 int32_t exposureCompensationRange[] = {-9, 9}; in constructStaticInfo() local 1259 exposureCompensationRange, in constructStaticInfo() 1260 sizeof(exposureCompensationRange)/sizeof(int32_t)); in constructStaticInfo()
|
D | EmulatedFakeCamera2.cpp | 2294 int32_t exposureCompensationRange[] = {-9, 9}; in constructStaticInfo() local 2296 exposureCompensationRange, in constructStaticInfo() 2297 sizeof(exposureCompensationRange)/sizeof(int32_t)); in constructStaticInfo()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 1944 int32_t exposureCompensationRange[] = {gCamCapability[cameraId]->exposure_compensation_min, in initStaticMetadata() local 1947 exposureCompensationRange, in initStaticMetadata() 1948 sizeof(exposureCompensationRange)/sizeof(int32_t)); in initStaticMetadata()
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 3589 int32_t exposureCompensationRange[] = {gCamCapability[cameraId]->exposure_compensation_min, in initStaticMetadata() local 3592 exposureCompensationRange, in initStaticMetadata() 3593 sizeof(exposureCompensationRange)/sizeof(int32_t)); in initStaticMetadata()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4259 int32_t exposureCompensationRange[] = {gCamCapability[cameraId]->exposure_compensation_min, in initStaticMetadata() local 4262 exposureCompensationRange, in initStaticMetadata() 4263 sizeof(exposureCompensationRange)/sizeof(int32_t)); in initStaticMetadata()
|