Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/flac/
H A Ddecode.c112 static int DecoderSession_finish_error(DecoderSession *d);
186 return DecoderSession_finish_error(&decoder_session); in flac__decode_file()
189 return DecoderSession_finish_error(&decoder_session); in flac__decode_file()
578 int DecoderSession_finish_error(DecoderSession *d) in DecoderSession_finish_error() function