Searched refs:getVideoHeight (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerGetVideoHeightStateUnitTest.java25 * MediaPlayer.getVideoHeight() method can be called.
31 * 1. It is valid to call getVideoHeight() in the following states:
33 * 2. It is invalid to call getVideoHeight() in the following states:
56 player.getVideoHeight();
66 return "getVideoHeight()";
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DVideoViewCaptureActivity.java45 mVideoHeight = mp.getVideoHeight();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustrationVideoView.java137 float aspectRatio = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth();
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java297 protected int getVideoHeight() { return mVideoHeight; } method in class:LocalPlayer
365 int height = mMediaPlayer.getVideoHeight();
490 int height = getVideoHeight();
629 int height = getVideoHeight();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java297 protected int getVideoHeight() { return mVideoHeight; } method in class:LocalPlayer
365 int height = mMediaPlayer.getVideoHeight();
490 int height = getVideoHeight();
629 int height = getVideoHeight();
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
H A DProgramTest.java231 assertEquals(programA.getVideoHeight(), programB.getVideoHeight());
H A DPreviewProgramTest.java328 assertEquals(programA.getVideoHeight(), programB.getVideoHeight());
H A DWatchNextProgramTest.java307 assertEquals(programA.getVideoHeight(), programB.getVideoHeight());
/frameworks/av/include/media/
H A Dmediaplayer.h244 status_t getVideoHeight(int *h);
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h244 status_t getVideoHeight(int *h);
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java178 public final int getVideoHeight() { method in class:TvTrackInfo
H A DTvInputManager.java955 record.postVideoSizeChanged(track.getVideoWidth(), track.getVideoHeight());
2069 int videoHeight = track.getVideoHeight();
/frameworks/base/core/java/android/widget/
H A DVideoView.java457 mVideoHeight = mp.getVideoHeight();
491 mVideoHeight = mp.getVideoHeight();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java132 int height = mediaPlayer.getVideoHeight();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java469 int video_height = mMediaPlayer.getVideoHeight();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java424 mOutputVideoHeight = mediaPlayer.getVideoHeight();
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DBaseProgram.java145 public int getVideoHeight() { method in class:BaseProgram
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp501 status_t MediaPlayer::getVideoHeight(int *h) function in class:android::MediaPlayer
503 ALOGV("getVideoHeight");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java292 videoHeight = mMediaPlayer.getVideoHeight();
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp702 if (0 != mp->getVideoHeight(&h)) {
703 ALOGE("getVideoHeight failed");
706 ALOGV("getVideoHeight: %d", h);
1395 {"getVideoHeight", "()I", (void *)android_media_MediaPlayer_getVideoHeight},
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java141 * {@link #getDuration()}, {@link #getVideoHeight()},
361 * <tr><td>getVideoHeight </p></td>
1520 public native int getVideoHeight(); method in class:MediaPlayer

Completed in 243 milliseconds