Home
last modified time | relevance | path

Searched refs:yAlign (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java773 final private int yAlign; field in VideoEncoderTest.Encoder
788 yAlign = mCaps.getHeightAlignment(); in Encoder()
807 j * 0.077, yAlign, mCaps.getSupportedHeightsFor(width)); in initializeSizes()
813 height = alignedPointInRange(i * 0.125, yAlign, mCaps.getSupportedHeights()); in initializeSizes()
832 for (int dy = 0; dy <= yAlign; dy += yAlign) { in addExtremeSizesFor()
904 final int yAlign = mCaps.getHeightAlignment(); in getLargestSizeForRatio() local
911 width * (double)y / x, yAlign, mCaps.getSupportedHeightsFor(width)); in getLargestSizeForRatio()