Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerGetVideoWidthStateUnitTest.java56 player.getVideoWidth(); in invokeMethodUnderTest()
/frameworks/av/include/media/
Dmediaplayer.h235 status_t getVideoWidth(int *w);
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java141 public final int getVideoWidth() { in getVideoWidth() method in TvTrackInfo
DTvInputManager.java768 record.postVideoSizeChanged(track.getVideoWidth(), track.getVideoHeight()); in TvInputManager()
1685 int videoWidth = track.getVideoWidth();
/frameworks/base/core/java/android/widget/
DVideoView.java403 mVideoWidth = mp.getVideoWidth();
437 mVideoWidth = mp.getVideoWidth();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java131 int width = mediaPlayer.getVideoWidth(); in onCreate()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java468 int video_width = mMediaPlayer.getVideoWidth(); in onSurfaceChanged()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java425 mOutputVideoWidth = mediaPlayer.getVideoWidth(); in getOutputVideoProperty()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java321 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp450 status_t MediaPlayer::getVideoWidth(int *w) in getVideoWidth() function in android::MediaPlayer
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp600 if (0 != mp->getVideoWidth(&w)) { in android_media_MediaPlayer_getVideoWidth()
/frameworks/base/media/java/android/media/
DMediaPlayer.java1331 public native int getVideoWidth(); in getVideoWidth() method in MediaPlayer
/frameworks/base/api/
Dcurrent.txt16104 method public int getVideoWidth();
17917 method public final int getVideoWidth();
Dsystem-current.txt17370 method public int getVideoWidth();
19421 method public final int getVideoWidth();