Searched refs:yAlign (Results 1 – 1 of 1) sorted by relevance
980 final private int yAlign; field in VideoEncoderTest.EncoderSize996 yAlign = mVideoCaps.getHeightAlignment(); in EncoderSize()1014 height = alignedPointInRange(j * 0.077, yAlign, in initializeSizes()1021 height = alignedPointInRange(i * 0.125, yAlign, in initializeSizes()1042 for (int dy = 0; dy <= yAlign; dy += yAlign) { in addExtremeSizesFor()1114 final int yAlign = mVideoCaps.getHeightAlignment(); in getLargestSizeForRatio() local1121 width * (double)y / x, yAlign, mVideoCaps.getSupportedHeightsFor(width)); in getLargestSizeForRatio()