Searched refs:getVideoWidth (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()
164 assertThat(shadowMediaRecorder.getVideoWidth()).isNotEqualTo(640); in testVideoSize()167 assertThat(shadowMediaRecorder.getVideoWidth()).isEqualTo(640); in testVideoSize()
232 public int getVideoWidth() { in getVideoWidth() method in ShadowMediaRecorder
1081 protected int getVideoWidth() {