• Home
  • Raw
  • Download

Lines Matching refs:photo

512   gboolean (*get_ev_compensation)    (GstPhotography * photo, gfloat * ev_comp);
513 gboolean (*get_iso_speed) (GstPhotography * photo, guint * iso_speed);
514 gboolean (*get_aperture) (GstPhotography * photo, guint * aperture);
515 gboolean (*get_exposure) (GstPhotography * photo, guint32 * exposure);
516 …gboolean (*get_white_balance_mode) (GstPhotography * photo, GstPhotographyWhiteBalanceMode * wb_mo…
517 …gboolean (*get_color_tone_mode) (GstPhotography * photo, GstPhotographyColorToneMode * tone_mod…
518 gboolean (*get_scene_mode) (GstPhotography * photo, GstPhotographySceneMode * scene_mode);
519 gboolean (*get_flash_mode) (GstPhotography * photo, GstPhotographyFlashMode * flash_mode);
520 gboolean (*get_zoom) (GstPhotography * photo, gfloat * zoom);
521 …gboolean (*get_flicker_mode) (GstPhotography * photo, GstPhotographyFlickerReductionMode * f…
522 gboolean (*get_focus_mode) (GstPhotography * photo, GstPhotographyFocusMode * focus_mode);
524 gboolean (*set_ev_compensation) (GstPhotography * photo, gfloat ev_comp);
525 gboolean (*set_iso_speed) (GstPhotography * photo, guint iso_speed);
526 gboolean (*set_aperture) (GstPhotography * photo, guint aperture);
527 gboolean (*set_exposure) (GstPhotography * photo, guint32 exposure);
528 …gboolean (*set_white_balance_mode) (GstPhotography * photo, GstPhotographyWhiteBalanceMode wb_mode…
529 …gboolean (*set_color_tone_mode) (GstPhotography * photo, GstPhotographyColorToneMode tone_mode);
530 gboolean (*set_scene_mode) (GstPhotography * photo, GstPhotographySceneMode scene_mode);
531 gboolean (*set_flash_mode) (GstPhotography * photo, GstPhotographyFlashMode flash_mode);
532 gboolean (*set_zoom) (GstPhotography * photo, gfloat zoom);
533 …gboolean (*set_flicker_mode) (GstPhotography * photo, GstPhotographyFlickerReductionMode fli…
534 gboolean (*set_focus_mode) (GstPhotography * photo, GstPhotographyFocusMode focus_mode);
536 GstPhotographyCaps (*get_capabilities) (GstPhotography * photo);
538 …gboolean (*prepare_for_capture) (GstPhotography * photo, GstPhotographyCapturePrepared func, Gs…
540 void (*set_autofocus) (GstPhotography * photo, gboolean on);
542 gboolean (*set_config) (GstPhotography * photo, GstPhotographySettings * config);
543 gboolean (*get_config) (GstPhotography * photo, GstPhotographySettings * config);
545 …gboolean (*get_noise_reduction) (GstPhotography * photo, GstPhotographyNoiseReduction * noise_r…
546 …gboolean (*set_noise_reduction) (GstPhotography * photo, GstPhotographyNoiseReduction noise_red…
548 gboolean (*set_exposure_mode) (GstPhotography * photo, GstPhotographyExposureMode exposure_mode);
549 …gboolean (*get_exposure_mode) (GstPhotography * photo, GstPhotographyExposureMode * exposure_mode);
550 gboolean (*set_analog_gain) (GstPhotography * photo, gfloat analog_gain);
551 gboolean (*get_analog_gain) (GstPhotography * photo, gfloat * analog_gain);
552 gboolean (*set_lens_focus) (GstPhotography * photo, gfloat lens_focus);
553 gboolean (*get_lens_focus) (GstPhotography * photo, gfloat * lens_focus);
554 gboolean (*set_color_temperature) (GstPhotography * photo, guint color_temperature);
555 gboolean (*get_color_temperature) (GstPhotography * photo, guint * color_temperature);
556 gboolean (*set_min_exposure_time) (GstPhotography * photo, guint min_exposure_time);
557 gboolean (*get_min_exposure_time) (GstPhotography * photo, guint * min_exposure_time);
558 gboolean (*set_max_exposure_time) (GstPhotography * photo, guint max_exposure_time);
559 gboolean (*get_max_exposure_time) (GstPhotography * photo, guint * max_exposure_time);
572 gboolean gst_photography_get_ev_compensation (GstPhotography * photo,
576 gboolean gst_photography_get_iso_speed (GstPhotography * photo,
580 gboolean gst_photography_get_aperture (GstPhotography * photo,
584 gboolean gst_photography_get_exposure (GstPhotography * photo,
588 gboolean gst_photography_get_white_balance_mode (GstPhotography * photo,
592 gboolean gst_photography_get_color_tone_mode (GstPhotography * photo,
596 gboolean gst_photography_get_scene_mode (GstPhotography * photo,
600 gboolean gst_photography_get_flash_mode (GstPhotography * photo,
604 gboolean gst_photography_get_noise_reduction (GstPhotography * photo,
608 gboolean gst_photography_get_zoom (GstPhotography * photo, gfloat * zoom);
611 gboolean gst_photography_get_flicker_mode (GstPhotography * photo,
615 gboolean gst_photography_get_focus_mode (GstPhotography * photo,
619 gboolean gst_photography_set_ev_compensation (GstPhotography * photo,
623 gboolean gst_photography_set_iso_speed (GstPhotography * photo,
627 gboolean gst_photography_set_aperture (GstPhotography * photo, guint aperture);
630 gboolean gst_photography_set_exposure (GstPhotography * photo, guint exposure);
633 gboolean gst_photography_set_white_balance_mode (GstPhotography * photo,
637 gboolean gst_photography_set_color_tone_mode (GstPhotography * photo,
641 gboolean gst_photography_set_scene_mode (GstPhotography * photo,
645 gboolean gst_photography_set_flash_mode (GstPhotography * photo,
649 gboolean gst_photography_set_noise_reduction (GstPhotography * photo,
653 gboolean gst_photography_set_zoom (GstPhotography * photo, gfloat zoom);
656 gboolean gst_photography_set_flicker_mode (GstPhotography * photo,
660 gboolean gst_photography_set_focus_mode (GstPhotography * photo,
664 GstPhotographyCaps gst_photography_get_capabilities (GstPhotography * photo);
667 gboolean gst_photography_prepare_for_capture (GstPhotography * photo,
673 gboolean gst_photography_set_config (GstPhotography * photo,
677 gboolean gst_photography_get_config (GstPhotography * photo,
681 void gst_photography_set_autofocus (GstPhotography * photo, gboolean on);