Searched defs:getOutPixelsAllocation (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DPipelineInterface.java28 public Allocation getOutPixelsAllocation(); method in interface:PipelineInterface
H A DCachingPipeline.java479 public synchronized Allocation getOutPixelsAllocation() { method in class:CachingPipeline
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java51 getOutPixelsAllocation().copyTo(bitmap);
64 protected Allocation getOutPixelsAllocation() { method in class:ImageFilterRS
66 return pipeline.getOutPixelsAllocation();

Completed in 113 milliseconds