OSDN Git Service

Pipeline refactoring
authornicolasroard <nicolasroard@google.com>
Tue, 2 Jul 2013 18:00:01 +0000 (11:00 -0700)
committernicolasroard <nicolasroard@google.com>
Tue, 2 Jul 2013 19:42:21 +0000 (12:42 -0700)
commit7f7755f76210a500e6ce63bfa880f23303556294
tree67b3e0f6f031c8548c15557eb769de91094ff2c1
parentcf68d2f5d9f886995797a3fc8e844a0602227224
Pipeline refactoring

Remove the temp representations and instead use a triple
buffer for ImagePresets.

Change-Id: I4cdcfbe4941af72b38fe42385085ff4a20eb78cc
src/com/android/gallery3d/filtershow/cache/CachingPipeline.java
src/com/android/gallery3d/filtershow/cache/FilteringPipeline.java
src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src/com/android/gallery3d/filtershow/pipeline/Buffer.java
src/com/android/gallery3d/filtershow/pipeline/SharedBuffer.java
src/com/android/gallery3d/filtershow/pipeline/SharedPreset.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/presets/ImagePreset.java