Home
last modified time | relevance | path

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

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DViewfinderProcessor.java35 private Allocation mInputNormalAllocation; field in ViewfinderProcessor
64 mInputNormalAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
84 mNormalTask = new ProcessingTask(mInputNormalAllocation, 0, false); in ViewfinderProcessor()
94 return mInputNormalAllocation.getSurface(); in getInputNormalSurface()