Home | History | Annotate | Download | only in impl_with_mp1

Lines Matching refs:mp

1205                         MediaPlayer mp, int width, int height) {
1209 mVideoWidth = mp.getVideoWidth();
1210 mVideoHeight = mp.getVideoHeight();
1224 public void onPrepared(MediaPlayer mp) {
1242 int videoWidth = mp.getVideoWidth();
1243 int videoHeight = mp.getVideoHeight();
1289 public void onSeekComplete(MediaPlayer mp) {
1298 public void onCompletion(MediaPlayer mp) {
1310 public boolean onInfo(MediaPlayer mp, int what, int extra) {
1320 public boolean onError(MediaPlayer mp, int frameworkErr, int implErr) {
1338 public void onBufferingUpdate(MediaPlayer mp, int percent) {