Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dstream_decoder.h442 FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM, enumerator
/external/flac/src/libFLAC/
Dstream_decoder.c2559 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_frame_header_()
2611 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_()
2628 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_()
2736 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_fixed_()
2839 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_lpc_()
3236 else if(status == FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM) in send_error_to_client_()
/external/flac/src/flac/
Ddecode.c1575 else if(status == FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM) in error_callback()
/external/flac/
DCHANGELOG.md518 …** FLAC__StreamDecoderErrorStatus: new error code FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_ST…
519 …REAM state, it just calls the error callback with FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_ST…