Home
last modified time | relevance | path

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

/external/flac/src/flac/
Ddecode.c45 FLAC__bool continue_through_decode_errors; member
107 …t subformat, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC_…
168 options.continue_through_decode_errors, in flac__decode_file()
194 …t subformat, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC_… in DecoderSession_construct() argument
209 d->continue_through_decode_errors = continue_through_decode_errors; in DecoderSession_construct()
388 if(!d->continue_through_decode_errors) in DecoderSession_process()
473 if(!d->continue_through_decode_errors) in DecoderSession_process()
477 (d->abort_flag && !(d->aborting_due_to_until || d->continue_through_decode_errors)) || in DecoderSession_process()
527 ok = d->continue_through_decode_errors; in DecoderSession_finish_ok()
532 ok = d->continue_through_decode_errors; in DecoderSession_finish_ok()
[all …]
Ddecode.h43 FLAC__bool continue_through_decode_errors; member
Dencode.h75 …FLAC__bool continue_through_decode_errors; /* currently only obeyed when encoding from FLAC or Ogg… member
Dmain.c237 FLAC__bool continue_through_decode_errors; member
578 option_values.continue_through_decode_errors = false; in init_options()
884 option_values.continue_through_decode_errors = false; in parse_option()
1011 option_values.continue_through_decode_errors = true; in parse_option()
2033 encode_options.continue_through_decode_errors = option_values.continue_through_decode_errors; in encode_file()
2353 decode_options.continue_through_decode_errors = option_values.continue_through_decode_errors; in decode_file()
Dencode.c88 FLAC__bool continue_through_decode_errors; member
1374 …if(encoder_session.continue_through_decode_errors && decoder_state == FLAC__STREAM_DECODER_END_OF_… in flac__encode_file()
1477 e->continue_through_decode_errors = options.continue_through_decode_errors; in EncoderSession_construct()
2637 if(!e->continue_through_decode_errors) in flac_decoder_error_callback()