Searched refs:getVideoHeight (Results 1 – 4 of 4) sorted by relevance
387 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()
165 assertThat(shadowMediaRecorder.getVideoHeight()).isNotEqualTo(480); in testVideoSize()168 assertThat(shadowMediaRecorder.getVideoHeight()).isEqualTo(480); in testVideoSize()
236 public int getVideoHeight() { in getVideoHeight() method in ShadowMediaRecorder
1075 protected int getVideoHeight() {