Home
last modified time | relevance | path

Searched refs:vctrl (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dcontrol.c116 vctrl = calloc (1, sizeof (*vctrl)); in control_init()
125 vctrl->items[u].vctrl = vctrl; in control_init()
258 vctrl->gui->vctrl = vctrl; in control_init()
341 vctrl->window = XCreateWindow (vctrl->gui->display, vctrl->gui->imlib_data->x.root, in vctrl_open_window()
396 Imlib_apply_image (vctrl->gui->imlib_data, vctrl->bg_image, vctrl->window); in vctrl_open_window()
487 xitk_browser_update_list (vctrl->skinlist, vctrl->skins, NULL, vctrl->skins_num, 0); in vctrl_open_window()
504 gui_dndcallback, vctrl->widget_list, vctrl); in vctrl_open_window()
660 if (vctrl && (vctrl->status >= 2)) { in control_raise_window()
673 if (vctrl && (vctrl->status >= 2)) { in control_toggle_visibility()
795 vctrl->gui->vctrl = NULL; in control_deinit()
[all …]
H A Dcontrol.h28 void control_deinit (xui_vctrl_t *vctrl);
31 void control_toggle_window (xitk_widget_t *w, void *vctrl);
32 void control_toggle_visibility (xitk_widget_t *w, void *vctrl);
35 int control_status (xui_vctrl_t *vctrl);
37 void control_reset (xui_vctrl_t *vctrl);
39 void control_change_skins (xui_vctrl_t *vctrl, int);
40 void control_raise_window (xui_vctrl_t *vctrl);
42 void control_update_tips_timeout (xui_vctrl_t *vctrl, unsigned long timeout);
43 void control_inc_image_prop (xui_vctrl_t *vctrl, int prop);
44 void control_dec_image_prop (xui_vctrl_t *vctrl, int prop);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/regulator/
H A Dvctrl-regulator.c147 return vctrl->sel; in vctrl_get_voltage_sel()
161 if (selector >= vctrl->sel || !vctrl->ovp_threshold) { in vctrl_set_voltage_sel()
177 if (selector >= vctrl->vtable[vctrl->sel].ovp_min_sel) in vctrl_set_voltage_sel()
180 next_sel = vctrl->vtable[vctrl->sel].ovp_min_sel; in vctrl_set_voltage_sel()
194 delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out - in vctrl_set_voltage_sel()
268 if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) { in vctrl_parse_dt()
349 if (!vctrl->vtable) in vctrl_init_vtable()
455 if (!vctrl) in vctrl_probe()
466 rdesc = &vctrl->desc; in vctrl_probe()
501 vctrl->sel = 0; in vctrl_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/regulator/
H A Dvctrl-regulator.c147 return vctrl->sel; in vctrl_get_voltage_sel()
161 if (selector >= vctrl->sel || !vctrl->ovp_threshold) { in vctrl_set_voltage_sel()
177 if (selector >= vctrl->vtable[vctrl->sel].ovp_min_sel) in vctrl_set_voltage_sel()
180 next_sel = vctrl->vtable[vctrl->sel].ovp_min_sel; in vctrl_set_voltage_sel()
194 delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out - in vctrl_set_voltage_sel()
268 if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) { in vctrl_parse_dt()
349 if (!vctrl->vtable) in vctrl_init_vtable()
455 if (!vctrl) in vctrl_probe()
466 rdesc = &vctrl->desc; in vctrl_probe()
501 vctrl->sel = 0; in vctrl_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/regulator/
H A Dvctrl-regulator.c147 return vctrl->sel; in vctrl_get_voltage_sel()
161 if (selector >= vctrl->sel || !vctrl->ovp_threshold) { in vctrl_set_voltage_sel()
177 if (selector >= vctrl->vtable[vctrl->sel].ovp_min_sel) in vctrl_set_voltage_sel()
180 next_sel = vctrl->vtable[vctrl->sel].ovp_min_sel; in vctrl_set_voltage_sel()
194 delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out - in vctrl_set_voltage_sel()
268 if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) { in vctrl_parse_dt()
349 if (!vctrl->vtable) in vctrl_init_vtable()
455 if (!vctrl) in vctrl_probe()
466 rdesc = &vctrl->desc; in vctrl_probe()
501 vctrl->sel = 0; in vctrl_probe()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_camera_control.c106 return vctrl->root_parent ? vctrl->root_parent : vctrl->ctx_v3d->camera; in view3d_cameracontrol_object()
133 View3DCameraControl *vctrl; in ED_view3d_cameracontrol_acquire() local
138 vctrl->ctx_scene = scene; in ED_view3d_cameracontrol_acquire()
139 vctrl->ctx_v3d = v3d; in ED_view3d_cameracontrol_acquire()
140 vctrl->ctx_rv3d = rv3d; in ED_view3d_cameracontrol_acquire()
158 vctrl->root_parent = vctrl->root_parent->parent; in ED_view3d_cameracontrol_acquire()
197 return vctrl; in ED_view3d_cameracontrol_acquire()
273 if (vctrl->root_parent) { in ED_view3d_cameracontrol_update()
369 if (vctrl->is_ortho_cam) { in ED_view3d_cameracontrol_release()
373 if (vctrl->obtfm) { in ED_view3d_cameracontrol_release()
[all …]
/dports/converters/mpack/mpack-1.6/
H A Dmacnte.c94 teinfo->vctrl = teinfo->hctrl = NULL; in NATEinit()
123 ControlHandle vctrl, hctrl; in NATEsetscroll() local
134 if (teinfo->vctrl == (ControlHandle) NULL) { in NATEsetscroll()
141 SetCtlMax(vctrl = teinfo->vctrl, vmax); in NATEsetscroll()
142 SetCtlValue(vctrl, vvalue); in NATEsetscroll()
144 MoveControl(vctrl, vrect->left, vrect->top); in NATEsetscroll()
145 SizeControl(vctrl, vrect->right - vrect->left, in NATEsetscroll()
147 ShowControl(vctrl); in NATEsetscroll()
280 if (teinfo->vctrl != (ControlHandle) NULL) HideControl(teinfo->vctrl); in NATEupdatep()
305 if (ctrl == teinfo->vctrl) { in NATEctrlp()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2radio.c217 struct v4l2_control vctrl; in gst_v4l2radio_set_mute_on() local
224 memset (&vctrl, 0, sizeof (vctrl)); in gst_v4l2radio_set_mute_on()
225 vctrl.id = V4L2_CID_AUDIO_MUTE; in gst_v4l2radio_set_mute_on()
226 vctrl.value = on; in gst_v4l2radio_set_mute_on()
230 res = ioctl (radio->v4l2object->video_fd, VIDIOC_S_CTRL, &vctrl); in gst_v4l2radio_set_mute_on()

12345678910>>...13