HomeSort by relevance Sort by last modified time
    Searched refs:XCam3aResultGammaTable (Results 1 - 8 of 8) sorted by null

  /external/libxcam/xcore/
x3a_result_factory.h 50 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);
x3a_result_factory.cpp 116 result = create_y_gamma_table ((XCam3aResultGammaTable*)from);
119 result = create_r_gamma_table ((XCam3aResultGammaTable*)from);
122 result = create_g_gamma_table ((XCam3aResultGammaTable*)from);
125 result = create_b_gamma_table ((XCam3aResultGammaTable*)from);
223 X3aResultFactory::create_y_gamma_table (XCam3aResultGammaTable *from)
229 X3aResultFactory::create_r_gamma_table (XCam3aResultGammaTable *from)
235 X3aResultFactory::create_g_gamma_table (XCam3aResultGammaTable *from)
241 X3aResultFactory::create_b_gamma_table (XCam3aResultGammaTable *from)
x3a_result.h 157 typedef X3aStandardResultT<XCam3aResultGammaTable> X3aGammaTableResult;
  /external/libxcam/modules/isp/
isp_config_translator.h 44 XCamReturn translate_gamma_table (const XCam3aResultGammaTable &from, struct atomisp_gamma_table &to);
aiq3a_utils.cpp 152 XCam3aResultGammaTable *gt = xcam_malloc0_type (XCam3aResultGammaTable);
  /external/libxcam/modules/ocl/
cl_bayer_basic_handler.h 75 bool set_gamma_table (const XCam3aResultGammaTable &gamma);
cl_bayer_basic_handler.cpp 246 CLBayerBasicImageHandler::set_gamma_table (const XCam3aResultGammaTable &gamma)
  /external/libxcam/xcore/base/
xcam_3a_result.h 203 } XCam3aResultGammaTable;

Completed in 353 milliseconds