Home
last modified time | relevance | path

Searched refs:GstXCam3A (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/wrapper/gstreamer/interface/
Dgstxcaminterface.h48 (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_XCAM_3A_IF, GstXCam3A))
60 typedef struct _GstXCam3A GstXCam3A; typedef
80 gboolean (* set_white_balance_mode) (GstXCam3A *xcam, XCamAwbMode mode);
89 gboolean (* set_awb_speed) (GstXCam3A *xcam, double speed);
107 gboolean (* set_wb_color_temperature_range) (GstXCam3A *xcam, guint cct_min, guint cct_max);
127 …gboolean (* set_manual_wb_gain) (GstXCam3A *xcam, double gr, double r, double b, doubl…
136 gboolean (* set_exposure_mode) (GstXCam3A *xcam, XCamAeMode mode);
147 gboolean (* set_ae_metering_mode) (GstXCam3A *xcam, XCamAeMeteringMode mode);
162 … gboolean (* set_exposure_window) (GstXCam3A *xcam, XCam3AWindow *window, guint8 count);
170 gboolean (* set_exposure_value_offset) (GstXCam3A *xcam, double ev_offset);
[all …]
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp381 static gboolean gst_xcam_src_set_white_balance_mode (GstXCam3A *xcam3a, XCamAwbMode mode);
382 static gboolean gst_xcam_src_set_awb_speed (GstXCam3A *xcam3a, double speed);
383 static gboolean gst_xcam_src_set_wb_color_temperature_range (GstXCam3A *xcam3a, guint cct_min, guin…
384 static gboolean gst_xcam_src_set_manual_wb_gain (GstXCam3A *xcam3a, double gr, double r, double b, …
385 static gboolean gst_xcam_src_set_exposure_mode (GstXCam3A *xcam3a, XCamAeMode mode);
386 static gboolean gst_xcam_src_set_ae_metering_mode (GstXCam3A *xcam3a, XCamAeMeteringMode mode);
387 static gboolean gst_xcam_src_set_exposure_window (GstXCam3A *xcam3a, XCam3AWindow *window, guint8 c…
388 static gboolean gst_xcam_src_set_exposure_value_offset (GstXCam3A *xcam3a, double ev_offset);
389 static gboolean gst_xcam_src_set_ae_speed (GstXCam3A *xcam3a, double speed);
390 static gboolean gst_xcam_src_set_exposure_flicker_mode (GstXCam3A *xcam3a, XCamFlickerMode flicker);
[all …]