OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputAllocation
(Results
1 - 8
of
8
) sorted by null
/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
);
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
108
private Allocation
mInputAllocation
;
111
mInputAllocation
= input;
112
mInputAllocation
.setOnBufferAvailableListener(this);
140
mInputAllocation
.ioReceive();
144
mHdrMergeScript.set_gCurrentFrame(
mInputAllocation
);
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java
108
private Allocation
mInputAllocation
;
111
mInputAllocation
= input;
112
mInputAllocation
.setOnBufferAvailableListener(this);
140
mInputAllocation
.ioReceive();
144
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 114 milliseconds