| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.h | 473 typedef enum sox_bool { enum 477 } sox_bool; typedef 1269 sox_bool all_done, 1315 sox_bool repeatable; /**< true to use pre-determined timestamps and PRNG seed */ 1335 …sox_bool use_magic; /**< Private: true if client has requested use of 'magic' file-type… 1336 …sox_bool use_threads; /**< Private: true if client has requested parallel effects process… 1400 sox_bool opposite_endian; 1527 sox_bool seekable; /**< Can seek on this file */ 1857 sox_bool 1893 …LSX_PARAM_IN_OPT sox_bool (LSX_API * overwrite_permitted)(LSX_PARAM_IN_Z char const * … [all …]
|
| H A D | sox.c | 108 static sox_bool no_clobber = sox_false, interactive = sox_false; 109 static sox_bool uservolume = sox_false; 132 sox_bool no_glob; 165 static sox_bool very_first_effchain = sox_true; 182 static sox_bool input_eof = sox_false; 183 static sox_bool output_eof = sox_false; 184 static sox_bool user_abort = sox_false; 185 static sox_bool user_skip = sox_false; 186 static sox_bool user_restart_eff = sox_false; 194 static sox_bool original_termios_saved = sox_false; [all …]
|
| H A D | compandt.h | 31 sox_bool lsx_compandt_parse(sox_compandt_t * t, char * points, char * gain); 32 sox_bool lsx_compandt_show(sox_compandt_t * t, sox_plot_t plot);
|
| H A D | formats.c | 306 sox_bool file_is_bigendian = !(ft->handler.flags & SOX_FILE_ENDBIG); in set_endiannesses() 338 static sox_bool is_seekable(sox_format_t const * ft) in is_seekable() 363 static sox_bool is_url(char const * text) /* detects only wget-supported URLs */ in is_url() 653 sox_bool sox_format_supports_encoding( in sox_format_supports_encoding() 659 sox_bool is_file_extension = filetype == NULL; in sox_format_supports_encoding() 674 sox_bool has_bits; in sox_format_supports_encoding() 756 sox_bool found = sox_false; in set_output_format() 885 sox_bool (*overwrite_permitted)(const char *filename)) in open_write() 1001 sox_bool (*overwrite_permitted)(const char *filename)) in sox_open_write() 1125 sox_bool sox_is_playlist(char const * filename) in sox_is_playlist() [all …]
|
| H A D | spectrogram.c | 79 sox_bool monochrome; 80 sox_bool light_background; 81 sox_bool high_colour; 82 sox_bool slack_overlap; 83 sox_bool no_axes; 84 sox_bool normalize; 85 sox_bool raw; 86 sox_bool alt_palette; 87 sox_bool truncate; 94 sox_bool using_stdout; /* output image to stdout */ [all …]
|
| H A D | sox_i.h | 81 FILE * lsx_open_input_file(sox_effect_t * effp, char const * filename, sox_bool text_mode); 107 double scale, sox_bool dc_norm); 228 uint64_t num_samples, sox_bool check_length); 241 int lsx_rawstart(sox_format_t * ft, sox_bool default_rate, sox_bool default_channels, sox_bool defa…
|
| H A D | compandt.c | 25 sox_bool lsx_compandt_show(sox_compandt_t * t, sox_plot_t plot) in lsx_compandt_show() 139 static sox_bool parse_transfer_value(char const * text, double * value) in parse_transfer_value() 160 sox_bool lsx_compandt_parse(sox_compandt_t * t, char * points, char * gain) in lsx_compandt_parse()
|
| H A D | raw.c | 29 int lsx_rawstart(sox_format_t * ft, sox_bool default_rate, in lsx_rawstart() 30 sox_bool default_channels, sox_bool default_length, in lsx_rawstart()
|
| H A D | vol.c | 20 sox_bool uselimiter; 44 sox_bool have_type; in getopts()
|
| H A D | sf.c | 24 static struct {char str[4]; sox_bool reverse_bytes; char const * desc;} id[] = { 124 sox_bool error = sox_false in write_header()
|
| H A D | effects_i.c | 167 sox_bool found_samples = sox_false, found_time = sox_false; in parsesamples() 170 sox_bool found_colon, found_dot, found_e; in parsesamples() 454 FILE * lsx_open_input_file(sox_effect_t * effp, char const * filename, sox_bool text_mode) in lsx_open_input_file()
|
| H A D | firfit.c | 82 static sox_bool read_knots(sox_effect_t * effp) in read_knots() 86 sox_bool result = sox_false; in read_knots()
|
| H A D | id3.c | 159 void lsx_id3_read_tag(sox_format_t * ft, sox_bool search) in lsx_id3_read_tag() 225 void lsx_id3_read_tag(sox_format_t *ft, sox_bool search) { } in lsx_id3_read_tag()
|
| H A D | id3.h | 23 void lsx_id3_read_tag(sox_format_t *ft, sox_bool search);
|
| H A D | rate.c | 117 sox_bool use_hi_prec_clock; 286 sox_bool maintain_3dB_pt, /* true */ in rate_init() 289 sox_bool use_hi_prec_clock,/* Increase irrational ratio accuracy. false */ in rate_init() 292 sox_bool noSmallIntOpt) /* Disable small integer optimisations. false */ in rate_init() 298 sox_bool upsample = sox_false, rational = sox_false, iOpt = !noSmallIntOpt; in rate_init() 526 sox_bool use_hi_prec_clock, noIOpt, given_0dB_pt; 539 sox_bool allow_aliasing = sox_false; in create()
|
| H A D | sinc.c | 26 sox_bool round; 81 … * lpf(double Fn, double Fc, double tbw, int * num_taps, double att, double * beta, sox_bool round) in lpf()
|
| H A D | effects_i_dsp.c | 186 static sox_bool update_fft_cache(int len) in update_fft_cache() 209 static void done_with_fft_cache(sox_bool is_writer) in done_with_fft_cache() 218 sox_bool is_writer = update_fft_cache(len); in lsx_safe_rdft() 225 sox_bool is_writer = update_fft_cache(len); in lsx_safe_cdft() 357 double scale, sox_bool dc_norm) in lsx_make_lpf()
|
| H A D | trim.c | 35 sox_bool copying; 64 sox_bool open_end; in start()
|
| H A D | util.c | 49 sox_bool lsx_strends(char const * str, char const * end) in lsx_strends() 73 sox_bool sensitive = !!(flags & lsx_find_enum_item_case_sensitive); in lsx_find_enum_text()
|
| H A D | speed.c | 34 sox_bool is_cents = sox_false; in getopts()
|
| H A D | tempo.c | 27 sox_bool quick_search; /* Whether to quick search or linear search */ 167 double sample_rate, sox_bool quick_search, double factor, in tempo_setup() 206 sox_bool quick_search;
|
| H A D | au.c | 24 static struct {char str[4]; sox_bool reverse_bytes; char const * desc;} id[] = { 207 sox_bool error = sox_false in write_header()
|
| H A D | amr.h | 269 static sox_bool encode_1_frame(sox_format_t * ft) in encode_1_frame() 274 sox_bool result = lsx_writebuf(ft, coded, (size_t) (size_t) (unsigned)n) == (unsigned)n; in encode_1_frame()
|
| H A D | dither.c | 255 sox_bool auto_detect, alt_tpdf; 264 sox_bool dither_off;
|
| H A D | effects.c | 248 sox_bool il_change = (effp->flows == 1) != in flow_effect() 345 sox_bool il_change = (effp->flows == 1) != in drain_effect() 403 int sox_flow_effects(sox_effects_chain_t * chain, int (* callback)(sox_bool all_done, void * client… in sox_flow_effects() 408 sox_bool draining = sox_true; in sox_flow_effects()
|