Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dstream_decoder.h438 FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM enumerator
/external/flac/libFLAC/
Dstream_decoder.c2463 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_frame_header_()
2512 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_()
2523 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_()
2605 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_fixed_()
2694 send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM); in read_subframe_lpc_()
2989 else if(status == FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM) in send_error_to_client_()