Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/flac/
H A Ddecode.c71 …FLAC__bool aborting_due_to_unparseable; /* true if we abort decoding because we hit an unparseable… member
231 d->aborting_due_to_unparseable = false; in DecoderSession_construct()
1599 decoder_session->aborting_due_to_unparseable = true; in error_callback()
1635 if (d->aborting_due_to_unparseable) { in print_error_with_state()