History log of /packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1fc61197e36b25c593e8b0e95a10a9167d7d621e 21-Jun-2014 Sascha Häberling <haeberling@google.com> Revert "Memory window analysis in Camera2. Bug: 13280671"

This seems to introduce jank in the app.

This reverts commit b4f3483bfb5c2edcaefd0b44e84bb080e46502c8.

Change-Id: Iad87e32a411eae1e2fdf09d6829c0e006a8eb5f8
/packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java
b4f3483bfb5c2edcaefd0b44e84bb080e46502c8 17-Apr-2014 Kevin Gabayan <gabayan@google.com> Memory window analysis in Camera2.
Bug: 13280671

Change-Id: I22249e6aeb76dca2fe79e49d3bd75c089fa7936f
/packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java
0aeb0c82704401a050ad3b892ed1c9efa457013d 08-Apr-2014 Kevin Gabayan <gabayan@google.com> Query memory consumption at end of onCreate.
Bug: 13280671

Change-Id: Iedc4c8907a6e726a1835494bd6fad93e6ee8a666
/packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java
77d24065a133adfb4f94db367aafea176aa56270 20-Dec-2013 Sascha Haeberling <haeberling@google.com> Change naming to reflect that it's 'allowed' memory.

... and not current usage.

Change-Id: Ifcbdf95c33112d74cb6a21f66a079ad0d6e7ebd5
/packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java
10809bdc41ec2203e5f4f4aa3d1016c0e94b97df 20-Dec-2013 Sascha Haeberling <haeberling@google.com> Implement the method to determine our max native memory usage.

Bug: 12246801

Change-Id: I5af99bd802be090df9e4c7f909de8e2ca3600f40
/packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java
a63dbb6231f06031204fe20b19a87d0440bd1661 22-Nov-2013 Sascha Haeberling <haeberling@google.com> Add a capture-session API to be used by all modules.

Bug: 11747284

This refactors the way we think of sessions. Instead of
having multiple session and notification APIs being used
by different modules, we create on central capture session
API to be used by all modules.

This also adds a first implementation of a Memory API which
tells modules about the current memory situation.

Change-Id: I7f030e32fc2f70f4007825ba7bbbdce9521a2bd9
/packages/apps/Camera2/src/com/android/camera/app/MemoryManager.java