Searched refs:set_control (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_ladspa.c | 416 static int set_control(AVFilterContext *ctx, unsigned long port, LADSPA_Data value) in set_control() function 619 if ((ret = set_control(ctx, i, val)) < 0) in init() 781 return set_control(ctx, port, value); in process_command()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | v4l2_calls.c | 1033 set_control (GQuark field_id, const GValue * value, gpointer user_data) in set_control() function 1085 return gst_structure_foreach (controls, set_control, v4l2object); in gst_v4l2_set_controls()
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 1204 static int set_control(snd_ctl_t *handle, snd_config_t *control, in set_control() function 1532 err = set_control(handle, n, &maxnumid, doit); in set_controls()
|