Searched refs:timestampSource (Results 1 – 4 of 4) sorted by relevance
111 Integer timestampSource = mStaticInfo.getCharacteristics().get( in testReadoutTimestamp() local174 timestampSource == CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN) || in testReadoutTimestamp()176 timestampSource == CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME)) { in testReadoutTimestamp()
1310 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
2997 Integer timestampSource = c.get(CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE); in testLogicalCameraCharacteristics() local3025 "timestamp source", timestampSource, timestampSourcePhysical); in testLogicalCameraCharacteristics()3562 Integer timestampSource = c.get(CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE);3568 timestampSourceReq.setRearCameraTimestampSource(timestampSource);3628 timestampSourceReq.setFrontCameraTimestampSource(timestampSource);
285 public void setRearCameraTimestampSource(Integer timestampSource) { in setRearCameraTimestampSource() argument287 timestampSource); in setRearCameraTimestampSource()290 public void setFrontCameraTimestampSource(Integer timestampSource) { in setFrontCameraTimestampSource() argument292 timestampSource); in setFrontCameraTimestampSource()