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