Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIllustrationVideoView.java387 if (mp.getVideoWidth() > 0 && mp.getVideoHeight() > 0) { in onPrepared()
388 aspectRatio = (float) mp.getVideoHeight() / mp.getVideoWidth(); in onPrepared()
390 Log.w(TAG, "Unexpected video size=" + mp.getVideoWidth() + "x" + mp.getVideoHeight()); in onPrepared()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaRecorderTest.java164 assertThat(shadowMediaRecorder.getVideoWidth()).isNotEqualTo(640); in testVideoSize()
167 assertThat(shadowMediaRecorder.getVideoWidth()).isEqualTo(640); in testVideoSize()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaRecorder.java232 public int getVideoWidth() { in getVideoWidth() method in ShadowMediaRecorder
DShadowMediaPlayer.java1081 protected int getVideoWidth() {