Searched refs:XCAM_3A_MAX_RESULT_COUNT (Results 1 – 7 of 7) sorted by relevance
206 static XCam3aResultHead *res_heads[XCAM_3A_MAX_RESULT_COUNT]; in x3a_calculation_done()208 XCAM_ASSERT (results.size () < XCAM_3A_MAX_RESULT_COUNT); in x3a_calculation_done()211 res_heads, XCAM_3A_MAX_RESULT_COUNT); in x3a_calculation_done()
158 XCam3aResultHead *res_array[XCAM_3A_MAX_RESULT_COUNT]; in analyze()159 uint32_t res_count = XCAM_3A_MAX_RESULT_COUNT; in analyze()
173 XCam3aResultHead *res_array[XCAM_3A_MAX_RESULT_COUNT]; in post_3a_analyze()174 uint32_t res_count = XCAM_3A_MAX_RESULT_COUNT; in post_3a_analyze()
410 static XCam3aResultHead *res_array[XCAM_3A_MAX_RESULT_COUNT]; in xcam_combine_analyze_results()412 XCAM_ASSERT (result_count < XCAM_3A_MAX_RESULT_COUNT); in xcam_combine_analyze_results()415 result_count = translate_3a_results_to_xcam (aiq_results, res_array, XCAM_3A_MAX_RESULT_COUNT); in xcam_combine_analyze_results()
388 static XCam3aResultHead *res_array[XCAM_3A_MAX_RESULT_COUNT]; in xcam_get_results()389 XCAM_ASSERT (result_count < XCAM_3A_MAX_RESULT_COUNT); in xcam_get_results()390 …esult_count = translate_3a_results_to_xcam (analysis_results, res_array, XCAM_3A_MAX_RESULT_COUNT); in xcam_get_results()
32 #define XCAM_3A_MAX_RESULT_COUNT 256 macro
148 static XCam3aResultHead *res_array[XCAM_3A_MAX_RESULT_COUNT]; in xcam_combine_analyze_results()