Home
last modified time | relevance | path

Searched refs:getVideoHeight (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java307 if (mp.getVideoWidth() > 0 && mp.getVideoHeight() > 0) { in onPrepared()
308 aspectRatio = (float) mp.getVideoHeight() / mp.getVideoWidth(); in onPrepared()
310 Log.w(TAG, "Unexpected video size=" + mp.getVideoWidth() + "x" + mp.getVideoHeight()); in onPrepared()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerGetVideoHeightStateUnitTest.java56 player.getVideoHeight(); in invokeMethodUnderTest()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DVideoViewCaptureActivity.java45 mVideoHeight = mp.getVideoHeight(); in onCreate()
/frameworks/av/media/libmedia/include/media/
Dmediaplayer.h247 status_t getVideoHeight(int *h);
/frameworks/base/core/java/android/widget/
DVideoView.java470 mVideoHeight = mp.getVideoHeight();
505 mVideoHeight = mp.getVideoHeight();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java132 int height = mediaPlayer.getVideoHeight(); in onCreate()
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java271 public final int getVideoHeight() { in getVideoHeight() method in TvTrackInfo
DTvInputManager.java1220 record.postVideoSizeChanged(track.getVideoWidth(), track.getVideoHeight()); in TvInputManager()
2694 int videoHeight = track.getVideoHeight();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java469 int video_height = mMediaPlayer.getVideoHeight(); in onSurfaceChanged()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java424 mOutputVideoHeight = mediaPlayer.getVideoHeight(); in getOutputVideoProperty()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java283 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp494 status_t MediaPlayer::getVideoHeight(int *h) in getVideoHeight() function in android::MediaPlayer
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp661 if (0 != mp->getVideoHeight(&h)) { in android_media_MediaPlayer_getVideoHeight()
/frameworks/base/media/java/android/media/
DMediaPlayer.java1730 public native int getVideoHeight(); in getVideoHeight() method in MediaPlayer
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15156 method public int getVideoHeight();
16723 method public final int getVideoHeight();
/frameworks/base/core/api/
Dcurrent.txt22572 method public int getVideoHeight();
26017 method public int getVideoHeight();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt27693 Landroid/media/MediaPlayer2;->getVideoHeight()I
27925 Landroid/media/MediaPlayer2Impl;->getVideoHeight()I