Home
last modified time | relevance | path

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

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DViewfinderProcessor.java34 private Allocation mInputHdrAllocation; field in ViewfinderProcessor
62 mInputHdrAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
83 mHdrTask = new ProcessingTask(mInputHdrAllocation, dimensions.getWidth()/2, true); in ViewfinderProcessor()
90 return mInputHdrAllocation.getSurface(); in getInputHdrSurface()