HomeSort by relevance Sort by last modified time
    Searched full:moutpixelsallocation (Results 26 - 50 of 91) sorted by null

12 3 4

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Fisheye.java 126 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation);
128 mScript_approx_full.forEach_root(mOutPixelsAllocation);
130 mScript_relaxed.forEach_root(mOutPixelsAllocation);
132 mScript_full.forEach_root(mOutPixelsAllocation);
Greyscale.java 29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
LevelsV4.java 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Shadows.java 29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vibrance.java 29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vignette.java 139 mOutPixelsAllocation);
142 mOutPixelsAllocation);
145 mOutPixelsAllocation);
148 mOutPixelsAllocation);
Blur25G.java 80 mScript.forEach_toU8_4(mScratchPixelsAllocation2, mOutPixelsAllocation);
81 mOutPixelsAllocation.copyTo(b);
ColorMatrix.java 72 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
74 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Blur25.java 91 mIntrinsic.forEach(mOutPixelsAllocation);
95 mScript.forEach_vert(mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
BWFilter.java 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
Contrast.java 32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
Exposure.java 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
Fisheye.java 129 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation);
131 mScript_approx_full.forEach_root(mOutPixelsAllocation);
133 mScript_relaxed.forEach_root(mOutPixelsAllocation);
135 mScript_full.forEach_root(mOutPixelsAllocation);
LevelsV4.java 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Shadows.java 29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vibrance.java 29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vignette.java 139 mOutPixelsAllocation);
142 mOutPixelsAllocation);
145 mOutPixelsAllocation);
148 mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ColorMatrix.java 63 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
65 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
GroupTest.java 81 mOutPixelsAllocation.getType(),
92 mOutPixelsAllocation = (Allocation)mGroup.execute(mInPixelsAllocation)[0];
95 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
99 mScript.forEach_vert(mOutPixelsAllocation);
Blur25G.java 105 mCM.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
106 mOutPixelsAllocation.copyTo(b);
ColorCube.java 81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
83 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 67 mIntrinsic.forEach(mOutPixelsAllocation);
69 mScript.forEach_root(mOutPixelsAllocation);
Resize.java 74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation);
76 mScript.forEach_bicubic(mOutPixelsAllocation);
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 44 private Allocation mOutPixelsAllocation;
48 mOutPixelsAllocation = outAlloc;
57 mOutPixelsAllocation.setSurface(new Surface(surface));
63 mOutPixelsAllocation.setSurface(new Surface(surface));
65 filterAlloc(mOutPixelsAllocation, mSampler);

Completed in 172 milliseconds

12 3 4