Searched refs:mOutputAllocation (Results 1 – 2 of 2) sorted by relevance
37 private Allocation mOutputAllocation; field in ViewfinderProcessor56 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()71 mOutputAllocation.setSurface(output); in setOutputSurface()124 mScriptFocusPeak.forEach_peak(mOutputAllocation); in run()125 mOutputAllocation.ioSend(); in run()
49 private Allocation mOutputAllocation; field in ViewfinderProcessor75 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()116 mOutputAllocation.setSurface(output); in setOutputSurface()216 mScriptCanny.forEach_hough_map(mOutputAllocation); in run()219 mScriptCanny.forEach_toRGB(mOutputAllocation, opt); in run()222 mScriptCanny.forEach_toRGBfuzz(mOutputAllocation, opt); in run()225 mScriptCanny.forEach_toWhiteRGBfuzz(mOutputAllocation, opt); in run()228 mScriptCanny.forEach_toWhiteRGB(mOutputAllocation, opt); in run()231 mScriptCanny.forEach_toCartoon(mOutputAllocation, opt); in run()234 mOutputAllocation.ioSend(); in run()