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

  /external/libchrome/base/timer/
timer.h 69 // This class wraps MessageLoop::PostDelayedTask to manage delayed and repeating
75 // Construct a timer in repeating or one-shot mode. Start or SetTaskInfo must
204 // Repeating timers automatically post the task again before calling the task
232 enum RepeatMode { ONE_SHOT, REPEATING };
234 : Timer(mode == REPEATING, mode == REPEATING, tick_clock) {}
259 // A simple, repeating timer. See usage notes at the top of the file.
264 : BaseTimerMethodPointer(REPEATING, tick_clock) {}
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 64 REPEATING, NON_REPEATING
TagDispatchCaptureSession.java 125 * @param requestType Whether the request should be sent as a repeating
151 if (requestType == FrameServer.RequestType.REPEATING) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
PreviewCommand.java 29 * Sends repeating preview requests to a {@link FrameServer}.
54 FrameServer.RequestType.REPEATING);
ZslPreviewCommand.java 81 // before requesting the repeating preview and ZSL requests. We do it only for
94 // Build the zsl + preview repeating request.
99 // Submit the normal repeating request.
100 session.submitRequest(zslAndPreviewRepeating, RequestType.REPEATING);
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
FullAFScanCommand.java 74 // Start a repeating sequence of idle requests
77 FrameServer.RequestType.REPEATING);
91 // Start a repeating sequence of idle requests
94 FrameServer.RequestType.REPEATING);
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ConvergedImageCaptureCommand.java 87 * repeating requests sent during the scanning phase and after
89 * @param repeatingRequestTemplate The template type to use for repeating
129 // Always reset the repeating stream to ensure AF/AE are not
154 FrameServer.RequestType.REPEATING);
177 FrameServer.RequestType.REPEATING);
234 FrameServer.RequestType.REPEATING);
252 // request from the current repeating request, which has AE lock off)
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 114 bufferFormatTestByCamera(ImageFormat.YUV_420_888, /*repeating*/true);
126 bufferFormatTestByCamera(ImageFormat.DEPTH16, /*repeating*/true);
138 bufferFormatTestByCamera(ImageFormat.DEPTH_POINT_CLOUD, /*repeating*/true);
150 bufferFormatTestByCamera(ImageFormat.JPEG, /*repeating*/false);
163 bufferFormatTestByCamera(ImageFormat.RAW_SENSOR, /*repeating*/false);
176 bufferFormatTestByCamera(ImageFormat.RAW_PRIVATE, /*repeating*/false);
187 Log.v(TAG, "Testing repeating jpeg capture for Camera " + id);
189 bufferFormatTestByCamera(ImageFormat.JPEG, /*repeating*/true);
199 Log.v(TAG, "Testing repeating raw capture for camera " + id);
202 bufferFormatTestByCamera(ImageFormat.RAW_SENSOR, /*repeating*/true)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 151 FrameServer.RequestType.REPEATING);

Completed in 347 milliseconds