Lines Matching refs:stdout
253 fprintf(stdout, "Found %d video decoders\n", numDecoders);
262 fprintf(stdout, "Decoders:\n");
264 fprintf(stdout, "decoder %d is %s\n", i, videoCodecIdToString(decoderIds[i]));
274 fprintf(stdout, "decoder %s has %d profile/level combinations:\n\t",
284 fprintf(stdout, "%u/%u ", profile, level);
289 fprintf(stdout, "\n");
306 fprintf(stdout, "OpenMAX AL test %s: exercises SLAudioDecoderCapabiltiesItf ", argv[0]);
307 fprintf(stdout, "and displays the list of supported video decoders, and for each, lists the ");
308 fprintf(stdout, "profile / levels combinations, that map to the constants defined in ");
309 fprintf(stdout, "\"XA_VIDEOPROFILE and XA_VIDEOLEVEL\" section of the specification\n\n");