Searched refs:getSupportedWidthsFor (Results 1 – 9 of 9) sorted by relevance
68 public @NonNull Range<Integer> getSupportedWidthsFor(int height) { in getSupportedWidthsFor() method in SwappedVideoEncoderInfo74 return mVideoEncoderInfo.getSupportedWidthsFor(width); in getSupportedHeightsFor()
97 public @NonNull Range<Integer> getSupportedWidthsFor(int height) { in getSupportedWidthsFor() method in VideoEncoderInfoImpl99 return mVideoCapabilities.getSupportedWidthsFor(height); in getSupportedWidthsFor()
62 @NonNull Range<Integer> getSupportedWidthsFor(int height); in getSupportedWidthsFor() method
187 fun getSupportedWidthsFor() { in getSupportedWidthsFor() method in androidx.camera.video.internal.workaround.VideoEncoderInfoWrapperTest.WrappingMethodTest189 assertThat(videoEncoderInfo.getSupportedWidthsFor(480)) in getSupportedWidthsFor()198 assertThat(videoEncoderInfo.getSupportedWidthsFor(5000)) in getSupportedWidthFor_invalidHeight()202 assertThat(videoEncoderInfo.getSupportedWidthsFor(333)) in getSupportedWidthFor_invalidHeight()
49 override fun getSupportedWidthsFor(height: Int): Range<Int> { in getSupportedWidthsFor() method in androidx.camera.testing.impl.fakes.FakeVideoEncoderInfo
59 assertThat(swappedVideoEncoderInfo.getSupportedWidthsFor(anyLength)).isEqualTo(heights) in swapWidthHeight()
163 public @NonNull Range<Integer> getSupportedWidthsFor(int height) { in getSupportedWidthsFor() method in VideoEncoderInfoWrapper
252 + caps.getSupportedWidthsFor(height)); in dumpVideoCapabilities()
1241 Range<Integer> supportedWidths = videoEncoderInfo.getSupportedWidthsFor(height); in addBySupportedSize()