Home
last modified time | relevance | path

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

/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DViewfinderProcessor.java37 private Allocation mOutputAllocation; field in ViewfinderProcessor
65 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
91 mOutputAllocation.setSurface(output); in setOutputSurface()
153 mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation, mOutputAllocation); in run()
154 mOutputAllocation.ioSend(); in run()