Searched refs:new_exposure (Results 1 – 1 of 1) sorted by relevance
227 XCam3aResultExposure *new_exposure = xcam_malloc0_type (XCam3aResultExposure); in translate_3a_results_to_xcam() local228 XCAM_ASSERT (new_exposure); in translate_3a_results_to_xcam()229 *new_exposure = exposure; in translate_3a_results_to_xcam()230 new_exposure->head.type = XCAM_3A_RESULT_EXPOSURE; in translate_3a_results_to_xcam()231 new_exposure->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS; in translate_3a_results_to_xcam()232 new_exposure->head.version = xcam_version (); in translate_3a_results_to_xcam()233 results[result_count++] = (XCam3aResultHead*)new_exposure; in translate_3a_results_to_xcam()