Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java434 int maxLatency = mStaticInfo.getSyncMaxLatency(); in captureRequestsSynchronized() local
435 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) { in captureRequestsSynchronized()
436 maxLatency = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY; in captureRequestsSynchronized()
439 assertTrue("maxLatency is non-negative", maxLatency >= 0); in captureRequestsSynchronized()
441 int numCaptures = maxLatency + count; in captureRequestsSynchronized()
482 int maxLatency = mStaticInfo.getSyncMaxLatency(); in waitForSettingsApplied() local
483 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) { in waitForSettingsApplied()
484 maxLatency = numResultWaitForUnknownLatency; in waitForSettingsApplied()
487 waitForNumResults(resultListener, maxLatency); in waitForSettingsApplied()
/cts/tests/tests/nativemedia/aaudio/src/
Dtest_aaudio_callback.cpp78 int32_t maxLatency; member
89 maxLatency = 0; in reset()
105 maxLatency = std::max(maxLatency, latency); in updateLatency()
303 EXPECT_LE(mCbData->maxLatency, 300); // Absurdly high, should be < 30 in TEST_P()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2200 int maxLatency = mStaticInfo.getSyncMaxLatency();
2201 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) {
2204 CAPTURE_SUBMIT_REPEAT = maxLatency + 1;