HomeSort by relevance Sort by last modified time
    Searched defs:mInputAllocation (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 115 private Allocation mInputAllocation;
118 mInputAllocation = input;
119 mInputAllocation.setOnBufferAvailableListener(this);
147 mInputAllocation.ioReceive();
151 mHdrMergeScript.set_gCurrentFrame(mInputAllocation);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 115 private Allocation mInputAllocation;
118 mInputAllocation = input;
119 mInputAllocation.setOnBufferAvailableListener(this);
147 mInputAllocation.ioReceive();
151 mHdrMergeScript.set_gCurrentFrame(mInputAllocation);
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 115 private Allocation mInputAllocation;
118 mInputAllocation = input;
119 mInputAllocation.setOnBufferAvailableListener(this);
147 mInputAllocation.ioReceive();
151 mHdrMergeScript.set_gCurrentFrame(mInputAllocation);
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 36 private Allocation mInputAllocation;
49 mInputAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(),
63 mProcessingTask = new ProcessingTask(mInputAllocation);
67 return mInputAllocation.getSurface();
84 private Allocation mInputAllocation;
87 mInputAllocation = input;
88 mInputAllocation.setOnBufferAvailableListener(this);
113 mInputAllocation.ioReceive();
116 mScriptFocusPeak.set_gCurrentFrame(mInputAllocation);
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
Script.java 188 protected Allocation mInputAllocation;
232 if (mInputAllocation != allocation) {
233 mCache.returnToCacheIfNotNull(mInputAllocation);
236 mInputAllocation = allocation;
284 return mInputAllocation;
310 if (mInputAllocation == null || mOutputAllocation == null) {
349 mCache.returnToCacheIfNotNull(mInputAllocation);

Completed in 215 milliseconds