Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2205 Size thumbnailSize, CameraErrorCollector collector) { in setJpegKeys() argument
2214 collector.expectEquals("JPEG thumbnail size request set and get should match", in setJpegKeys()
2216 collector.expectTrue("GPS locations request set and get should match.", in setJpegKeys()
2219 collector.expectEquals("JPEG orientation request set and get should match", in setJpegKeys()
2222 collector.expectEquals("JPEG quality request set and get should match", in setJpegKeys()
2224 collector.expectEquals("JPEG thumbnail quality request set and get should match", in setJpegKeys()
2275 CameraErrorCollector collector, String debugFileNameBase, int format) throws Exception { in verifyJpegKeys() argument
2287 collector.expectTrue("Jpeg shouldn't have thumbnail when thumbnail size is (0, 0)", in verifyJpegKeys()
2290 collector.expectTrue("Jpeg must have thumbnail for thumbnail size " + in verifyJpegKeys()
2310 collector.expectEquals("JPEG thumbnail size result and request should match", in verifyJpegKeys()
[all …]
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGlesStubActivity.java465 private static void collectEglExtensions(GlesStubActivity collector) { in collectEglExtensions() argument
479 collector.addEglExtensions(extensions.split(" ")); in collectEglExtensions()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java169 public StaticMetadata(CameraCharacteristics characteristics, CameraErrorCollector collector) { in StaticMetadata() argument
170 this(characteristics, CheckLevel.COLLECT, collector); in StaticMetadata()
188 CameraErrorCollector collector) { in StaticMetadata() argument
192 if (level == CheckLevel.COLLECT && collector == null) { in StaticMetadata()
198 mCollector = collector; in StaticMetadata()