Home | History | Annotate | Download | only in media

Lines Matching full:player

55 // Generic error codes for the media player framework.  Errors are fatal, the
68 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer.
85 // Info and warning codes for the media player framework. These are non fatal,
98 // 7xx: Android Player info/warning (e.g player lagging behind.)
104 // The player was started because it was used as the next player for another
105 // player, which just completed playback
107 // The player just pushed the very first video frame for rendering
243 status_t setNextMediaPlayer(const sp<MediaPlayer>& player);
253 status_t attachNewPlayer(const sp<IMediaPlayer>& player);
255 status_t doSetRetransmitEndpoint(const sp<IMediaPlayer>& player);