Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java147 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals() method in CameraErrorCollector
189 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals() method in CameraErrorCollector
293 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals() method in CameraErrorCollector
316 public <T> boolean expectEquals(String msg, double expected, double actual, double tolerance) { in expectEquals() method in CameraErrorCollector
458 if (!expectEquals(differentSizesMsg, expected.length, actual.length)) return false; in expectMeteringRegionsAreSimilar()
469 if (!expectEquals(differentWeightsMsg, in expectMeteringRegionsAreSimilar()
1060 expectEquals(msg + "Image format is wrong.", image.getFormat(), format); in expectImageProperties()
1061 expectEquals(msg + "Image width is wrong.", image.getWidth(), size.getWidth()); in expectImageProperties()
1062 expectEquals(msg + "Image height is wrong.", image.getHeight(), size.getHeight()); in expectImageProperties()
1063 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()
H A DCameraTestUtils.java1800 collector.expectEquals("JPEG orientation request set and get should match", in setJpegKeys()
1803 collector.expectEquals("JPEG quality request set and get should match", in setJpegKeys()
1894 collector.expectEquals("JPEG orientation result and request should match", in verifyJpegKeys()
1897 collector.expectEquals("JPEG quality result and request should match", in verifyJpegKeys()
2089 collector.expectEquals("Focal length should match", in verifyJpegExifExtraTags()
2093 collector.expectEquals("Exif focal length should match capture result", in verifyJpegExifExtraTags()
2107 collector.expectEquals("Exif exposure time doesn't match", expected, in verifyJpegExifExtraTags()
2120 collector.expectEquals("Aperture value should match", in verifyJpegExifExtraTags()
2149 collector.expectEquals("Exif TAG_MODEL is incorrect", Build.MODEL, model); in verifyJpegExifExtraTags()
2156 collector.expectEquals("Exif TAG_ISO is incorrect", expectedIso, iso); in verifyJpegExifExtraTags()
[all …]
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java282 mCollector.expectEquals("AWB mode in result and request should be same", in takePictureTestByCamera()
288 mCollector.expectEquals("AWB regions in result and request should be same", in takePictureTestByCamera()
326 mCollector.expectEquals("AE mode in result and request should be same", in takePictureTestByCamera()
348 mCollector.expectEquals("AF mode in result and request should be same", in takePictureTestByCamera()
487 mCollector.expectEquals("NeutralColorPoint length", empty.length, in verifyRawCaptureResult()
500 mCollector.expectEquals("NoiseProfile length", noiseProfile.length, in verifyRawCaptureResult()