Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java59 protected volatile Allocation mInPixelsAllocation; field in CachingPipeline
129 if (mInPixelsAllocation != null) { in destroyPixelAllocations()
130 mInPixelsAllocation.destroy(); in destroyPixelAllocations()
131 mInPixelsAllocation = null; in destroyPixelAllocations()
447 if (mOutPixelsAllocation == null || mInPixelsAllocation == null || in prepareRenderscriptAllocations()
456 mInPixelsAllocation = Allocation.createTyped(RS, in prepareRenderscriptAllocations()
461 mInPixelsAllocation.copyFrom(bitmap); in prepareRenderscriptAllocations()
476 return mInPixelsAllocation; in getInPixelsAllocation()