Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderInitStatus

282 } FLAC__StreamDecoderInitStatus;
284 /** Maps a FLAC__StreamDecoderInitStatus to a C string.
286 * Using a FLAC__StreamDecoderInitStatus as the index to this array
1069 * \retval FLAC__StreamDecoderInitStatus
1071 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1073 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_stream(
1150 * \retval FLAC__StreamDecoderInitStatus
1152 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1154 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_stream(
1200 * \retval FLAC__StreamDecoderInitStatus
1202 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1204 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_FILE(
1250 * \retval FLAC__StreamDecoderInitStatus
1252 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1254 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_FILE(
1292 * \retval FLAC__StreamDecoderInitStatus
1294 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1296 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_file(
1338 * \retval FLAC__StreamDecoderInitStatus
1340 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1342 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_file(