Home
last modified time | relevance | path

Searched refs:mOutPixelsAllocation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java60 protected volatile Allocation mOutPixelsAllocation; field in CachingPipeline
133 if (mOutPixelsAllocation != null) { in destroyPixelAllocations()
134 mOutPixelsAllocation.destroy(); in destroyPixelAllocations()
135 mOutPixelsAllocation = null; in destroyPixelAllocations()
447 if (mOutPixelsAllocation == null || mInPixelsAllocation == null || in prepareRenderscriptAllocations()
454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer, in prepareRenderscriptAllocations()
457 mOutPixelsAllocation.getType()); in prepareRenderscriptAllocations()
480 return mOutPixelsAllocation; in getOutPixelsAllocation()