HomeSort by relevance Sort by last modified time
    Searched refs:exposureCompensationRange (Results 1 - 4 of 4) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 599 int32_t exposureCompensationRange[] = {-3, 3};
601 exposureCompensationRange,
602 sizeof(exposureCompensationRange)/sizeof(int32_t));
  /frameworks/av/services/camera/libcameraservice/camera2/
Parameters.cpp 685 camera_metadata_ro_entry_t exposureCompensationRange =
687 if (!exposureCompensationRange.count) return NO_INIT;
690 exposureCompensationRange.data.i32[1]);
692 exposureCompensationRange.data.i32[0]);
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 1341 milliseconds