OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllocationIn
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RsPackColorTo8888Test.java
70
Allocation
mAllocationIn
= Allocation.createSized(mRS, Element.F32_3(mRS), INPUTSIZE);
76
mAllocationIn
.copy1DRangeFrom(0, INPUTSIZE, inArray);
78
RSUtils.forEach(this, testId,
mAllocationIn
, mAllocationOut);
97
Allocation
mAllocationIn
= Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
103
mAllocationIn
.copy1DRangeFrom(0, INPUTSIZE, inArray);
105
RSUtils.forEach(this, testId,
mAllocationIn
, mAllocationOut);
RsUnpackColor8888Test.java
36
Allocation
mAllocationIn
= Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
45
mAllocationIn
.copy1DRangeFrom(0, INPUTSIZE, inArray);
47
RSUtils.forEach(this, 0,
mAllocationIn
, mAllocationOut);
RSBaseCompute.java
95
Allocation
mAllocationIn
= setInAlloc(inElement);
96
fillInAlloc(
mAllocationIn
, inArray);
100
RSUtils.forEach(this, testid,
mAllocationIn
, mAllocationOut);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java
43
private Allocation
mAllocationIn
;
89
mAllocationIn
= Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT);
90
mYuv.setInput(
mAllocationIn
);
112
mAllocationIn
.copyFrom(yuv);
/pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java
36
private Allocation
mAllocationIn
;
63
mAllocationIn
= Allocation.createSized(mRS, Element.U8(mRS), inputSize);
75
swizzleScript.bind_yuv_in(
mAllocationIn
);
142
mAllocationIn
.copyFrom(data);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java
64
private Allocation
mAllocationIn
;
170
mAllocationIn
= Allocation.createTyped(mRS, yuvBuilder.create(),
172
mSurface =
mAllocationIn
.getSurface();
173
mAllocationIn
.setOnBufferAvailableListener(this);
174
rgbConverter.setInput(
mAllocationIn
);
Completed in 809 milliseconds