Lines Matching refs:stdout
32 fprintf(stdout, "%u error code encountered, exiting\n", result);
41 fprintf(stdout, "PlayEventCallback event = ");
43 fprintf(stdout, "SL_PLAYEVENT_HEADATEND ");
46 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER ");
49 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS ");
52 fprintf(stdout, "SL_PLAYEVENT_HEADMOVING ");
55 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED");
57 fprintf(stdout, "\n");
151 //fprintf(stdout, "URI example: after Realize\n");
213 fprintf(stdout, "URI example: starting to play %s\n", path2);
222 fprintf(stdout, "Content duration of first URI is unknown\n");
224 fprintf(stdout, "Content duration of first URI is %u ms\n", durationInMsec);
234 fprintf(stdout, "URI example: stopping playback\n");
254 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf, SLVolumeItf (incl. stereo position) ",
256 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
257 fprintf(stdout, "Plays two sounds (or twice the same) and pans them left and right.");
258 fprintf(stdout, "Stops after the end of the first + 2s\n");
261 fprintf(stdout, "Usage: \n\t%s url1 url2 \n\t%s url\n", argv[0], argv[0]);
262 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 http://blabla/my.wav\" ", argv[0]);
263 fprintf(stdout, "or \"%s file:///sdcard/my.mp3\"\n", argv[0]);