Searched refs:mAllocation (Results 1 – 3 of 3) sorted by relevance
40 private final Allocation mAllocation; field in BlockingInputAllocation77 return mAllocation; in getAllocation()96 mAllocation.ioReceive(); in waitForBufferAndReceive()119 mAllocation.ioReceive(); in waitForBufferAndReceive()139 mAllocation.ioReceive(); in receiveLatestAvailableBuffers()160 mAllocation.setOnBufferAvailableListener(/*callback*/null); in close()180 mAllocation = allocation; in BlockingInputAllocation()183 mAllocation.setOnBufferAvailableListener(mListener); in BlockingInputAllocation()
100 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractSharpImage() local101 scriptC.forEach_PackSharpImage(mAllocation); in extractSharpImage()103 mAllocation.copyTo(mBitmap); in extractSharpImage()104 mAllocation.destroy(); in extractSharpImage()106 mAllocation.destroy(); in extractSharpImage()115 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractFuzzyImage() local116 scriptC.forEach_PackFuzzyImage(mAllocation); in extractFuzzyImage()118 mAllocation.copyTo(mBitmap); in extractFuzzyImage()119 mAllocation.destroy(); in extractFuzzyImage()121 mAllocation.destroy(); in extractFuzzyImage()
100 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractSharpImage() local101 scriptC.forEach_PackSharpImage(mAllocation); in extractSharpImage()103 mAllocation.copyTo(mBitmap); in extractSharpImage()104 mAllocation.destroy(); in extractSharpImage()114 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractFuzzyImage() local115 scriptC.forEach_PackFuzzyImage(mAllocation); in extractFuzzyImage()117 mAllocation.copyTo(mBitmap); in extractFuzzyImage()118 mAllocation.destroy(); in extractFuzzyImage()