Home
last modified time | relevance | path

Searched refs:set_autofocus (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.c101 iface->set_autofocus = NULL; in gst_photography_iface_base_init()
455 if (iface->set_autofocus) { in gst_photography_set_autofocus()
456 iface->set_autofocus (photo, on); in gst_photography_set_autofocus()
Dphotography.h540 void (*set_autofocus) (GstPhotography * photo, gboolean on); member
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstahcsrc.c260 iface->set_autofocus = gst_ahc_src_set_autofocus; in gst_ahc_src_photography_init()