• 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 defs:options

139 int flac__decode_aiff(const char *infilename, const char *outfilename, FLAC__bool analysis_mode, analysis_options aopts, wav_decode_options_t options)
147 options.common.is_ogg,
148 options.common.use_first_serial_number,
149 options.common.serial_number,
157 options.common.treat_warnings_as_errors,
158 options.common.continue_through_decode_errors,
159 options.common.channel_map_none,
160 options.common.replaygain_synthesis_spec,
163 &options.common.skip_specification,
164 &options.common.until_specification,
165 options.common.has_cue_specification? &options.common.cue_specification : 0,
166 options.foreign_metadata,
182 int flac__decode_wav(const char *infilename, const char *outfilename, FLAC__bool analysis_mode, analysis_options aopts, wav_decode_options_t options)
190 options.common.is_ogg,
191 options.common.use_first_serial_number,
192 options.common.serial_number,
200 options.common.treat_warnings_as_errors,
201 options.common.continue_through_decode_errors,
202 options.common.channel_map_none,
203 options.common.replaygain_synthesis_spec,
206 &options.common.skip_specification,
207 &options.common.until_specification,
208 options.common.has_cue_specification? &options.common.cue_specification : 0,
209 options.foreign_metadata,
225 int flac__decode_raw(const char *infilename, const char *outfilename, FLAC__bool analysis_mode, analysis_options aopts, raw_decode_options_t options)
229 decoder_session.is_big_endian = options.is_big_endian;
230 decoder_session.is_unsigned_samples = options.is_unsigned_samples;
236 options.common.is_ogg,
237 options.common.use_first_serial_number,
238 options.common.serial_number,
246 options.common.treat_warnings_as_errors,
247 options.common.continue_through_decode_errors,
248 options.common.channel_map_none,
249 options.common.replaygain_synthesis_spec,
252 &options.common.skip_specification,
253 &options.common.until_specification,
254 options.common.has_cue_specification? &options.common.cue_specification : 0,