History log of /packages/apps/Camera2/src/com/android/camera/util/ConcurrentSharedRingBuffer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
82d592f64966766ac4e4181e08b0d2989d4ed9c3 12-Nov-2014 Shashi Shekhar <shashishekhar@google.com> Hook burst controller to the shutter button long press.

Hooks up the shutter button long press to start the burst.
Introduces a BurstManager to interact with burst.
Provides an implementation of BurstManager that listens to burst and
saves results when burst is complete.

The burst eviction handler is now installed on the ring buffer
on shutter button press and uninstalled on shutter button release.
The ring buffer is cleared before starting and after completion of the
burst.

Also provides a stub implementation of the BurstController that has a
static method which controls if burst is enabled or not.

Bug: 18332704

Change-Id: I1098937bf348af7acbf55da1a5eeb423c30fb901
/packages/apps/Camera2/src/com/android/camera/util/ConcurrentSharedRingBuffer.java
512001df0211fa8999593717a0f186457a5a9cef 14-Aug-2014 Puneet Lall <puneetl@google.com> Initial ZSL implementation

Bug: 16961251
Change-Id: I03c7c1813f99d460495472addc7f733e1bfa6a97
/packages/apps/Camera2/src/com/android/camera/util/ConcurrentSharedRingBuffer.java