Home
last modified time | relevance | path

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

/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DViewfinderProcessor.java36 private Allocation mPrevAllocation; field in ViewfinderProcessor
63 mPrevAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
74 mHdrMergeScript.set_gPrevFrame(mPrevAllocation); in ViewfinderProcessor()
153 mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation, mOutputAllocation); in run()