Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecInfoTest.java349 int heightAlignment = vCaps.getHeightAlignment(); in testAlignmentSupport() local
356 assertTrue(mCodecName + ", height alignment = " + heightAlignment in testAlignmentSupport()
357 + " should be <= 2 ", heightAlignment <= 2); in testAlignmentSupport()
363 assertEquals(mCodecName + ", height alignment = " + heightAlignment in testAlignmentSupport()
364 + " should be equal to 1 ", 1, heightAlignment); in testAlignmentSupport()