Home
last modified time | relevance | path

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

/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DViewfinderProcessor.java35 private Allocation mInputNormalAllocation; field in ViewfinderProcessor
57 mInputNormalAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
77 mNormalTask = new ProcessingTask(mInputNormalAllocation, 0, false); in ViewfinderProcessor()
87 return mInputNormalAllocation.getSurface(); in getInputNormalSurface()