Home
last modified time | relevance | path

Searched refs:getopts (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtremolo.c20 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
36 return lsx_synth_effect_fn()->getopts(effp, (int)array_length(args), args); in getopts()
45 handler.getopts = getopts; in lsx_tremolo_effect_fn()
H A Dhilbert.c32 static int getopts(sox_effect_t *effp, int argc, char **argv) in getopts() function
98 handler.getopts = getopts; in lsx_hilbert_effect_fn()
H A Doutput.c22 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
55 getopts, NULL, flow, NULL, NULL, NULL, sizeof(priv_t) in lsx_output_effect_fn()
H A Dinput.c22 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
54 getopts, NULL, NULL, drain, NULL, NULL, sizeof(priv_t) in lsx_input_effect_fn()
H A Dspeed.c31 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
71 getopts, start, lsx_flow_copy, 0, 0, 0, sizeof(priv_t)}; in lsx_speed_effect_fn()
H A Dskeleff.c32 static int getopts(sox_effect_t * effp, int argc, char UNUSED **argv) in getopts() function
138 getopts, start, flow, drain, stop, lsx_kill, sizeof(priv_t) in lsx_skel_effect_fn()
H A Dphaser.c60 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
144 SOX_EFF_LENGTH | SOX_EFF_GAIN, getopts, start, flow, NULL, stop, NULL, sizeof(priv_t) in lsx_phaser_effect_fn()
H A Dvol.c38 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
181 "vol", vol_usage, SOX_EFF_MCHAN | SOX_EFF_GAIN, getopts, start, flow, 0, stop, 0, sizeof(priv_t) in lsx_vol_effect_fn()
H A Dtempo.c210 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
315 getopts, start, flow, drain, stop, NULL, sizeof(priv_t) in lsx_tempo_effect_fn()
335 result = getopts(effp, argc, argv2); in pitch_getopts()
355 handler.getopts = pitch_getopts; in lsx_pitch_effect_fn()
H A Dflanger.c62 static int getopts(sox_effect_t * effp, int argc, char *argv[]) in getopts() function
241 getopts, start, flow, NULL, stop, NULL, sizeof(priv_t)}; in lsx_flanger_effect_fn()
H A Dspeexdsp.c69 static int getopts(sox_effect_t* effp, int argc, char** argv) in getopts() function
328 getopts, start, flow, drain, stop, NULL, sizeof(priv_t) in lsx_speexdsp_effect_fn()
H A Dcompand.c67 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
290 getopts, start, flow, drain, stop, lsx_kill, sizeof(priv_t) in lsx_compand_effect_fn()
H A Dstretch.c59 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
323 getopts, start, flow, drain, stop, NULL, sizeof(priv_t) in lsx_stretch_effect_fn()
H A Ddither.c333 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
433 SOX_EFF_PREC, getopts, start, flow, 0, 0, 0, sizeof(priv_t) in lsx_dither_effect_fn()
H A Dremix.c262 handler.getopts = channels_create; in lsx_channels_effect_fn()
282 handler.getopts = oops_getopts; in lsx_oops_effect_fn()
H A Dgain.c265 lsx_gain_effect_fn()->getopts(effp, argc2, argv2); in norm_getopts()
274 handler.getopts = norm_getopts; in lsx_norm_effect_fn()
H A Dreverb.c180 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
274 SOX_EFF_MCHAN, getopts, start, flow, NULL, stop, NULL, sizeof(priv_t) in lsx_reverb_effect_fn()
H A Dfir.c101 handler.getopts = create; in lsx_fir_effect_fn()
H A Dloudness.c125 handler.getopts = create; in lsx_loudness_effect_fn()
H A Dstats.c32 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
296 getopts, start, flow, drain, stop, NULL, sizeof(priv_t)}; in lsx_stats_effect_fn()
H A Dmcompand.c165 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
520 getopts, start, flow, drain, stop, lsx_kill, sizeof(priv_t) in lsx_mcompand_effect_fn()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/musl/
H A D0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch52 -while getopts Dlm: name ; do
53 +while getopts Dlrm: name ; do
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch100 -while getopts "Dcm:d:S:o:g:T:" c $*
101 +while getopts "Dcm:d:S:T:" c $*
/OK3568_Linux_fs/kernel/scripts/
H A Dexport_report.pl67 if (not getopts('hk:o:f',\%opt) or defined $opt{'h'}) {
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/
H A Dbusybox_1.35.0.bb33 file://getopts.cfg \

12