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

  /external/libxcam/modules/ocl/
cl_tonemapping_handler.h 45 bool set_wb_config (const XCam3aResultWhiteBalance &wb);
cl_bayer_basic_handler.h 74 bool set_wb_config (const XCam3aResultWhiteBalance &wb);
cl_tonemapping_handler.cpp 59 CLTonemappingImageHandler::set_wb_config (const XCam3aResultWhiteBalance &wb)
cl_bayer_basic_handler.cpp 236 CLBayerBasicImageHandler::set_wb_config (const XCam3aResultWhiteBalance &wb)
  /external/libxcam/modules/isp/
isp_config_translator.h 36 XCamReturn translate_white_balance (const XCam3aResultWhiteBalance &from, struct atomisp_wb_config &to);
hybrid_analyzer.cpp 155 XCam3aResultWhiteBalance *res = (XCam3aResultWhiteBalance *) result->get_ptr ();
isp_config_translator.cpp 52 const XCam3aResultWhiteBalance &from,
aiq3a_utils.cpp 88 XCam3aResultWhiteBalance *wb = xcam_malloc0_type (XCam3aResultWhiteBalance);
  /external/libxcam/plugins/3a/hybrid/
sample.cpp 141 // only support XCam3aResultExposure and XCam3aResultWhiteBalance now
165 XCam3aResultWhiteBalance *wb = xcam_malloc0_type (XCam3aResultWhiteBalance);
  /external/libxcam/xcore/
x3a_result_factory.h 38 SmartPtr<X3aWhiteBalanceResult> create_whitebalance (XCam3aResultWhiteBalance *from = NULL);
x3a_result.h 148 typedef X3aStandardResultT<XCam3aResultWhiteBalance> X3aWhiteBalanceResult;
x3a_result_factory.cpp 74 result = create_whitebalance ((XCam3aResultWhiteBalance*)from);
151 X3aResultFactory::create_whitebalance (XCam3aResultWhiteBalance *from)
x3a_analyzer_simple.cpp 178 XCam3aResultWhiteBalance wb;
  /external/libxcam/xcore/base/
xcam_3a_result.h 114 } XCam3aResultWhiteBalance;

Completed in 73 milliseconds