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.h238 status_t getVideoHeight(int *h);
/frameworks/base/core/java/android/widget/
DVideoView.java470 mVideoHeight = mp.getVideoHeight();
505 mVideoHeight = mp.getVideoHeight();
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java271 public final int getVideoHeight() { in getVideoHeight() method in TvTrackInfo
DTvInputManager.java1069 record.postVideoSizeChanged(track.getVideoWidth(), track.getVideoHeight()); in TvInputManager()
2321 int videoHeight = track.getVideoHeight();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java132 int height = mediaPlayer.getVideoHeight(); in onCreate()
/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.java292 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp476 status_t MediaPlayer::getVideoHeight(int *h) in getVideoHeight() function in android::MediaPlayer
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp660 if (0 != mp->getVideoHeight(&h)) { in android_media_MediaPlayer_getVideoHeight()
/frameworks/base/media/java/android/media/
DMediaPlayer.java1639 public native int getVideoHeight(); in getVideoHeight() method in MediaPlayer
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15156 method public int getVideoHeight();
16723 method public final int getVideoHeight();
/frameworks/base/api/
Dcurrent.txt26510 method public int getVideoHeight();
29467 method public int getVideoHeight();