Home
last modified time | relevance | path

Searched refs:aeExposureCompensation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp721 int32_t aeExposureCompensation = 4; in SetMetadata() local
722 …>addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, sizeof(aeExposureCompens… in SetMetadata()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.cpp682 int32_t aeExposureCompensation = 4; in SetMetadata() local
683 …>addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, sizeof(aeExposureCompens… in SetMetadata()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_professional_uttest_v1_3.cpp629 int32_t aeExposureCompensation = 4; variable
630 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
1227 int32_t aeExposureCompensation = 4; variable
1228 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
1613 int32_t aeExposureCompensation = 4; variable
1614 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
H A Dcamera_hdi_uttest_v1_3.cpp824 int32_t aeExposureCompensation = EXPOSURE_COUNT; variable
825 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp99 int32_t aeExposureCompensation = 0xFFFFFFFF; in InitDcameraBaseAbility() local
100 AddAbilityEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, 1); in InitDcameraBaseAbility()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp545 int32_t aeExposureCompensation = 0; in MockHCameraHostManager() local
546 …ability->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, sizeof(int32_t)); in MockHCameraHostManager()