Home
last modified time | relevance | path

Searched refs:xcam3a_brightness_result (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp165 XCam3aResultBrightness xcam3a_brightness_result; in update_brightness_result() local
166 xcam_mem_clear (xcam3a_brightness_result); in update_brightness_result()
167 xcam3a_brightness_result.head.type = XCAM_3A_RESULT_BRIGHTNESS; in update_brightness_result()
168 xcam3a_brightness_result.head.process_type = XCAM_IMAGE_PROCESS_ALWAYS; in update_brightness_result()
169 xcam3a_brightness_result.head.version = XCAM_VERSION; in update_brightness_result()
170 xcam3a_brightness_result.brightness_level = _brightness_level; in update_brightness_result()
173 … X3aResultFactory::instance ()->create_3a_result ((XCam3aResultHead*)&xcam3a_brightness_result); in update_brightness_result()
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp245 XCam3aResultBrightness xcam3a_brightness_result; in analyze() local
246 xcam_mem_clear (xcam3a_brightness_result); in analyze()
247 xcam3a_brightness_result.head.type = XCAM_3A_RESULT_BRIGHTNESS; in analyze()
248 xcam3a_brightness_result.head.process_type = XCAM_IMAGE_PROCESS_ALWAYS; in analyze()
249 xcam3a_brightness_result.head.version = XCAM_VERSION; in analyze()
250 xcam3a_brightness_result.brightness_level = 9.9; in analyze()
253 … X3aResultFactory::instance ()->create_3a_result ((XCam3aResultHead*)&xcam3a_brightness_result); in analyze()