Searched refs:aeExposureCompensation (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | camera_professional_uttest_v1_3.cpp | 645 int32_t aeExposureCompensation = 4;
in HWTEST_F() local 646 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
in HWTEST_F() 1268 int32_t aeExposureCompensation = 4;
in HWTEST_F() local 1269 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
in HWTEST_F() 1658 int32_t aeExposureCompensation = 4;
in HWTEST_F() local 1659 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
in HWTEST_F()
|
H A D | camera_hdi_uttest_v1_3.cpp | 830 int32_t aeExposureCompensation = EXPOSURE_COUNT;
in HWTEST_F() local 831 meta->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, DATA_COUNT);
in HWTEST_F()
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 721 int32_t aeExposureCompensation = 4; in SetMetadata() local 722 metaData->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, sizeof(aeExposureCompensation)); in SetMetadata()
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.cpp | 682 int32_t aeExposureCompensation = 4; in SetMetadata() local 683 metaData->addEntry(OHOS_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExposureCompensation, sizeof(aeExposureCompensation)); in SetMetadata()
|
/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()
|
Completed in 12 milliseconds