Searched refs:getOutPixelsAllocation (Results 1 – 7 of 7) sorted by relevance
51 getOutPixelsAllocation().copyTo(bitmap); in update()64 protected Allocation getOutPixelsAllocation() { in getOutPixelsAllocation() method in ImageFilterRS66 return pipeline.getOutPixelsAllocation(); in getOutPixelsAllocation()
105 mScript.forEach_root(getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
127 getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
156 getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
126 mScript.forEach_vignette(getInPixelsAllocation(), getOutPixelsAllocation()); in runFilter()
28 public Allocation getOutPixelsAllocation(); in getOutPixelsAllocation() method
479 public synchronized Allocation getOutPixelsAllocation() { in getOutPixelsAllocation() method in CachingPipeline