HomeSort by relevance Sort by last modified time
    Searched refs:maxSyncLatency (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
BurstCaptureTest.java 83 final int maxSyncLatency = mStaticInfo.getCharacteristics().get(
86 assertTrue("Cam " + cameraId + ": maxSyncLatency is UNKNOWN;" +
88 maxSyncLatency >= 0);
225 if (maxSyncLatency == CameraCharacteristics.SYNC_MAX_LATENCY_PER_FRAME_CONTROL) {
237 int requestsNeededToSync = maxSyncLatency - pipelineDepth;
238 for (int i = 0; i < maxSyncLatency; i++) {
ExtendedCameraCharacteristicsTest.java 404 int maxSyncLatency = maxSyncLatencyValue;
407 (maxSyncLatency <= MAX_LATENCY_BOUND) && (maxSyncLatency >= 0);
428 mIds[counter], maxSyncLatency, MAX_LATENCY_BOUND),
    [all...]

Completed in 58 milliseconds