OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputAllocation
(Results
1 - 9
of
9
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans2dTo1d.java
65
mScript.forEach_means_yuvf_420(
mOutputAllocation
);
69
mScript.forEach_means_yuvx_444(
mOutputAllocation
);
Script.java
187
protected Allocation
mOutputAllocation
;
256
mOutputAllocation
= allocation;
296
return
mOutputAllocation
;
310
if (mInputAllocation == null ||
mOutputAllocation
== null) {
ScriptYuvMeans1d.java
58
mScript.forEach_means_yuvx_444(
mOutputAllocation
);
ScriptYuvToRgb.java
55
mScript.forEach(
mOutputAllocation
);
ScriptGraph.java
75
private final Allocation
mOutputAllocation
;
546
mOutputAllocation
= checkNotNull("lastOutput", lastOutput);
625
assertEquals("Graph's output should match last script's output",
mOutputAllocation
, output);
674
mCache.returnToCache(
mOutputAllocation
);
ScriptYuvCrop.java
94
mScript.forEach_crop(
mOutputAllocation
);
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java
37
private Allocation
mOutputAllocation
;
65
mOutputAllocation
= Allocation.createTyped(rs, rgbTypeBuilder.create(),
91
mOutputAllocation
.setSurface(output);
153
mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation,
mOutputAllocation
);
154
mOutputAllocation
.ioSend();
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java
37
private Allocation
mOutputAllocation
;
65
mOutputAllocation
= Allocation.createTyped(rs, rgbTypeBuilder.create(),
91
mOutputAllocation
.setSurface(output);
153
mHdrMergeScript.forEach_mergeHdrFrames(mPrevAllocation,
mOutputAllocation
);
154
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();
Completed in 143 milliseconds