Searched refs:numAllowedTransitionStates (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 1698 int numAllowedTransitionStates = NUM_PARTIAL_FRAMES_NPFC; in flashTurnOffTest() local 1700 numAllowedTransitionStates = NUM_PARTIAL_FRAMES_PFC; in flashTurnOffTest() 1706 int numTorchTestSamples = 2 * numAllowedTransitionStates + 1; in flashTurnOffTest() 1745 checkTorchStates(torchStateResults, numAllowedTransitionStates, flashModeOffRequests, in flashTurnOffTest() 1789 private void checkTorchStates(CaptureResult []torchResults, int numAllowedTransitionStates, in checkTorchStates() argument 1809 checkTorchTransitionStates(torchResults, 0, numAllowedTransitionStates, in checkTorchStates() 1812 for (int i = numAllowedTransitionStates + 1; in checkTorchStates() 1813 i < numTorchOffSamples - numAllowedTransitionStates; i++) { in checkTorchStates() 1814 flashState = torchResults[numAllowedTransitionStates].get(CaptureResult.FLASH_STATE); in checkTorchStates() 1823 numTorchOffSamples - numAllowedTransitionStates, numTorchOffSamples - 1, in checkTorchStates() [all …]
|