Lines Matching refs:XCam3AAiqContext
34 #define AIQ_CONTEXT_CAST(context) ((XCam3AAiqContext*)(context))
36 class XCam3AAiqContext class
40 XCam3AAiqContext ();
41 ~XCam3AAiqContext ();
60 XCAM_DEAD_COPY (XCam3AAiqContext);
74 XCam3AAiqContext::XCam3AAiqContext () in XCam3AAiqContext() function in XCam3AAiqContext
81 XCam3AAiqContext::~XCam3AAiqContext () in ~XCam3AAiqContext()
88 XCam3AAiqContext::setup_analyzer (struct atomisp_sensor_mode_data &sensor_mode_data, const char *cp… in setup_analyzer()
103 XCam3AAiqContext::set_size (uint32_t width, uint32_t height) in set_size()
110 XCam3AAiqContext::setup_stats_pool (uint32_t bit_depth) in setup_stats_pool()
135 XCam3AAiqContext::get_stats_buffer () in get_stats_buffer()
151 XCam3AAiqContext::x3a_calculation_done (XAnalyzer *analyzer, X3aResultList &results) in x3a_calculation_done()
159 XCam3AAiqContext::update_brightness_result(XCamCommonParam *params) in update_brightness_result()
178 XCam3AAiqContext::get_results (X3aResultList &results) in get_results()
194 XCam3AAiqContext *aiq_context = AIQ_CONTEXT_CAST (context); in get_analyzer()
205 XCam3AAiqContext *aiq_context = new XCam3AAiqContext (); in xcam_create_context()
213 XCam3AAiqContext *aiq_context = AIQ_CONTEXT_CAST (context); in xcam_destroy_context()
221 XCam3AAiqContext *aiq_context = AIQ_CONTEXT_CAST (context); in xcam_configure_3a()
306 XCam3AAiqContext *aiq_context = AIQ_CONTEXT_CAST (context); in xcam_set_3a_stats()
353 XCam3AAiqContext *aiq_context = AIQ_CONTEXT_CAST (context); in xcam_update_common_params()
398 XCam3AAiqContext *aiq_context = AIQ_CONTEXT_CAST (context); in xcam_combine_analyze_results()