Home | History | Annotate | Download | only in mint

Lines Matching refs:DEBUG_PRINT

52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
91 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
107 DEBUG_PRINT((DEBUG_NAME "no STFA audio\n"));
113 DEBUG_PRINT((DEBUG_NAME "STFA audio available!\n"));
202 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
203 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
204 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
205 DEBUG_PRINT(("channels=%d, ", spec->channels));
206 DEBUG_PRINT(("freq=%d\n", spec->freq));
220 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",
230 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff));
231 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
232 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
233 DEBUG_PRINT(("channels=%d, ", spec->channels));
234 DEBUG_PRINT(("freq=%d\n", spec->freq));
286 DEBUG_PRINT((DEBUG_NAME "hardware initialized\n"));
301 DEBUG_PRINT((DEBUG_NAME "buffer size=%d\n", spec->size));
314 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0]));
315 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1]));