Home | History | Annotate | Download | only in examples

Lines Matching refs:argv

278 int main(int argc, char* const argv[])
283 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", argv[0]);
293 fprintf(stdout, "Usage: \t%s path offsetInBytes [sizeInBytes]\n", argv[0]);
294 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 0 344460\" \n", argv[0]);
313 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
316 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]));
319 TestEQPathFromFD(sl, argv[1]);