Home
last modified time | relevance | path

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

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DViewfinderProcessor.java36 private Allocation mPrevAllocation; field in ViewfinderProcessor
70 mPrevAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
81 mHdrMergeScript.set_gPrevFrame(mPrevAllocation); in ViewfinderProcessor()
160 mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation, mOutputAllocation); in run()