Home
last modified time | relevance | path

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

/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/
H A Dmpglib.c141 BAIL_MACRO("MPGLIB: Could not read MP3 magic.", 0);
144 BAIL_MACRO("MPGLIB: Not an MP3 stream.", 0);
159 BAIL_MACRO("MPGLIB: Failed to read any data at all", 0);
167 BAIL_MACRO("MPGLIB: Not an MP3 stream?", 0);
291 BAIL_MACRO("MPGLIB: Seeking not implemented", 0);
H A Dvoc.c150 BAIL_MACRO("VOC: i/o error", 0); in voc_readbytes()
169 BAIL_MACRO("VOC: Wrong signature; not a VOC file.", 0); in voc_check_header()
180 BAIL_MACRO("VOC: Failed to seek to data block.", 0); in voc_check_header()
229 BAIL_MACRO("VOC sample rate codes differ", 0); in voc_get_block()
255 BAIL_MACRO("VOC: sample rate codes differ", 0); in voc_get_block()
268 BAIL_MACRO("VOC: unknown data size", 0); in voc_get_block()
330 BAIL_MACRO("VOC: sample rate codes differ", 0); in voc_get_block()
469 BAIL_MACRO("VOC: data had no sound!", 0); in VOC_open()
H A Dsmpeg.c149 BAIL_MACRO("SMPEG: Could not read MP3 magic.", 0); in _SMPEG_open()
152 BAIL_MACRO("SMPEG: Not an MP3 stream.", 0); in _SMPEG_open()
186 BAIL_MACRO("SMPEG: No audio stream found in data.", 0); in _SMPEG_open()
H A Draw.c103 BAIL_MACRO("RAW: extension isn't explicitly \"RAW\".", 0); in RAW_open()
114 BAIL_MACRO("RAW: invalid desired format.", 0); in RAW_open()
H A Dau.c204 BAIL_MACRO("AU: Unsupported .au encoding", 0); in AU_open()
218 BAIL_MACRO(ERR_IO_ERROR, 0); in AU_open()
244 BAIL_MACRO("AU: Not an .AU stream.", 0); in AU_open()
H A Daiff.c443 BAIL_MACRO("AIFF: Unsupported format", 0);
491 BAIL_MACRO("AIFF: Unsupported sample size.", 0);
510 BAIL_MACRO("AIFF: No sound data chunk.", 0);
516 BAIL_MACRO("AIFF: Can't read sound data chunk.", 0);
H A Dflac.c444 BAIL_MACRO(ERR_OUT_OF_MEMORY, 0); in FLAC_open()
486 BAIL_MACRO(ERR_IO_ERROR, 0); in FLAC_open()
505 BAIL_MACRO("FLAC: No metadata found. Not a FLAC stream?", 0); in FLAC_open()
532 BAIL_MACRO("FLAC: Couldn't decode frame.", 0); in FLAC_read()
H A Dmodplug.c205 BAIL_MACRO("MODPLUG: Not a module file.", 0);
268 BAIL_MACRO("MODPLUG: Not a module file.", 0);
H A Dogg.c186 BAIL_MACRO("OGG: Not valid Ogg Vorbis data.", 0); in OGG_open()
194 BAIL_MACRO("OGG: failed to retrieve bitstream info", 0); in OGG_open()
H A Dspeex.c282 BAIL_MACRO("SPEEX: decoding error", 0);
417 BAIL_MACRO("SPEEX: Decoding error", retval);
H A Dmikmod.c337 BAIL_MACRO("MIKMOD: Seeking not implemented", 0);
H A Dshn.c884 BAIL_MACRO(ERR_OUT_OF_MEMORY, 0); in put_to_buffers()
1296 BAIL_MACRO("SHN: Unhandled function.", retval); in SHN_read()
1334 BAIL_MACRO("SHN: Seeking not implemented", 0); in SHN_seek()
H A Dwav.c650 BAIL_MACRO("WAV: Unsupported format", 0); in read_fmt()
710 BAIL_MACRO("WAV: Unsupported sample size.", 0); in WAV_open_internal()
H A Dquicktime.c584 BAIL_MACRO("QUICKTIME: Seeking not implemented", 0); in QT_seek()
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dmpglib_common.c73 BAIL_MACRO("MPGLIB: Corrupted header", 0); in decode_header()
98 BAIL_MACRO("MPGLIB: Free format not supported.", 0); in decode_header()
147 BAIL_MACRO("MPGLIB: Unknown layer type.", 0); in decode_header()
H A Dinterface.c61 BAIL_MACRO(ERR_OUT_OF_MEMORY, NULL); in addbuf()
107 BAIL_MACRO("MPGLIB: Short read in read_buf_byte()!", 0); in read_buf_byte()
231 BAIL_MACRO(err, MP3_ERR); in set_pointer()
H A Dlayer3.c351 BAIL_MACRO("MPGLIB: Blocktype == 0 and window-switching == 1 not allowed.", 0); in III_get_side_info_1()
424 BAIL_MACRO("MPGLIB: Blocktype == 0 and window-switching == 1 not allowed.", 0); in III_get_side_info_2()
962 BAIL_MACRO(err, 1); /* -> error */ in III_dequantize_sample()
1376 BAIL_MACRO(err, 1); /* -> error */
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A DSDL_sound_internal.h274 #define BAIL_MACRO(e, r) { __Sound_SetError(e); return r; } macro
H A Dflac.c94 BAIL_MACRO("FLAC: Not a FLAC stream.", 0); in FLAC_open()
H A DSDL_sound.c646 BAIL_MACRO(ERR_CANNOT_SEEK, 0); in Sound_Seek()
/dports/audio/sdl_sound/SDL_sound-1.0.3/
H A DSDL_sound_internal.h299 #define BAIL_MACRO(e, r) { __Sound_SetError(e); return r; }
H A DSDL_sound.c891 BAIL_MACRO(ERR_CANNOT_SEEK, 0);
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_vfs.c43 #define BAIL_MACRO(TEST,STR) if( !(TEST) ) log_error( "egoboo vfs system encountered a fatal err… macro