Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
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()
DCameraTestUtils.java1795 collector.expectEquals("JPEG thumbnail size request set and get should match", in setJpegKeys()
1800 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()
1805 collector.expectEquals("JPEG thumbnail quality request set and get should match", in setJpegKeys()
1886 collector.expectEquals("JPEG thumbnail size result and request should match", in verifyJpegKeys()
1894 collector.expectEquals("JPEG orientation result and request should match", in verifyJpegKeys()
1897 collector.expectEquals("JPEG quality result and request should match", in verifyJpegKeys()
1899 collector.expectEquals("JPEG thumbnail quality result and request should match", in verifyJpegKeys()
2052 collector.expectEquals("Exif orientaiton should match requested orientation", in verifyJpegExifExtraTags()
2065 collector.expectEquals("Exif size should match jpeg capture size", jpegSize, exifSize); in verifyJpegExifExtraTags()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
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()