Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Daiq3a_utils.cpp282 … XCam3aResultBayerNoiseReduction *new_bnr = xcam_malloc0_type(XCam3aResultBayerNoiseReduction); in translate_3a_results_to_xcam() local
283 XCAM_ASSERT (new_bnr); in translate_3a_results_to_xcam()
284 *new_bnr = bnr; in translate_3a_results_to_xcam()
285 results[result_count++] = (XCam3aResultHead*)new_bnr; in translate_3a_results_to_xcam()