HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_PRINT (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.c 54 #define DEBUG_PRINT(what) \
59 #define DEBUG_PRINT(what)
94 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
110 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
116 DEBUG_PRINT((DEBUG_NAME "no MCSN audio\n"));
123 DEBUG_PRINT((DEBUG_NAME "no interrupt at end of replay\n"));
129 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
135 DEBUG_PRINT((DEBUG_NAME "MCSN audio available!\n"));
222 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
223 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
SDL_mintaudio_gsxb.c 52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
98 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
107 DEBUG_PRINT((DEBUG_NAME "no GSXB audio\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "GSXB audio available!\n"));
183 DEBUG_PRINT((DEBUG_NAME "NSetinterrupt() failed in close\n"));
211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
212 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
SDL_mintaudio_dma8.c 52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
103 DEBUG_PRINT((DEBUG_NAME "no 8 bits sound\n"));
110 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
117 DEBUG_PRINT((DEBUG_NAME "8 bits audio available!\n"));
176 DEBUG_PRINT((DEBUG_NAME "closeaudio: replay stopped\n"));
181 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n"));
187 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n"));
195 DEBUG_PRINT((DEBUG_NAME "closeaudio: buffers freed\n"))
    [all...]
SDL_mintaudio_xbios.c 56 #define DEBUG_PRINT(what) \
61 #define DEBUG_PRINT(what)
96 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
107 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "XBIOS audio available!\n"));
279 DEBUG_PRINT((DEBUG_NAME "Not enough memory for the measure\n"));
306 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz));
318 DEBUG_PRINT((DEBUG_NAME "No measure\n"));
321 DEBUG_PRINT((DEBUG_NAME "No SDMA clock\n"))
    [all...]
SDL_mintaudio_stfa.c 53 #define DEBUG_PRINT(what) \
58 #define DEBUG_PRINT(what)
93 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
109 DEBUG_PRINT((DEBUG_NAME "no STFA audio\n"));
116 DEBUG_PRINT((DEBUG_NAME "STFA audio available!\n"));
205 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
206 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
207 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
208 DEBUG_PRINT(("channels=%d, ", spec->channels));
209 DEBUG_PRINT(("freq=%d\n", spec->freq))
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 41 //#define DEBUG_PRINT(x) //
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
46 #define DEBUG_PRINT(x) //
187 DEBUG_PRINT("Element = " + name);
194 DEBUG_PRINT (std::string("CDATA ") + name);
195 DEBUG_PRINT (std::string("CDATA ") + str_name);
209 DEBUG_PRINT("nodeType=" + nodeType);
264 DEBUG_PRINT( "UNKNOWN node name: " + name );
270 DEBUG_PRINT (std::string("CDATA ") + name);
344 DEBUG_PRINT( "UNKNOWN node name: ")
    [all...]
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 31 //#define DEBUG_PRINT /* Uncomment to print Gyro & Accel read from Driver */
256 #ifdef DEBUG_PRINT
294 #ifdef DEBUG_PRINT
312 #ifdef DEBUG_PRINT
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 273 #if DEBUG_PRINT
279 #if DEBUG_PRINT
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 273 #if DEBUG_PRINT
279 #if DEBUG_PRINT
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 63 #define DEBUG_PRINT(what) \
69 #define DEBUG_PRINT(what)

Completed in 3113 milliseconds