Home
last modified time | relevance | path

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

/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
DViewfinderProcessor.java34 private Allocation mInputHdrAllocation; field in ViewfinderProcessor
55 mInputHdrAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
76 mHdrTask = new ProcessingTask(mInputHdrAllocation, dimensions.getWidth()/2, true); in ViewfinderProcessor()
83 return mInputHdrAllocation.getSurface(); in getInputHdrSurface()