Searched refs:new_brightness (Results 1 – 1 of 1) sorted by relevance
248 XCam3aResultBrightness *new_brightness = xcam_malloc0_type(XCam3aResultBrightness); in translate_3a_results_to_xcam() local249 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()