Home
last modified time | relevance | path

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

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerGetVideoWidthStateUnitTest.java56 player.getVideoWidth(); in invokeMethodUnderTest()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
DLocalPlayer.java297 protected int getVideoWidth() { return mVideoWidth; } in getVideoWidth() method in LocalPlayer
365 int width = mMediaPlayer.getVideoWidth(); in updateVideoRect()
489 int width = getVideoWidth(); in updateSize()
628 int width = getVideoWidth(); in updateSize()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DVideoViewCaptureActivity.java44 mVideoWidth = mp.getVideoWidth(); in onCreate()
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
DPreviewChannelHelperTest.java131 assertEquals(programA.getVideoWidth(), programB.getVideoWidth()); in compareProgram()
226 assertEquals(programA.getVideoWidth(), programB.getVideoWidth()); in compareProgram()
DProgramTest.java239 assertEquals(programA.getVideoWidth(), programB.getVideoWidth()); in compareProgram()
DWatchNextProgramTest.java313 assertEquals(programA.getVideoWidth(), programB.getVideoWidth()); in compareProgram()
DPreviewProgramTest.java334 assertEquals(programA.getVideoWidth(), programB.getVideoWidth()); in compareProgram()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
DVideoTextureView.java143 int videoWidth = (mMediaPlayer == null) ? 0 : mMediaPlayer.getVideoWidth(); in onMeasure()
DVideoSurfaceView.java140 int videoWidth = (mMediaPlayer == null) ? 0 : mMediaPlayer.getVideoWidth(); in onMeasure()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
DVideoSurfaceViewWithMp1.java139 int videoWidth = (mMediaPlayer == null) ? 0 : mMediaPlayer.getVideoWidth(); in onMeasure()
DVideoTextureViewWithMp1.java143 int videoWidth = (mMediaPlayer == null) ? 0 : mMediaPlayer.getVideoWidth(); in onMeasure()
DVideoView2ImplBaseWithMp1.java1209 mVideoWidth = mp.getVideoWidth();
1242 int videoWidth = mp.getVideoWidth();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java144 (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in createMediaPlayer()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DVideoSurfaceView.java151 int videoWidth = (mMediaPlayer == null) ? 0 : mMediaPlayer.getVideoWidth(); in onMeasure()
DVideoTextureView.java162 int videoWidth = (mMediaPlayer == null) ? 0 : mMediaPlayer.getVideoWidth(); in onMeasure()
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
Dmediaplayer2.h78 status_t getVideoWidth(int *w);
/frameworks/av/include/media/
Dmediaplayer.h237 status_t getVideoWidth(int *w);
/frameworks/av/media/libmedia/include/media/
Dmediaplayer.h237 status_t getVideoWidth(int *w);
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java165 public final int getVideoWidth() { in getVideoWidth() method in TvTrackInfo
/frameworks/base/core/java/android/widget/
DVideoView.java456 mVideoWidth = mp.getVideoWidth();
490 mVideoWidth = mp.getVideoWidth();
/frameworks/support/media/src/main/java/androidx/media/
DMediaPlayer2Impl.java714 public int getVideoWidth() { in getVideoWidth() method in MediaPlayer2Impl
715 return mPlayer.getVideoWidth(); in getVideoWidth()
2243 synchronized int getVideoWidth() { in getVideoWidth() method in MediaPlayer2Impl.MediaPlayerSourceQueue
2244 return getCurrentPlayer().getVideoWidth(); in getVideoWidth()
DMediaPlayer2.java524 public abstract int getVideoWidth(); in getVideoWidth() method in MediaPlayer2
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java131 int width = mediaPlayer.getVideoWidth(); in onCreate()
/frameworks/base/media/java/android/media/
DMediaPlayer2.java1018 public abstract int getVideoWidth(); in getVideoWidth() method in MediaPlayer2
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java468 int video_width = mMediaPlayer.getVideoWidth(); in onSurfaceChanged()

12