Home
last modified time | relevance | path

Searched defs:ae_mode (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/tests/scene_flash/
H A Dtest_flash_strength.py50 def _take_captures(out_surfaces, cam, img_name, ae_mode, strength=0): argument
125 def _compare_means(formats_means, ae_mode, flash_strengths): argument
H A Dtest_torch_strength.py60 img_name_prefix, ae_mode, torch_strength argument
166 def _compare_means(formats_means, ae_mode, flash_strengths): argument
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp402 uint8_t ae_mode) { in SetFlash()
1072 uint8_t ae_mode = ae_mode_entry.count > 0 ? ae_mode_entry.data.u8[0] in SetFromMetadata() local
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dcapture_request_utils.py556 def take_captures_with_flash_strength(cam, out_surface, ae_mode, strength): argument
/aosp_15_r20/device/generic/goldfish/camera/
DHwCamera.cpp48 camera_metadata_enum_android_control_ae_mode ae_mode; in getFrameDuration() local
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceInfo.cpp1062 uint8_t control_mode, ae_mode, awb_mode, af_mode, scene_mode, vstab_mode; in InitializeControlDefaults() local
DEmulatedCameraDeviceInfo.h131 uint8_t ae_mode, awb_mode, af_mode; member
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp402 bool ExifUtilsImpl::setFlash(uint8_t flash_available, uint8_t flash_state, uint8_t ae_mode) { in setFlash()