Searched refs:getVideoWidth (Results 1 – 11 of 11) sorted by relevance
56 player.getVideoWidth(); in invokeMethodUnderTest()
216 status_t getVideoWidth(int *w);
388 mVideoWidth = mp.getVideoWidth();422 mVideoWidth = mp.getVideoWidth();
131 int width = mediaPlayer.getVideoWidth(); in onCreate()
225 mOutputVideoWidth = mediaPlayer.getVideoWidth(); in getOutputVideoProperty()
468 int video_width = mMediaPlayer.getVideoWidth(); in onSurfaceChanged()
361 status_t MediaPlayer::getVideoWidth(int *w) in getVideoWidth() function in android::MediaPlayer
320 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()
416 if (0 != mp->getVideoWidth(&w)) { in android_media_MediaPlayer_getVideoWidth()
1177 public native int getVideoWidth(); in getVideoWidth() method in MediaPlayer
12553 method public int getVideoWidth();