Searched refs:max_zoom (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/ |
D | gstbasecamerasrc.c | 285 if (self->zoom > self->max_zoom) { in gst_base_camera_src_set_property() 287 self->max_zoom); in gst_base_camera_src_set_property() 288 self->zoom = self->max_zoom; in gst_base_camera_src_set_property() 353 g_value_set_float (value, self->max_zoom); in gst_base_camera_src_get_property() 565 self->max_zoom = MAX_ZOOM; in gst_base_camera_src_init()
|
D | gstbasecamerasrc.h | 89 gfloat max_zoom; member
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 865 camera->max_zoom = MAX_ZOOM; in gst_camera_bin_init() 1321 g_object_get (self, "max-zoom", &camera->max_zoom, NULL); in gst_camera_bin_src_notify_max_zoom_cb() 1322 GST_DEBUG_OBJECT (camera, "Max zoom updated to %f", camera->max_zoom); in gst_camera_bin_src_notify_max_zoom_cb() 1328 zoom_pspec->maximum = camera->max_zoom; in gst_camera_bin_src_notify_max_zoom_cb() 2178 if (camera->zoom > camera->max_zoom) { in gst_camera_bin_set_property() 2180 camera->zoom, camera->max_zoom); in gst_camera_bin_set_property() 2181 camera->zoom = camera->max_zoom; in gst_camera_bin_set_property() 2379 g_value_set_float (value, camera->max_zoom); in gst_camera_bin_get_property()
|
D | gstcamerabin2.h | 148 gfloat max_zoom; member
|
D | gstwrappercamerabinsrc.c | 416 g_object_get (self, "max-zoom", &bcamsrc->max_zoom, NULL); in gst_wrapper_camera_bin_src_max_zoom_cb()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstahcsrc.c | 1167 gint max_zoom = gst_ahc_parameters_get_max_zoom (params); in gst_ahc_src_get_zoom() local 1169 if (zoom_ratios && g_list_length (zoom_ratios) == (max_zoom + 1) && in gst_ahc_src_get_zoom() 1170 zoom_idx >= 0 && zoom_idx < max_zoom) { in gst_ahc_src_get_zoom() 1540 gint max_zoom = gst_ahc_parameters_get_max_zoom (params); in gst_ahc_src_set_zoom() local 1543 if (zoom_ratios && g_list_length (zoom_ratios) == (max_zoom + 1)) { in gst_ahc_src_set_zoom() 1547 for (i = 0; i < max_zoom + 1; i++) { in gst_ahc_src_set_zoom()
|