History log of /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/util/TicketImageProxy.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1738db31add0aea5a6a6f2c137ca6fc476a10237 30-Jan-2015 Puneet Lall <puneetl@google.com> Fix bug in counting open images

Bug: 19156045

AndroidImageReaderProxy previously would return an instance of itself
via onImageAvailable. This caused a problem because it bypassed the
LoggingImageReaderProxy and CloseWhenDoneImageReaderProxy decorators.

This change also includes additional minor fixes for potential issues,
specifically, it also synchronizes access to each android.media.Image
and ImageReader because they are not thread-safe.

Change-Id: I0d76c07ae37b09cdec40f7d7789b49f7397fb414
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/util/TicketImageProxy.java
48fbf15e2c8806fc518f4c881ab17b1b548887d9 19-Dec-2014 Puneet Lall <puneetl@google.com> Fix bug in which double close() increased ticket count

Change-Id: Ic534cb436755cbb3fada8769e0f7f81e6167eb5f
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/util/TicketImageProxy.java
12f608f3d2089439a108788a1908941eea4277b9 11-Dec-2014 Puneet Lall <puneetl@google.com> Added zero-shutter-lag capture implementation over the FrameServer

Change-Id: Ia01244dba7013c5f81152dd90adc8d87e7004dd2
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/util/TicketImageProxy.java