Searched refs:mVideoCaps (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 835 final private VideoCapabilities mVideoCaps; field in VideoEncoderTest.Encoder 850 mVideoCaps = caps.getVideoCapabilities(); in Encoder() 859 xAlign = mVideoCaps.getWidthAlignment(); in Encoder() 860 yAlign = mVideoCaps.getHeightAlignment(); in Encoder() 877 width = alignedPointInRange(i * 0.125, xAlign, mVideoCaps.getSupportedWidths()); in initializeSizes() 879 j * 0.077, yAlign, mVideoCaps.getSupportedHeightsFor(width)); in initializeSizes() 885 … height = alignedPointInRange(i * 0.125, yAlign, mVideoCaps.getSupportedHeights()); in initializeSizes() 886 … width = alignedPointInRange(j * 0.077, xAlign, mVideoCaps.getSupportedWidthsFor(height)); in initializeSizes() 907 int width = getExtreme(mVideoCaps.getSupportedWidths(), x, dx); in addExtremeSizesFor() 908 int height = getExtreme(mVideoCaps.getSupportedHeightsFor(width), y, dy); in addExtremeSizesFor() [all …]
|