OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mOutputAllocation
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java
37
private Allocation
mOutputAllocation
;
72
mOutputAllocation
= Allocation.createTyped(rs, rgbTypeBuilder.create(),
98
mOutputAllocation
.setSurface(output);
160
mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation,
mOutputAllocation
);
161
mOutputAllocation
.ioSend();
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java
37
private Allocation
mOutputAllocation
;
72
mOutputAllocation
= Allocation.createTyped(rs, rgbTypeBuilder.create(),
98
mOutputAllocation
.setSurface(output);
160
mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation,
mOutputAllocation
);
161
mOutputAllocation
.ioSend();
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java
37
private Allocation
mOutputAllocation
;
72
mOutputAllocation
= Allocation.createTyped(rs, rgbTypeBuilder.create(),
98
mOutputAllocation
.setSurface(output);
160
mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation,
mOutputAllocation
);
161
mOutputAllocation
.ioSend();
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java
37
private Allocation
mOutputAllocation
;
56
mOutputAllocation
= Allocation.createTyped(rs, rgbTypeBuilder.create(),
71
mOutputAllocation
.setSurface(output);
124
mScriptFocusPeak.forEach_peak(
mOutputAllocation
);
125
mOutputAllocation
.ioSend();
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Script.java
187
protected Allocation
mOutputAllocation
;
256
mOutputAllocation
= allocation;
296
return
mOutputAllocation
;
310
if (mInputAllocation == null ||
mOutputAllocation
== null) {
ScriptGraph.java
75
private final Allocation
mOutputAllocation
;
515
mOutputAllocation
= checkNotNull("lastOutput", lastOutput);
594
assertEquals("Graph's output should match last script's output",
mOutputAllocation
, output);
643
mCache.returnToCache(
mOutputAllocation
);
Completed in 240 milliseconds