Searched refs:mInPixelsAllocation (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DWhiteBalance.java30 mScript.set_histogramSource(mInPixelsAllocation);
31 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
32 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
34 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DFisheye.java83 mInPixelsAllocation.getType().getX(),
84 mInPixelsAllocation.getType().getY(), center_x,
88 mInPixelsAllocation.getType().getX(),
89 mInPixelsAllocation.getType().getY(), center_x,
93 mInPixelsAllocation.getType().getX(),
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
98 mInPixelsAllocation.getType().getX(),
99 mInPixelsAllocation.getType().getY(), center_x, center_y,
107 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation);
111 mScript_approx_full.set_in_alloc(mInPixelsAllocation);
[all...]
H A DArtistic1.java30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
35 blur.setInput(mInPixelsAllocation);
41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
H A DVignette.java102 mInPixelsAllocation.getType().getX(),
103 mInPixelsAllocation.getType().getY(), center_x,
107 mInPixelsAllocation.getType().getX(),
108 mInPixelsAllocation.getType().getY(), center_x,
112 mInPixelsAllocation.getType().getX(),
113 mInPixelsAllocation.getType().getY(), center_x, center_y,
117 mInPixelsAllocation.getType().getX(),
118 mInPixelsAllocation.getType().getY(), center_x, center_y,
138 mScript_approx_relaxed.forEach_root(mInPixelsAllocation,
141 mScript_approx_full.forEach_root(mInPixelsAllocation,
[all...]
H A DBWFilter.java31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DWhiteBalance.java31 mScript.set_histogramSource(mInPixelsAllocation);
32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
35 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DFisheye.java75 mInPixelsAllocation.getType().getX(),
76 mInPixelsAllocation.getType().getY(), center_x,
80 mInPixelsAllocation.getType().getX(),
81 mInPixelsAllocation.getType().getY(), center_x,
85 mInPixelsAllocation.getType().getX(),
86 mInPixelsAllocation.getType().getY(), center_x, center_y,
90 mInPixelsAllocation.getType().getX(),
91 mInPixelsAllocation.getType().getY(), center_x, center_y,
99 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation);
103 mScript_approx_full.set_in_alloc(mInPixelsAllocation);
[all...]
H A DVignette.java96 mInPixelsAllocation.getType().getX(),
97 mInPixelsAllocation.getType().getY(), center_x,
101 mInPixelsAllocation.getType().getX(),
102 mInPixelsAllocation.getType().getY(), center_x,
106 mInPixelsAllocation.getType().getX(),
107 mInPixelsAllocation.getType().getY(), center_x, center_y,
111 mInPixelsAllocation.getType().getX(),
112 mInPixelsAllocation.getType().getY(), center_x, center_y,
132 mScript_approx_relaxed.forEach_root(mInPixelsAllocation,
135 mScript_approx_full.forEach_root(mInPixelsAllocation,
[all...]
H A DBWFilter.java31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DContrast.java31 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve3x3.java37 mWidth = mInPixelsAllocation.getType().getX();
38 mHeight = mInPixelsAllocation.getType().getY();
48 mIntrinsic.setInput(mInPixelsAllocation);
52 mScript.set_gIn(mInPixelsAllocation);
H A DCopy.java32 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DExposure.java32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
H A DGreyscale.java29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DShadows.java29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DVibrance.java29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DFisheye.java78 mInPixelsAllocation.getType().getX(),
79 mInPixelsAllocation.getType().getY(), center_x,
83 mInPixelsAllocation.getType().getX(),
84 mInPixelsAllocation.getType().getY(), center_x,
88 mInPixelsAllocation.getType().getX(),
89 mInPixelsAllocation.getType().getY(), center_x, center_y,
93 mInPixelsAllocation.getType().getX(),
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
102 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation);
106 mScript_approx_full.set_in_alloc(mInPixelsAllocation);
[all...]
H A DArtistic1.java30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
35 blur.setInput(mInPixelsAllocation);
41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
H A DMirror.java37 mWidth = mInPixelsAllocation.getType().getX();
38 mHeight = mInPixelsAllocation.getType().getY();
40 mScript.set_gIn(mInPixelsAllocation);
H A DVignette.java100 mInPixelsAllocation.getType().getX(),
101 mInPixelsAllocation.getType().getY(), center_x,
105 mInPixelsAllocation.getType().getX(),
106 mInPixelsAllocation.getType().getY(), center_x,
110 mInPixelsAllocation.getType().getX(),
111 mInPixelsAllocation.getType().getY(), center_x, center_y,
115 mInPixelsAllocation.getType().getX(),
116 mInPixelsAllocation.getType().getY(), center_x, center_y,
136 mScript_approx_relaxed.forEach_root(mInPixelsAllocation,
139 mScript_approx_full.forEach_root(mInPixelsAllocation,
[all...]
H A DBWFilter.java31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DContrast.java32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve3x3.java44 mWidth = mInPixelsAllocation.getType().getX();
45 mHeight = mInPixelsAllocation.getType().getY();
55 mIntrinsic.setInput(mInPixelsAllocation);
59 mScript.set_gIn(mInPixelsAllocation);
H A DExposure.java32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
H A DShadows.java32 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);

Completed in 147 milliseconds

1234