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

  /external/libxcam/xcore/base/
xcam_params.h 50 double ev_shift; member in struct:_XCamAeParam
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_advanced.py 91 expected_lumas = [min(1.0, luma_normal*ev_shift) for ev_shift in ev_shifts]
  /external/libxcam/xcore/
handler_interface.h 68 bool set_ev_shift (double ev_shift);
112 return _params.ev_shift;
handler_interface.cpp 46 _params.ev_shift = 0.0;
137 AeHandler::set_ev_shift (double ev_shift)
140 _params.ev_shift = ev_shift;
142 XCAM_LOG_DEBUG ("ae set ev shift:%.03f", ev_shift);
x3a_analyzer.h 55 bool set_ae_ev_shift (double ev_shift);
x3a_analyzer.cpp 211 X3aAnalyzer::set_ae_ev_shift (double ev_shift)
214 return _ae_handler->set_ev_shift (ev_shift);
  /external/libxcam/modules/isp/
aiq_handler.cpp 355 _input.ev_shift = 0.0;
526 _input.ev_shift = this->get_ev_shift_unlock();
    [all...]

Completed in 270 milliseconds