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.java871 final private int yAlign; field in VideoEncoderTest.Encoder
887 yAlign = mVideoCaps.getHeightAlignment(); in Encoder()
906 j * 0.077, yAlign, mVideoCaps.getSupportedHeightsFor(width)); in initializeSizes()
912 … height = alignedPointInRange(i * 0.125, yAlign, mVideoCaps.getSupportedHeights()); in initializeSizes()
931 for (int dy = 0; dy <= yAlign; dy += yAlign) { in addExtremeSizesFor()
1003 final int yAlign = mVideoCaps.getHeightAlignment(); in getLargestSizeForRatio() local
1010 width * (double)y / x, yAlign, mVideoCaps.getSupportedHeightsFor(width)); in getLargestSizeForRatio()