Home | History | Annotate | Download | only in android

Lines Matching defs:player

28 // default delay in Us used when reposting an event when the player is not ready to accept
140 // only send video size updates if the player was flagged as having video, to avoid
260 sp<IMediaPlayer> player;
261 getPreparedPlayer(player);
262 if (player != NULL) {
263 player->stop();
266 //player->setDataSource(NULL);
267 player->setVideoSurfaceTexture(NULL);
268 player->disconnect();
290 sp<IMediaPlayer> player;
291 getPreparedPlayer(player);
293 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) {
315 sp<IMediaPlayer> player;
316 getPreparedPlayer(player);
317 if (player != 0) {
320 player->setParameter(KEY_PARAMETER_PLAYBACK_RATE_PERMILLE, rateParcel);
539 // Mark this player as prepared successfully, so safe to directly call getCurrentPosition
581 SL_LOGD("media player prepared on local source");
590 SL_LOGD("media player prepared on non-local source");
601 // If player is prepared successfully, set output parameter to that reference, otherwise NULL