Searched refs:aeExposureCompensation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 721 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 D | dcamera_hdf_demo.cpp | 682 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 D | camera_professional_uttest_v1_3.cpp | 629 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 D | camera_hdi_uttest_v1_3.cpp | 824 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 D | dmetadata_processor.cpp | 99 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 D | camera_framework_unittest.cpp | 545 int32_t aeExposureCompensation = 0; in MockHCameraHostManager() local 546 …ability->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, sizeof(int32_t)); in MockHCameraHostManager()
|