Searched refs:NO_FRAMES_CAPTURED (Results 1 – 7 of 7) sorted by relevance
51 long lastRegularFrameNumber = CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED; in RequestLastFrameNumbersHolder()52 long lastReprocessFrameNumber = CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED; in RequestLastFrameNumbersHolder()53 long lastZslStillFrameNumber = CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED; in RequestLastFrameNumbersHolder()69 CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED) { in RequestLastFrameNumbersHolder()73 CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED) { in RequestLastFrameNumbersHolder()77 CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED) { in RequestLastFrameNumbersHolder()81 if (lastReprocessFrameNumber != CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED in RequestLastFrameNumbersHolder()83 CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED in RequestLastFrameNumbersHolder()85 CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED) { in RequestLastFrameNumbersHolder()106 long lastRegularFrameNumber = CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED; in RequestLastFrameNumbersHolder()[all …]
55 mCompletedFrameNumber[i] = CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED; in FrameNumberTracker()
1080 if (lastFrameNumber == CameraCaptureSession.CaptureCallback.NO_FRAMES_CAPTURED) { in checkEarlyTriggerSequenceCompleteLocked()
338 static const int64_t NO_FRAMES_CAPTURED = -1; variable348 int64_t mCompletedFrameNumber = NO_FRAMES_CAPTURED;
353 static const int64_t NO_FRAMES_CAPTURED = -1; variable363 int64_t mCompletedFrameNumber = NO_FRAMES_CAPTURED;
1308 if (lastFrameNumber == NO_FRAMES_CAPTURED) { in checkRepeatingSequenceCompleteLocked()
1136 public static final int NO_FRAMES_CAPTURED = -1; field in CameraCaptureSession.CaptureCallback