Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureRequestTest.java77 private static final int NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY = 8; field in CaptureRequestTest
160 waitForSettingsApplied(listener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in testBlackLevelLock()
168 waitForSettingsApplied(listener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in testBlackLevelLock()
228 waitForSettingsApplied(listener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in testLensShadingMap()
239 waitForSettingsApplied(listener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in testLensShadingMap()
251 waitForSettingsApplied(listener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in testLensShadingMap()
644 waitForSettingsApplied(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in noiseReductionModeTestByCamera()
675 waitForSettingsApplied(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in focusDistanceTestByCamera()
698 waitForSettingsApplied(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in focusDistanceTestByCamera()
771 waitForSettingsApplied(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in edgeModesTestByCamera()
[all …]
DStillCaptureTest.java535 waitForSettingsApplied(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in takePictureTestByCamera()
578 NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in takePictureTestByCamera()
584 waitForAeStable(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in takePictureTestByCamera()
1023 waitForAeStable(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in aeCompensationTestByCamera()
1057 waitForAeLocked(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in aeCompensationTestByCamera()
1059 waitForSettingsApplied(resultListener, NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY); in aeCompensationTestByCamera()
DBurstCaptureTest.java253 numFramesWaited = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY; in yuvBurstTestByCamera()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java83 protected static final int NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY = 8; field in Camera2SurfaceViewTestCase
414 maxLatency = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY; in captureRequestsSynchronized()