Searched refs:global_info (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | noiseprof.c | 71 if (effp->global_info->global_info->stdout_in_use_by) { in sox_noiseprof_start() 72 lsx_fail("stdout already in use by `%s'", effp->global_info->global_info->stdout_in_use_by); in sox_noiseprof_start() 75 effp->global_info->global_info->stdout_in_use_by = effp->handler.name; in sox_noiseprof_start()
|
| H A D | effects_i.c | 459 if (effp->global_info->global_info->stdin_in_use_by) { in lsx_open_input_file() 460 lsx_fail("stdin already in use by `%s'", effp->global_info->global_info->stdin_in_use_by); in lsx_open_input_file() 463 effp->global_info->global_info->stdin_in_use_by = effp->handler.name; in lsx_open_input_file()
|
| H A D | biquad.c | 82 if (effp->global_info->plot == sox_plot_octave) { in lsx_biquad_start() 101 if (effp->global_info->plot == sox_plot_gnuplot) { in lsx_biquad_start() 122 if (effp->global_info->plot == sox_plot_data) { in lsx_biquad_start()
|
| H A D | hilbert.c | 79 if (effp->global_info->plot != sox_plot_off) { in start() 83 effp->global_info->plot, title, -20., 5.); in start()
|
| H A D | fir.c | 82 if (effp->global_info->plot != sox_plot_off) { in start() 86 effp->global_info->plot, title, -30., 30.); in start()
|
| H A D | loudness.c | 107 if (effp->global_info->plot != sox_plot_off) { in start() 111 effp->global_info->plot, title, p->delta - 5, 0.); in start()
|
| H A D | firfit.c | 124 if (effp->global_info->plot != sox_plot_off) { in start() 126 effp->global_info->plot, "SoX effect: firfit", -30., +30.); in start()
|
| H A D | sinc.c | 134 if (effp->global_info->plot != sox_plot_off) { in start() 139 effp->global_info->plot, title, -p->beta * 10 - 25, 5.); in start()
|
| H A D | spectrogram.c | 267 if (effp->global_info->global_info->stdout_in_use_by) { in getopts() 269 effp->global_info->global_info->stdout_in_use_by); in getopts() 272 effp->global_info->global_info->stdout_in_use_by = effp->handler.name; in getopts()
|
| H A D | effects.c | 63 effp->global_info = sox_get_effects_globals(); in sox_create_effect() 95 result->global_info = *sox_get_effects_globals(); in sox_create_effects_chain() 136 effp->global_info = &chain->global_info; in sox_add_effect()
|
| H A D | reverb.c | 221 effp->global_info->global_info->bufsiz / p->ochannels, p->chan[i].wet); in start()
|
| H A D | sox.h | 1558 sox_globals_t * global_info; /**< Pointer to associated SoX globals */ member 1583 sox_effects_globals_t * global_info; /**< global effect parameters */ member 1607 sox_effects_globals_t global_info; /**< Copy of global effects settings */ member
|
| H A D | compand.c | 147 if (!lsx_compandt_show(&l->transfer_fn, effp->global_info->plot)) in start()
|
| H A D | sox_i.h | 219 sox_globals_t * global_info; member
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rv1126.c | 320 struct global_info *gbl_info; in rkclk_set_dpll() 326 gbl_info = (struct global_info *)((void *)common_info + in rkclk_set_dpll() 3557 struct global_info *gbl_info; in get_uart_config() 3559 gbl_info = (struct global_info *)((void *)common_info + in get_uart_config() 3572 struct global_info *gbl_info; in sdram_init() 3586 (index->global_index.size != sizeof(struct global_info) / 4) || in sdram_init() 3605 gbl_info = (struct global_info *)((void *)common_info + in sdram_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_common.h | 179 struct global_info { struct
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | numa.c | 136 struct global_info { struct 162 static struct global_info *g = NULL; argument
|