Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderInitStatus

281 } FLAC__StreamDecoderInitStatus;
283 /** Maps a FLAC__StreamDecoderInitStatus to a C string.
285 * Using a FLAC__StreamDecoderInitStatus as the index to this array
1068 * \retval FLAC__StreamDecoderInitStatus
1070 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1072 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_stream(
1149 * \retval FLAC__StreamDecoderInitStatus
1151 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1153 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_stream(
1199 * \retval FLAC__StreamDecoderInitStatus
1201 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1203 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_FILE(
1249 * \retval FLAC__StreamDecoderInitStatus
1251 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1253 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_FILE(
1291 * \retval FLAC__StreamDecoderInitStatus
1293 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1295 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_file(
1337 * \retval FLAC__StreamDecoderInitStatus
1339 * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1341 FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_file(