Home
last modified time | relevance | path

Searched refs:set_aperture (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/wrapper/gstreamer/interface/
Dgstxcaminterface.c73 iface->set_aperture = NULL; in gst_xcam_3a_iface_init()
Dgstxcaminterface.h252 gboolean (* set_aperture) (GstXCam3A *xcam, double fn); member
/external/libxcam/xcore/
Dhandler_interface.h73 bool set_aperture (double fn);
Dx3a_analyzer.cpp270 return _ae_handler->set_aperture (fn); in set_ae_aperture()
Dhandler_interface.cpp212 AeHandler::set_aperture (double fn) in set_aperture() function in XCam::AeHandler
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp883 iface->set_aperture = gst_xcam_src_set_aperture; in gst_xcam_src_xcam_3a_interface_init()