Searched refs:testHeight (Results 1 – 6 of 6) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 574 int32_t testHeight = getHeight(outFormat); in isFormatSimilar() local 576 refHeight == testHeight && (strncmp(testMime, "video/", strlen("video/")) == 0); in isFormatSimilar()
|
D | NativeExtractorTest.cpp | 70 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local 75 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_HEIGHT, &testHeight); in isFormatSimilar() 77 refWidth == testWidth && refHeight == testHeight; in isFormatSimilar()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 3183 int32_t testWidth, testHeight; in nativeImageReaderTestBase() local 3187 testHeight = TEST_HEIGHT; in nativeImageReaderTestBase() 3192 if (!staticInfo.getMaxSizeForFormat(format, &testWidth, &testHeight)) { in nativeImageReaderTestBase() 3210 testWidth, testHeight, format, NUM_TEST_IMAGES, in nativeImageReaderTestBase() 3294 format, testWidth, testHeight); in nativeImageReaderTestBase() 3300 staticInfo.getStallDurationFor(format, testWidth, testHeight); in nativeImageReaderTestBase()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | RectTest.java | 101 public void testHeight() { in testHeight() method in RectTest
|
D | RectFTest.java | 367 public void testHeight() { in testHeight() method in RectFTest
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 914 public void testHeight() throws Throwable { in testHeight() method in TextViewTest
|