Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dx3a_result_factory.cpp116 result = create_y_gamma_table ((XCam3aResultGammaTable*)from); in create_3a_result()
119 result = create_r_gamma_table ((XCam3aResultGammaTable*)from); in create_3a_result()
122 result = create_g_gamma_table ((XCam3aResultGammaTable*)from); in create_3a_result()
125 result = create_b_gamma_table ((XCam3aResultGammaTable*)from); in create_3a_result()
223 X3aResultFactory::create_y_gamma_table (XCam3aResultGammaTable *from) in create_y_gamma_table()
229 X3aResultFactory::create_r_gamma_table (XCam3aResultGammaTable *from) in create_r_gamma_table()
235 X3aResultFactory::create_g_gamma_table (XCam3aResultGammaTable *from) in create_g_gamma_table()
241 X3aResultFactory::create_b_gamma_table (XCam3aResultGammaTable *from) in create_b_gamma_table()
Dx3a_result_factory.h50 SmartPtr<X3aGammaTableResult> create_y_gamma_table (XCam3aResultGammaTable *from = NULL);
51 SmartPtr<X3aGammaTableResult> create_r_gamma_table (XCam3aResultGammaTable *from = NULL);
52 SmartPtr<X3aGammaTableResult> create_g_gamma_table (XCam3aResultGammaTable *from = NULL);
53 SmartPtr<X3aGammaTableResult> create_b_gamma_table (XCam3aResultGammaTable *from = NULL);
Dx3a_result.h157 typedef X3aStandardResultT<XCam3aResultGammaTable> X3aGammaTableResult;
/external/libxcam/modules/isp/
Disp_config_translator.h44 …XCamReturn translate_gamma_table (const XCam3aResultGammaTable &from, struct atomisp_gamma_table &…
Daiq3a_utils.cpp152 XCam3aResultGammaTable *gt = xcam_malloc0_type (XCam3aResultGammaTable); in translate_atomisp_parameters()
/external/libxcam/modules/ocl/
Dcl_bayer_basic_handler.h75 bool set_gamma_table (const XCam3aResultGammaTable &gamma);
Dcl_bayer_basic_handler.cpp246 CLBayerBasicImageHandler::set_gamma_table (const XCam3aResultGammaTable &gamma) in set_gamma_table()
/external/libxcam/xcore/base/
Dxcam_3a_result.h203 } XCam3aResultGammaTable; typedef