Home
last modified time | relevance | path

Searched refs:brightness_level (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/tests/
Dtest-device-manager.cpp341 int32_t brightness_level = 128; in main() local
498 brightness_level = atoi(optarg); in main()
499 if(brightness_level < 0 || brightness_level > 256) { in main()
834 analyzer->set_parameter_brightness((brightness_level - 128) / 128.0); in main()
/external/libxcam/modules/ocl/
Dcl_3a_image_processor.cpp268 …float brightness_level = ((XCam3aResultBrightness)brightness_res->get_standard_result()).brightnes… in apply_3a_result() local
269 XCAM_UNUSED (brightness_level); in apply_3a_result()
/external/libxcam/xcore/base/
Dxcam_3a_result.h223 …double brightness_level; // range [-1,1], -1 is full dark , 0 is normal val, 1 is full b… member
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp170 xcam3a_brightness_result.brightness_level = _brightness_level; in update_brightness_result()
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp250 xcam3a_brightness_result.brightness_level = 9.9; in analyze()