Home
last modified time | relevance | path

Searched refs:mVideoCaps (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java971 final private VideoCapabilities mVideoCaps; field in VideoEncoderTest.EncoderSize
986 mVideoCaps = caps.getVideoCapabilities(); in EncoderSize()
995 xAlign = mVideoCaps.getWidthAlignment(); in EncoderSize()
996 yAlign = mVideoCaps.getHeightAlignment(); in EncoderSize()
1013 width = alignedPointInRange(i * 0.125, xAlign, mVideoCaps.getSupportedWidths()); in initializeSizes()
1015 mVideoCaps.getSupportedHeightsFor(width)); in initializeSizes()
1022 mVideoCaps.getSupportedHeights()); in initializeSizes()
1024 mVideoCaps.getSupportedWidthsFor(height)); in initializeSizes()
1045 int width = getExtreme(mVideoCaps.getSupportedWidths(), x, dx); in addExtremeSizesFor()
1046 int height = getExtreme(mVideoCaps.getSupportedHeightsFor(width), y, dy); in addExtremeSizesFor()
[all …]