Home
last modified time | relevance | path

Searched refs:getVideoWidth (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerGetVideoWidthStateUnitTest.java56 player.getVideoWidth(); in invokeMethodUnderTest()
/frameworks/base/core/java/android/webkit/
DHTML5VideoFullScreen.java121 mVideoWidth = mp.getVideoWidth();
201 mVideoWidth = mp.getVideoWidth(); in onPrepared()
DHTML5VideoViewProxy.java305 map.put("width", new Integer(mp.getVideoWidth())); in onPrepared()
/frameworks/av/include/media/
Dmediaplayer.h208 status_t getVideoWidth(int *w);
/frameworks/base/core/java/android/widget/
DVideoView.java280 mVideoWidth = mp.getVideoWidth();
313 mVideoWidth = mp.getVideoWidth();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java131 int width = mediaPlayer.getVideoWidth(); in onCreate()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java225 mOutputVideoWidth = mediaPlayer.getVideoWidth(); in getOutputVideoProperty()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java463 int video_width = mMediaPlayer.getVideoWidth(); in onSurfaceChanged()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp363 status_t MediaPlayer::getVideoWidth(int *w) in getVideoWidth() function in android::MediaPlayer
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java320 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()
/frameworks/base/media/java/android/media/
DMediaPlayer.java1138 public native int getVideoWidth(); in getVideoWidth() method in MediaPlayer
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp409 if (0 != mp->getVideoWidth(&w)) { in android_media_MediaPlayer_getVideoWidth()
/frameworks/base/api/
D14.txt10701 method public int getVideoWidth();
D15.txt10740 method public int getVideoWidth();
Dcurrent.txt11333 method public int getVideoWidth();
D16.txt11333 method public int getVideoWidth();