OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInPixelsAllocation
(Results
26 - 50
of
72
) sorted by null
1
2
3
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Shadows.java
32
mScript.forEach_shadowsKernel(
mInPixelsAllocation
, mOutPixelsAllocation);
Convolve5x5.java
45
mWidth =
mInPixelsAllocation
.getType().getX();
46
mHeight =
mInPixelsAllocation
.getType().getY();
70
mIntrinsic.setInput(
mInPixelsAllocation
);
74
mScript.set_gIn(
mInPixelsAllocation
);
Vibrance.java
33
mScript.forEach_vibranceKernel(
mInPixelsAllocation
, mOutPixelsAllocation);
Blur25.java
67
int width =
mInPixelsAllocation
.getType().getX();
68
int height =
mInPixelsAllocation
.getType().getY();
73
mIntrinsic.setInput(
mInPixelsAllocation
);
87
mScript.set_InPixel(
mInPixelsAllocation
);
97
mScript.forEach_copyIn(
mInPixelsAllocation
, mScratchPixelsAllocation1);
Grain.java
59
int width =
mInPixelsAllocation
.getType().getX();
60
int height =
mInPixelsAllocation
.getType().getY();
90
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
Copy.java
37
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
Greyscale.java
37
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
ColorMatrix.java
64
mIntrinsic.forEach(
mInPixelsAllocation
, mOutPixelsAllocation);
66
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
WhiteBalance.java
39
mHist.forEach(
mInPixelsAllocation
);
41
mScript.forEach_whiteBalanceKernel(
mInPixelsAllocation
, mOutPixelsAllocation);
Convolve5x5.java
44
mWidth =
mInPixelsAllocation
.getType().getX();
45
mHeight =
mInPixelsAllocation
.getType().getY();
69
mIntrinsic.setInput(
mInPixelsAllocation
);
73
mScript.set_gIn(
mInPixelsAllocation
);
Histogram.java
34
int w =
mInPixelsAllocation
.getType().getX();
35
int h =
mInPixelsAllocation
.getType().getY();
52
mScript.set_gSrc(
mInPixelsAllocation
);
67
mHist.forEach_Dot(
mInPixelsAllocation
);
Vibrance.java
33
mScript.forEach_vibranceKernel(
mInPixelsAllocation
, mOutPixelsAllocation);
Blur25.java
67
int width =
mInPixelsAllocation
.getType().getX();
68
int height =
mInPixelsAllocation
.getType().getY();
73
mIntrinsic.setInput(
mInPixelsAllocation
);
87
mScript.set_InPixel(
mInPixelsAllocation
);
97
mScript.forEach_copyIn(
mInPixelsAllocation
, mScratchPixelsAllocation1);
Grain.java
59
int width =
mInPixelsAllocation
.getType().getX();
60
int height =
mInPixelsAllocation
.getType().getY();
90
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
Copy.java
37
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
Greyscale.java
37
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
ColorMatrix.java
63
mIntrinsic.forEach(
mInPixelsAllocation
, mOutPixelsAllocation);
65
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
UsageIO.java
49
Type connect =
mInPixelsAllocation
.getType();
59
mScratchPixelsAllocation1.copyFrom(
mInPixelsAllocation
);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ColorMatrix.java
56
mIntrinsic.forEach(
mInPixelsAllocation
, mOutPixelsAllocation);
58
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
Convolve5x5.java
37
mWidth =
mInPixelsAllocation
.getType().getX();
38
mHeight =
mInPixelsAllocation
.getType().getY();
62
mIntrinsic.setInput(
mInPixelsAllocation
);
66
mScript.set_gIn(
mInPixelsAllocation
);
Copy.java
32
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
Blur25.java
63
int width =
mInPixelsAllocation
.getType().getX();
64
int height =
mInPixelsAllocation
.getType().getY();
69
mIntrinsic.setInput(
mInPixelsAllocation
);
83
mScript.set_InPixel(
mInPixelsAllocation
);
93
mScript.forEach_copyIn(
mInPixelsAllocation
, mScratchPixelsAllocation1);
Blur25G.java
58
int width =
mInPixelsAllocation
.getType().getX();
59
int height =
mInPixelsAllocation
.getType().getY();
68
mScript.forEach_toU8(
mInPixelsAllocation
, mScratchPixelsAllocation1);
Grain.java
54
int width =
mInPixelsAllocation
.getType().getX();
55
int height =
mInPixelsAllocation
.getType().getY();
85
mScript.forEach_root(
mInPixelsAllocation
, mOutPixelsAllocation);
GroupTest.java
41
mWidth =
mInPixelsAllocation
.getType().getX();
42
mHeight =
mInPixelsAllocation
.getType().getY();
76
mConvolve.setInput(
mInPixelsAllocation
);
Completed in 95 milliseconds
1
2
3