Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/flac/
H A 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()
392 if(!d->continue_through_decode_errors) in DecoderSession_process()
477 if(!d->continue_through_decode_errors) in DecoderSession_process()
481 (d->abort_flag && !(d->aborting_due_to_until || d->continue_through_decode_errors)) || in DecoderSession_process()
531 ok = d->continue_through_decode_errors; in DecoderSession_finish_ok()
536 ok = d->continue_through_decode_errors; in DecoderSession_finish_ok()
[all …]
H A Dmain.c235 FLAC__bool continue_through_decode_errors; member
556 option_values.continue_through_decode_errors = false; in init_options()
856 option_values.continue_through_decode_errors = false; in parse_option()
980 option_values.continue_through_decode_errors = true; in parse_option()
1982 encode_options.continue_through_decode_errors = option_values.continue_through_decode_errors; in encode_file()
2299 decode_options.continue_through_decode_errors = option_values.continue_through_decode_errors; in decode_file()
H A Ddecode.h43 FLAC__bool continue_through_decode_errors; member
H A Dencode.h75 …FLAC__bool continue_through_decode_errors; /* currently only obeyed when encoding from FLAC or Ogg… member
H A Dencode.c87 FLAC__bool continue_through_decode_errors; member
1333 …if(encoder_session.continue_through_decode_errors && decoder_state == FLAC__STREAM_DECODER_END_OF_… in flac__encode_file()
1393 e->continue_through_decode_errors = options.continue_through_decode_errors; in EncoderSession_construct()
2569 if(!e->continue_through_decode_errors) in flac_decoder_error_callback()