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

  /external/libxcam/modules/isp/iq/
x3a_ciq_tuning_handler.cpp 67 X3aCiqTuningHandler::get_max_analog_gain() function in class:XCam::X3aCiqTuningHandler
72 return _ae_handler->get_max_analog_gain ();
x3a_ciq_tuning_handler.h 86 double get_max_analog_gain ();
x3a_ciq_wavelet_tuning_handler.cpp 66 double max_analog_gain = get_max_analog_gain ();
x3a_ciq_tnr_tuning_handler.cpp 71 double max_analog_gain = get_max_analog_gain ();
  /external/libxcam/wrapper/gstreamer/interface/
gstxcaminterface.c 75 iface->get_max_analog_gain = NULL;
gstxcaminterface.h 269 double (* get_max_analog_gain) (GstXCam3A *xcam); member in struct:_GstXCam3AInterface
  /external/libxcam/xcore/
handler_interface.h 89 virtual double get_max_analog_gain ();
x3a_analyzer.cpp 284 return _ae_handler->get_max_analog_gain();
handler_interface.cpp 231 double AeHandler::get_max_analog_gain () function in class:XCam::AeHandler
  /external/libxcam/modules/isp/
aiq_handler.h 109 virtual double get_max_analog_gain ();
aiq_handler.cpp 726 AiqAeHandler::get_max_analog_gain () function in class:XCam::AiqAeHandler
731 return AeHandler::get_max_analog_gain ();
    [all...]
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp     [all...]

Completed in 214 milliseconds