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

  /cts/tests/tests/hardware/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);
ScriptYuvMeans1d.java 63 mScript.set_mInput(mInputAllocation);
65 int width = mInputAllocation.getType().getX();
ScriptYuvMeans2dTo1d.java 80 mScript.set_mInput(mInputAllocation);
82 int width = mInputAllocation.getType().getX();
ScriptYuvToRgb.java 62 mScript.setInput(mInputAllocation);
ScriptYuvCrop.java 107 mScript.set_mInput(mInputAllocation);
  /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);

Completed in 2768 milliseconds