Searched refs:testHeight (Results 1 – 6 of 6) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMediaCommon.cpp | 136 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local 145 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_HEIGHT, &testHeight); in isFormatSimilar() 147 if (refHeight != testHeight) return false; in isFormatSimilar()
|
D | NativeCodecTestBase.cpp | 706 int32_t testHeight = getHeight(outFormat); in isFormatSimilar() local 708 refHeight == testHeight && in isFormatSimilar()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 3908 int32_t testWidth, testHeight; in nativeImageReaderTestBase() local 3914 if (!staticInfo.getMaxSizeForFormat(format, &testWidth, &testHeight)) { in nativeImageReaderTestBase() 3932 testWidth, testHeight, format, NUM_TEST_IMAGES, in nativeImageReaderTestBase() 4016 format, testWidth, testHeight); in nativeImageReaderTestBase() 4022 staticInfo.getStallDurationFor(format, testWidth, testHeight); in nativeImageReaderTestBase() 4512 int32_t testWidth, testHeight; in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local 4513 if (!staticInfo.getMaxSizeForFormat(AIMAGE_FORMAT_JPEG, &testWidth, &testHeight)) { in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() 4517 testWidth, testHeight, AIMAGE_FORMAT_JPEG, NUM_TEST_IMAGES, in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() 4562 AIMAGE_FORMAT_JPEG, testWidth, testHeight); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() 4568 AIMAGE_FORMAT_JPEG, testWidth, testHeight); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | RectFTest.java | 367 public void testHeight() { in testHeight() method in RectFTest
|
D | RectTest.java | 102 public void testHeight() { in testHeight() method in RectTest
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 1094 public void testHeight() throws Throwable { in testHeight() method in TextViewTest
|