Home
last modified time | relevance | path

Searched refs:timestampSource (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DReadoutTimestampTest.java111 Integer timestampSource = mStaticInfo.getCharacteristics().get( in testReadoutTimestamp() local
174 timestampSource == CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN) || in testReadoutTimestamp()
176 timestampSource == CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME)) { in testReadoutTimestamp()
DPerformanceTest.java1310 Integer timestampSource = ch.get(CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE);
1311 assertNotNull("Timestamp source must not be null", timestampSource);
1314 if (timestampSource == CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME
DExtendedCameraCharacteristicsTest.java2997 Integer timestampSource = c.get(CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE); in testLogicalCameraCharacteristics() local
3025 "timestamp source", timestampSource, timestampSourcePhysical); in testLogicalCameraCharacteristics()
3562 Integer timestampSource = c.get(CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE);
3568 timestampSourceReq.setRearCameraTimestampSource(timestampSource);
3628 timestampSourceReq.setFrontCameraTimestampSource(timestampSource);
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DCameraRequirement.java285 public void setRearCameraTimestampSource(Integer timestampSource) { in setRearCameraTimestampSource() argument
287 timestampSource); in setRearCameraTimestampSource()
290 public void setFrontCameraTimestampSource(Integer timestampSource) { in setFrontCameraTimestampSource() argument
292 timestampSource); in setFrontCameraTimestampSource()