Lines Matching full:player
65 fprintf(stderr, "Error %u code encountered at line %d for player %d, exiting\n",
73 /* PrefetchStatusItf callback for an audio player */
85 fprintf(stdout, "PrefetchEventCallback: Error while prefetching data for player %d, "
90 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d for player %d\n",
94 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u for player %d\n",
110 fprintf(stdout, "SL_PLAYEVENT_HEADATEND reached for player %d\n", *pPlayerId);
117 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%ums for player %d\n",
124 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%ums for player %d\n",
150 /* Create Output Mix object to be used by player */
205 * Create a player and, if the creation is successful,
212 /* Create the audio player */
216 // do not abort the test, just flag the player as not a candidate for destruction
217 fprintf(stdout, "CreateAudioPlayer for player %d failed\n", playerId);
223 /* Realizing the player in synchronous mode. */
226 // do not abort the test, just stop the player initialization here
227 fprintf(stdout, "Realize for player %d failed\n", playerId);
228 // this player is still a candidate for destruction
252 /* Set the player volume */
256 /* Set up the player callback to get events during the decoding */
272 /* first cause the player to prefetch the data */
273 fprintf(stdout, "Setting player %d to PAUSED\n", playerId);
287 fprintf(stderr, "Prefetch timed out for player %d\n", playerId);
298 fprintf(stdout, "Content duration is unknown for player %d\n", playerId);
300 fprintf(stdout, "Content duration is %u ms for player %d\n", durationInMsec, playerId);
306 fprintf(stdout, "About to destroy player %d\n", playerId);
307 /* Destroy the player */