• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/

Lines Matching refs:FLAC__bool

64 static FLAC__bool init_options(void);
68 static void add_compression_setting_bool(compression_setting_type_t type, FLAC__bool value);
79 static int encode_file(const char *infilename, FLAC__bool is_first_file, FLAC__bool is_last_file);
227 FLAC__bool show_help;
228 FLAC__bool show_explain;
229 FLAC__bool show_version;
230 FLAC__bool mode_decode;
231 FLAC__bool verify;
232 FLAC__bool treat_warnings_as_errors;
233 FLAC__bool force_file_overwrite;
234 FLAC__bool continue_through_decode_errors;
236 FLAC__bool lax;
237 FLAC__bool test_only;
238 FLAC__bool analyze;
239 FLAC__bool use_ogg;
240 FLAC__bool has_serial_number; /* true iff --serial-number was used */
242 FLAC__bool force_to_stdout;
243 FLAC__bool force_aiff_format;
244 FLAC__bool force_raw_format;
245 FLAC__bool delete_input;
246 FLAC__bool keep_foreign_metadata;
247 FLAC__bool replay_gain;
248 FLAC__bool ignore_chunk_sizes;
249 FLAC__bool sector_align;
250 FLAC__bool utf8_convert; /* true by default, to convert tag strings from locale to utf-8, false if --no-utf8-convert used */
269 FLAC__bool cued_seekpoints;
270 FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */
280 FLAC__bool disable_constant_subframes;
281 FLAC__bool disable_fixed_subframes;
282 FLAC__bool disable_verbatim_subframes;
283 FLAC__bool do_md5;
480 FLAC__bool first = true;
498 FLAC__bool first = true;
543 FLAC__bool init_options(void)
614 FLAC__bool had_error = false;
1082 void add_compression_setting_bool(compression_setting_type_t type, FLAC__bool value)
1620 int encode_file(const char *infilename, FLAC__bool is_first_file, FLAC__bool is_last_file)
1626 FLAC__bool is_aifc = false;
1951 FLAC__bool treat_as_ogg = false;
2161 FLAC__bool neg = false;