Home
last modified time | relevance | path

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

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DViewfinderProcessor.java37 private Allocation mOutputAllocation; field in ViewfinderProcessor
72 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
98 mOutputAllocation.setSurface(output); in setOutputSurface()
160 mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation, mOutputAllocation); in run()
161 mOutputAllocation.ioSend(); in run()