Searched refs:yAlign (Results 1 – 1 of 1) sorted by relevance
844 final private int yAlign; field in VideoEncoderTest.Encoder860 yAlign = mVideoCaps.getHeightAlignment(); in Encoder()879 j * 0.077, yAlign, mVideoCaps.getSupportedHeightsFor(width)); in initializeSizes()885 … height = alignedPointInRange(i * 0.125, yAlign, mVideoCaps.getSupportedHeights()); in initializeSizes()904 for (int dy = 0; dy <= yAlign; dy += yAlign) { in addExtremeSizesFor()976 final int yAlign = mVideoCaps.getHeightAlignment(); in getLargestSizeForRatio() local983 width * (double)y / x, yAlign, mVideoCaps.getSupportedHeightsFor(width)); in getLargestSizeForRatio()