• Home
  • Raw
  • Download

Lines Matching refs:xcam3a

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, 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);
391 static XCamFlickerMode gst_xcam_src_get_exposure_flicker_mode (GstXCam3A *xcam3a);
392 static gint64 gst_xcam_src_get_current_exposure_time (GstXCam3A *xcam3a);
393 static double gst_xcam_src_get_current_analog_gain (GstXCam3A *xcam3a);
394 static gboolean gst_xcam_src_set_manual_exposure_time (GstXCam3A *xcam3a, gint64 time_in_us);
395 static gboolean gst_xcam_src_set_manual_analog_gain (GstXCam3A *xcam3a, double gain);
396 static gboolean gst_xcam_src_set_aperture (GstXCam3A *xcam3a, double fn);
397 static gboolean gst_xcam_src_set_max_analog_gain (GstXCam3A *xcam3a, double max_gain);
398 static double gst_xcam_src_get_max_analog_gain (GstXCam3A *xcam3a);
399 static gboolean gst_xcam_src_set_exposure_time_range (GstXCam3A *xcam3a, gint64 min_time_in_us, gin…
400 static gboolean gst_xcam_src_get_exposure_time_range (GstXCam3A *xcam3a, gint64 *min_time_in_us, gi…
401 static gboolean gst_xcam_src_set_noise_reduction_level (GstXCam3A *xcam3a, guint8 level);
402 static gboolean gst_xcam_src_set_temporal_noise_reduction_level (GstXCam3A *xcam3a, guint8 level, g…
403 static gboolean gst_xcam_src_set_gamma_table (GstXCam3A *xcam3a, double *r_table, double *g_table, …
404 static gboolean gst_xcam_src_set_gbce (GstXCam3A *xcam3a, gboolean enable);
405 static gboolean gst_xcam_src_set_manual_brightness (GstXCam3A *xcam3a, guint8 value);
406 static gboolean gst_xcam_src_set_manual_contrast (GstXCam3A *xcam3a, guint8 value);
407 static gboolean gst_xcam_src_set_manual_hue (GstXCam3A *xcam3a, guint8 value);
408 static gboolean gst_xcam_src_set_manual_saturation (GstXCam3A *xcam3a, guint8 value);
409 static gboolean gst_xcam_src_set_manual_sharpness (GstXCam3A *xcam3a, guint8 value);
410 static gboolean gst_xcam_src_set_dvs (GstXCam3A *xcam3a, gboolean enable);
411 static gboolean gst_xcam_src_set_night_mode (GstXCam3A *xcam3a, gboolean enable);
412 static gboolean gst_xcam_src_set_hdr_mode (GstXCam3A *xcam3a, guint8 mode);
413 static gboolean gst_xcam_src_set_denoise_mode (GstXCam3A *xcam3a, guint32 mode);
414 static gboolean gst_xcam_src_set_gamma_mode (GstXCam3A *xcam3a, gboolean enable);
415 static gboolean gst_xcam_src_set_dpc_mode(GstXCam3A * xcam3a, gboolean enable);
1385 gst_xcam_src_set_white_balance_mode (GstXCam3A *xcam3a, XCamAwbMode mode) in gst_xcam_src_set_white_balance_mode() argument
1387 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_white_balance_mode()
1393 gst_xcam_src_set_awb_speed (GstXCam3A *xcam3a, double speed) in gst_xcam_src_set_awb_speed() argument
1395 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_awb_speed()
1401 gst_xcam_src_set_wb_color_temperature_range (GstXCam3A *xcam3a, guint cct_min, guint cct_max) in gst_xcam_src_set_wb_color_temperature_range() argument
1403 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_wb_color_temperature_range()
1409 gst_xcam_src_set_manual_wb_gain (GstXCam3A *xcam3a, double gr, double r, double b, double gb) in gst_xcam_src_set_manual_wb_gain() argument
1411 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_wb_gain()
1418 gst_xcam_src_set_exposure_mode (GstXCam3A *xcam3a, XCamAeMode mode) in gst_xcam_src_set_exposure_mode() argument
1420 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_exposure_mode()
1426 gst_xcam_src_set_ae_metering_mode (GstXCam3A *xcam3a, XCamAeMeteringMode mode) in gst_xcam_src_set_ae_metering_mode() argument
1428 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_ae_metering_mode()
1434 gst_xcam_src_set_exposure_window (GstXCam3A *xcam3a, XCam3AWindow *window, guint8 count) in gst_xcam_src_set_exposure_window() argument
1436 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_exposure_window()
1442 gst_xcam_src_set_exposure_value_offset (GstXCam3A *xcam3a, double ev_offset) in gst_xcam_src_set_exposure_value_offset() argument
1444 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_exposure_value_offset()
1450 gst_xcam_src_set_ae_speed (GstXCam3A *xcam3a, double speed) in gst_xcam_src_set_ae_speed() argument
1452 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_ae_speed()
1458 gst_xcam_src_set_exposure_flicker_mode (GstXCam3A *xcam3a, XCamFlickerMode flicker) in gst_xcam_src_set_exposure_flicker_mode() argument
1460 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_exposure_flicker_mode()
1466 gst_xcam_src_get_exposure_flicker_mode (GstXCam3A *xcam3a) in gst_xcam_src_get_exposure_flicker_mode() argument
1468 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_get_exposure_flicker_mode()
1474 gst_xcam_src_get_current_exposure_time (GstXCam3A *xcam3a) in gst_xcam_src_get_current_exposure_time() argument
1476 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_get_current_exposure_time()
1482 gst_xcam_src_get_current_analog_gain (GstXCam3A *xcam3a) in gst_xcam_src_get_current_analog_gain() argument
1484 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_get_current_analog_gain()
1490 gst_xcam_src_set_manual_exposure_time (GstXCam3A *xcam3a, gint64 time_in_us) in gst_xcam_src_set_manual_exposure_time() argument
1492 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_exposure_time()
1498 gst_xcam_src_set_manual_analog_gain (GstXCam3A *xcam3a, double gain) in gst_xcam_src_set_manual_analog_gain() argument
1500 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_analog_gain()
1506 gst_xcam_src_set_aperture (GstXCam3A *xcam3a, double fn) in gst_xcam_src_set_aperture() argument
1508 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_aperture()
1514 gst_xcam_src_set_max_analog_gain (GstXCam3A *xcam3a, double max_gain) in gst_xcam_src_set_max_analog_gain() argument
1516 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_max_analog_gain()
1522 gst_xcam_src_get_max_analog_gain (GstXCam3A *xcam3a) in gst_xcam_src_get_max_analog_gain() argument
1524 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_get_max_analog_gain()
1530 gst_xcam_src_set_exposure_time_range (GstXCam3A *xcam3a, gint64 min_time_in_us, gint64 max_time_in_… in gst_xcam_src_set_exposure_time_range() argument
1532 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_exposure_time_range()
1538 gst_xcam_src_get_exposure_time_range (GstXCam3A *xcam3a, gint64 *min_time_in_us, gint64 *max_time_i… in gst_xcam_src_get_exposure_time_range() argument
1540 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_get_exposure_time_range()
1546 gst_xcam_src_set_noise_reduction_level (GstXCam3A *xcam3a, guint8 level) in gst_xcam_src_set_noise_reduction_level() argument
1548 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_noise_reduction_level()
1554 gst_xcam_src_set_temporal_noise_reduction_level (GstXCam3A *xcam3a, guint8 level, gint8 mode) in gst_xcam_src_set_temporal_noise_reduction_level() argument
1556 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_temporal_noise_reduction_level()
1574 gst_xcam_src_set_gamma_table (GstXCam3A *xcam3a, double *r_table, double *g_table, double *b_table) in gst_xcam_src_set_gamma_table() argument
1576 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_gamma_table()
1582 gst_xcam_src_set_gbce (GstXCam3A *xcam3a, gboolean enable) in gst_xcam_src_set_gbce() argument
1584 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_gbce()
1590 gst_xcam_src_set_manual_brightness (GstXCam3A *xcam3a, guint8 value) in gst_xcam_src_set_manual_brightness() argument
1592 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_brightness()
1598 gst_xcam_src_set_manual_contrast (GstXCam3A *xcam3a, guint8 value) in gst_xcam_src_set_manual_contrast() argument
1600 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_contrast()
1606 gst_xcam_src_set_manual_hue (GstXCam3A *xcam3a, guint8 value) in gst_xcam_src_set_manual_hue() argument
1608 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_hue()
1614 gst_xcam_src_set_manual_saturation (GstXCam3A *xcam3a, guint8 value) in gst_xcam_src_set_manual_saturation() argument
1616 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_saturation()
1622 gst_xcam_src_set_manual_sharpness (GstXCam3A *xcam3a, guint8 value) in gst_xcam_src_set_manual_sharpness() argument
1624 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_manual_sharpness()
1630 gst_xcam_src_set_dvs (GstXCam3A *xcam3a, gboolean enable) in gst_xcam_src_set_dvs() argument
1632 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_dvs()
1638 gst_xcam_src_set_night_mode (GstXCam3A *xcam3a, gboolean enable) in gst_xcam_src_set_night_mode() argument
1640 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_night_mode()
1646 gst_xcam_src_set_hdr_mode (GstXCam3A *xcam3a, guint8 mode) in gst_xcam_src_set_hdr_mode() argument
1648 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_hdr_mode()
1666 gst_xcam_src_set_denoise_mode (GstXCam3A *xcam3a, guint32 mode) in gst_xcam_src_set_denoise_mode() argument
1668 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_denoise_mode()
1687 gst_xcam_src_set_gamma_mode (GstXCam3A *xcam3a, gboolean enable) in gst_xcam_src_set_gamma_mode() argument
1689 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_gamma_mode()
1705 gst_xcam_src_set_dpc_mode (GstXCam3A *xcam3a, gboolean enable) in gst_xcam_src_set_dpc_mode() argument
1707 GST_XCAM_INTERFACE_HEADER (xcam3a, src, device_manager, analyzer); in gst_xcam_src_set_dpc_mode()