Searched refs:continue_through_decode_errors (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.h42 FLAC__bool continue_through_decode_errors; member in struct:__anon3774
H A Dencode.h73 FLAC__bool continue_through_decode_errors; /* currently only obeyed when encoding from FLAC or Ogg FLAC */ member in struct:__anon3783
H A Ddecode.c55 FLAC__bool continue_through_decode_errors; member in struct:__anon3770
112 static FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_serial_number, long serial_number, FLAC__bool is_aiff_out, FLAC__bool is_wave_out, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC__bool channel_map_none, replaygain_synthesis_spec_t replaygain_synthesis_spec, FLAC__bool analysis_mode, analysis_options aopts, utils__SkipUntilSpecification *skip_specification, utils__SkipUntilSpecification *until_specification, utils__CueSpecification *cue_specification, foreign_metadata_t *foreign_metadata, const char *infilename, const char *outfilename);
158 options.common.continue_through_decode_errors,
201 options.common.continue_through_decode_errors,
247 options.common.continue_through_decode_errors,
271 FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_serial_number, long serial_number, FLAC__bool is_aiff_out, FLAC__bool is_wave_out, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC__bool channel_map_none, replaygain_synthesis_spec_t replaygain_synthesis_spec, FLAC__bool analysis_mode, analysis_options aopts, utils__SkipUntilSpecification *skip_specification, utils__SkipUntilSpecification *until_specification, utils__CueSpecification *cue_specification, foreign_metadata_t *foreign_metadata, const char *infilename, const char *outfilename) argument
286 d->continue_through_decode_errors = continue_through_decode_errors;
417 if(!d->continue_through_decode_errors)
473 if(!d->continue_through_decode_errors)
[all...]
H A Dmain.c234 FLAC__bool continue_through_decode_errors; member in struct:__anon3792
551 option_values.continue_through_decode_errors = false;
822 option_values.continue_through_decode_errors = false;
938 option_values.continue_through_decode_errors = true;
1824 common_options.continue_through_decode_errors = option_values.continue_through_decode_errors;
2027 common_options.continue_through_decode_errors = option_values.continue_through_decode_errors;
H A Dencode.c73 FLAC__bool continue_through_decode_errors; member in struct:__anon3777
126 static FLAC__bool EncoderSession_construct(EncoderSession *e, FLAC__bool use_ogg, FLAC__bool verify, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FILE *infile, const char *infilename, const char *outfilename);
189 options.common.continue_through_decode_errors,
636 options.common.continue_through_decode_errors,
1190 options.common.continue_through_decode_errors,
1450 options.common.continue_through_decode_errors,
1568 * going to 0 if there are errors and continue_through_decode_errors
1571 if(encoder_session.continue_through_decode_errors && FLAC__stream_decoder_get_state(decoder) == FLAC__STREAM_DECODER_END_OF_STREAM)
1599 FLAC__bool EncoderSession_construct(EncoderSession *e, FLAC__bool use_ogg, FLAC__bool verify, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FILE *infile, const char *infilename, const char *outfilename) argument
1625 e->continue_through_decode_errors
[all...]

Completed in 117 milliseconds