Home
last modified time | relevance | path

Searched refs:getVideoWidth (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/
DMediaPlayerGetVideoWidthStateUnitTest.java56 player.getVideoWidth(); in invokeMethodUnderTest()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DVideoViewCaptureActivity.java44 mVideoWidth = mp.getVideoWidth(); in onCreate()
/frameworks/av/media/libmedia/include/media/
Dmediaplayer.h246 status_t getVideoWidth(int *w);
/frameworks/base/core/java/android/widget/
DVideoView.java469 mVideoWidth = mp.getVideoWidth();
504 mVideoWidth = mp.getVideoWidth();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java131 int width = mediaPlayer.getVideoWidth(); in onCreate()
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java258 public final int getVideoWidth() { in getVideoWidth() method in TvTrackInfo
DTvInputManager.java1089 record.postVideoSizeChanged(track.getVideoWidth(), track.getVideoHeight()); in TvInputManager()
2368 int videoWidth = track.getVideoWidth();
/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.java328 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp485 status_t MediaPlayer::getVideoWidth(int *w) in getVideoWidth() function in android::MediaPlayer
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp644 if (0 != mp->getVideoWidth(&w)) { in android_media_MediaPlayer_getVideoWidth()
/frameworks/base/media/java/android/media/
DMediaPlayer.java1723 public native int getVideoWidth(); in getVideoWidth() method in MediaPlayer
/frameworks/base/core/api/
Dcurrent.txt22829 method public int getVideoWidth();
25980 method public int getVideoWidth();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15157 method public int getVideoWidth();
16724 method public final int getVideoWidth();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt30572 Landroid/media/MediaPlayer2;->getVideoWidth()I
30804 Landroid/media/MediaPlayer2Impl;->getVideoWidth()I