Searched refs:getWidthAlignment (Results 1 – 7 of 7) sorted by relevance
115 int widthAlignment = videoEncoderInfo.getWidthAlignment(); in VideoEncoderInfoWrapper()148 && width % mVideoEncoderInfo.getWidthAlignment() == 0 in isSizeSupported()175 && width % mVideoEncoderInfo.getWidthAlignment() == 0, in getSupportedHeightsFor()178 + mVideoEncoderInfo.getWidthAlignment()); in getSupportedHeightsFor()183 public int getWidthAlignment() { in getWidthAlignment() method in VideoEncoderInfoWrapper184 return mVideoEncoderInfo.getWidthAlignment(); in getWidthAlignment()
78 public int getWidthAlignment() { in getWidthAlignment() method in SwappedVideoEncoderInfo84 return mVideoEncoderInfo.getWidthAlignment(); in getHeightAlignment()
115 public int getWidthAlignment() { in getWidthAlignment() method in VideoEncoderInfoImpl116 return mVideoCapabilities.getWidthAlignment(); in getWidthAlignment()
78 int getWidthAlignment(); in getWidthAlignment() method
57 override fun getWidthAlignment(): Int { in getWidthAlignment() method in androidx.camera.testing.impl.fakes.FakeVideoEncoderInfo
225 + ", getWidthAlignment = " + caps.getWidthAlignment()); in dumpVideoCapabilities()
1131 videoEncoderInfo.getWidthAlignment(), in adjustCropRectToValidSize()1154 int widthAlignment = videoEncoderInfo.getWidthAlignment(); in adjustCropRectToValidSize()