Searched refs:getVideoWidth (Results 1 – 3 of 3) sorted by relevance
96 protected int getVideoWidth() { in getVideoWidth() method in MediaPlayerBridge97 return getLocalPlayer().getVideoWidth(); in getVideoWidth()
165 assertThat(shadowMediaRecorder.getVideoWidth(), not(equalTo(640))); in testVideoSize()168 assertThat(shadowMediaRecorder.getVideoWidth(), equalTo(640)); in testVideoSize()
229 public int getVideoWidth() { in getVideoWidth() method in ShadowMediaRecorder