Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Daiq3a_utils.cpp248 XCam3aResultBrightness *new_brightness = xcam_malloc0_type(XCam3aResultBrightness); in translate_3a_results_to_xcam() local
249 XCAM_ASSERT (new_brightness); in translate_3a_results_to_xcam()
250 *new_brightness = brightness; in translate_3a_results_to_xcam()
251 results[result_count++] = (XCam3aResultHead*)new_brightness; in translate_3a_results_to_xcam()