OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GstXCam3A
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/wrapper/gstreamer/interface/
gstxcaminterface.h
48
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_XCAM_3A_IF,
GstXCam3A
))
60
typedef struct _GstXCam3A
GstXCam3A
;
66
* -
GstXCam3A
*xcam = GST_XCAM_3A (xcamsrc);
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, double gb);
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)
[
all
...]
/external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp
381
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, guint cct_max);
384
static gboolean gst_xcam_src_set_manual_wb_gain (
GstXCam3A
*xcam3a, double gr, double r, double b, double gb);
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 count = 1);
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
...]
Completed in 893 milliseconds