Lines Matching refs:stdout
142 fprintf(stdout, "\nUsing preset ");
145 fprintf(stdout, "SL_REVERBPRESET_NONE, don't expect to hear reverb\n");
147 case SL_REVERBPRESET_SMALLROOM: fprintf(stdout, "SL_REVERBPRESET_SMALLROOM\n"); break;
148 case SL_REVERBPRESET_MEDIUMROOM: fprintf(stdout, "SL_REVERBPRESET_MEDIUMROOM\n"); break;
149 case SL_REVERBPRESET_LARGEROOM: fprintf(stdout, "SL_REVERBPRESET_LARGEROOM\n"); break;
150 case SL_REVERBPRESET_MEDIUMHALL: fprintf(stdout, "SL_REVERBPRESET_MEDIUMHALL\n"); break;
151 case SL_REVERBPRESET_LARGEHALL: fprintf(stdout, "SL_REVERBPRESET_LARGEHALL\n"); break;
152 case SL_REVERBPRESET_PLATE: fprintf(stdout, "SL_REVERBPRESET_PLATE\n"); break;
154 fprintf(stdout, "unknown, use at your own risk\n"); break;
207 fprintf(stdout, "URI example: after Realize\n");
227 fprintf(stdout, "Player configured\n");
266 fprintf(stdout, "Set direct level to %dmB\n", directLevel);
270 fprintf(stdout, "Set send level to %dmB\n", sendLevel);
294 fprintf(stdout, "SetPreset(%d)=%d\n", enabled ? preset : SL_REVERBPRESET_NONE, result);
298 fprintf(stdout, "Reverb on\n");
300 fprintf(stdout, "Reverb off\n");
309 fprintf(stdout, "Stopping playback\n");
333 fprintf(stdout, "OpenSL ES test %s: exercises SLEffectSendItf ", programName);
334 fprintf(stdout, "on AudioPlayer and SLPresetReverbItf on OutputMix.\n");
335 fprintf(stdout, "Plays the sound file designated by the given path, ");
336 fprintf(stdout, "and sends a specified amount of energy to a global reverb\n");
337 fprintf(stdout, "(sendLevel in mB), with a given direct level (in mB).\n");
338 fprintf(stdout, "Every %d seconds, the reverb is turned on and off,\n",
340 fprintf(stdout, "unless the --always-on option is specified before the path.\n");
362 fprintf(stdout, "Usage: \t%s [--always-on] [--fd] [--loop] path preset directLevel "
364 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 6 -2000 0\" \n", programName);