Searched defs:burst (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstReadyStateChangeListener.java17 package com.android.camera.burst;
H A DOrientationLockController.java17 package com.android.camera.burst;
H A DBurstArtifact.java15 package com.android.camera.burst;
20 * Represents an artifact generated by burst.
H A DBurstResult.java15 package com.android.camera.burst;
21 * The result of a captured burst.
H A DBurstTaker.java17 package com.android.camera.burst;
19 import com.android.camera.burst.EvictionHandler;
29 * Start the burst.
38 * Stop the burst.
H A DBurstMediaItem.java15 package com.android.camera.burst;
20 * Represents a media item generated by a burst.
H A DBurstResultsListener.java15 package com.android.camera.burst;
20 * A listener to the various events generated during a burst.
24 * Called when burst starts.
29 * Called when burst completes.
31 * @param burstResult the result of the captured burst.
36 * Called when there is an unrecoverable error during capturing a burst.
38 * The burst failed with an unrecoverable error and did not produce any
H A DEvictionHandler.java17 package com.android.camera.burst;
24 * For a burst the Camera maintains an internal image buffer. This image buffer
H A DSurfaceTextureContainer.java17 package com.android.camera.burst;
H A DBurstController.java15 package com.android.camera.burst;
26 * Controls the interactions with burst.
28 * A burst consists of a series of images. Burst module controls the internal
29 * camera buffer and keeps images that best represent a burst at any given point
30 * in time. The burst module makes decisions on which frames to keep by
32 * images in the camera internal buffer. At the end of the burst, the burst
36 * Camera initializes the burst module by calling {@link #startBurst(SurfaceTexture,
41 * Once burst finishes, camera calls the {@link #processBurstResults(List)} to
42 * let the burst modul
[all...]
H A DBurstFacade.java17 package com.android.camera.burst;
27 * Facade for the entire burst acquisition pipeline. Provides a simplified
40 * Starts the burst.
54 * Stops the burst.
56 * @return Whether a burst was actually stopped. Returns false if no burst
63 * streaming low-res preview frames for the burst.
70 * Release any resources used by the burst.
78 * Returns the input surface for preview stream used by burst module.
H A DRingBuffer.java17 package com.android.camera.burst;
28 * A RingBuffer that is used during burst capture. It takes a
H A DBurstCaptureCommand.java17 package com.android.camera.burst;
53 * Template to use for the burst capture.
71 * Initializes a new burst capture command.
74 * @param builder factory to use for creating the {@link Request} for burst
79 * frames to burst
80 * @param lifetime the lifetime of the burst, the burst stops capturing
84 * @param burstController the burst controller
86 * once burst capture is complete
113 // Create a ring buffer and with the passed burst evictio
[all...]
H A DBurstFacadeFactory.java17 package com.android.camera.burst;
28 * Factory for creating burst manager objects.
36 * An empty burst manager that is instantiated when burst is not supported.
39 * burst is not enabled.
72 * to the burst controller.
73 * @param orientationController for locking orientation when burst is running.
H A DBurstResultsSaver.java17 package com.android.camera.burst;
35 * The format string of burst media item file name (without extension).
69 final String prefix = "Finished burst. Creating ";
80 * Saves the burst result and on completion re-enables the shutter button.
82 * @param burstResult the result of the burst.
86 Log.i(TAG, "Saving results of of the burst.");
159 0, // Artifacts returned from burst have upright orientation.
H A DBurstTakerImpl.java17 package com.android.camera.burst;
44 * The lifetime of the burst, the burst stops capturing images once the
51 * Creates an instance for burst taker.
57 * @param builder factory to use for creating the {@link Request} for burst
61 * frames to burst
63 * once burst capture is complete
H A DToastingBurstFacadeDecorator.java17 package com.android.camera.burst;
30 * burst starts or stops.
36 /** Shows burst-related toasts to the user. */
54 "Keep capture button pressed for duration of burst.";
62 * Initialize the toasting burst facade decorator.
65 * @param toaster the toaster to use to show toasts about the burst status.
85 // Only show the toast if a burst was actually stopped.
H A DBurstFacadeImpl.java15 package com.android.camera.burst;
23 import com.android.camera.burst.BurstController.ImageStreamProperties;
34 * Helper to manage burst, listen to burst results and saves media items.
37 * of the burst and when artifacts are saved. TODO: Move functionality of saving
38 * burst items to a {@link com.android.camera.processing.ProcessingTask} and
44 * The state of the burst module.
64 /** A stack saver for the outstanding burst request. */
68 * Listener for burst controller. Saves the results and interacts with the
79 Log.e(TAG, "Exception while running the burst"
[all...]
/packages/apps/Camera2/src_pd/com/android/camera/burst/
H A DBurstControllerImpl.java15 package com.android.camera.burst;
21 import com.android.camera.burst.BurstResultsListener;
22 import com.android.camera.burst.EvictionHandler;
23 import com.android.camera.burst.BurstController.ImageStreamProperties;
31 * Stub implementation for burst controller.
37 * Returns true if burst mode is supported by camera.
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DConvergedImageCaptureCommand.java51 * Captures a burst after waiting for AF and AE convergence.
91 * @param burst Creates request builders to use for each image captured from
98 List<RequestBuilder.Factory> burst, boolean waitForAEConvergence,
105 mBurst = burst;
95 ConvergedImageCaptureCommand(ManagedImageReader imageReader, FrameServer frameServer, RequestBuilder.Factory repeatingRequestBuilder, int repeatingRequestTemplate, int stillCaptureRequestTemplate, List<RequestBuilder.Factory> burst, boolean waitForAEConvergence, boolean waitForAFConvergence) argument

Completed in 117 milliseconds