Searched refs:xAlign (Results 1 – 1 of 1) sorted by relevance
979 final private int xAlign; field in VideoEncoderTest.EncoderSize995 xAlign = mVideoCaps.getWidthAlignment(); in EncoderSize()1013 width = alignedPointInRange(i * 0.125, xAlign, mVideoCaps.getSupportedWidths()); in initializeSizes()1023 width = alignedPointInRange(j * 0.077, xAlign, in initializeSizes()1041 for (int dx = 0; dx <= xAlign; dx += xAlign) { in addExtremeSizesFor()1113 final int xAlign = mVideoCaps.getWidthAlignment(); in getLargestSizeForRatio() local1119 xAlign, widthRange); in getLargestSizeForRatio()