HomeSort by relevance Sort by last modified time
    Searched refs:mOutPixelsAllocation (Results 51 - 75 of 91) sorted by null

1 23 4

  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Artistic1.java 41 mScript.forEach_process(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);
Vignette.java 139 mOutPixelsAllocation);
142 mOutPixelsAllocation);
145 mOutPixelsAllocation);
148 mOutPixelsAllocation);
WhiteBalance.java 41 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
Blur25G.java 83 mScript.forEach_toU8_4(mScratchPixelsAllocation2, mOutPixelsAllocation);
87 mOutPixelsAllocation.copyTo(b);
ColorCube.java 81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
83 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 87 mIntrinsic.forEach(mOutPixelsAllocation);
89 mScript.forEach_root(mOutPixelsAllocation);
Resize.java 74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation);
76 mScript.forEach_bicubic(mOutPixelsAllocation);
77 //mScript.forEach_nearest(mOutPixelsAllocation);
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
99 mScript.forEach_vert(mOutPixelsAllocation);
Convolve5x5.java 106 mIntrinsic.forEach(mOutPixelsAllocation);
108 mScript.forEach_root(mOutPixelsAllocation);
GroupTest.java 93 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
97 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
ImageProcessingActivityJB.java 153 Allocation mOutPixelsAllocation;
230 mOutPixelsAllocation = mOutDisplayAllocation;
234 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
282 if (mOutDisplayAllocation != mOutPixelsAllocation) {
283 mOutDisplayAllocation.copyFrom(mOutPixelsAllocation);
354 if ((mOutSurface == null) || (mOutPixelsAllocation == null)) {
418 if (mOutDisplayAllocation != mOutPixelsAllocation) {
419 mOutDisplayAllocation.copyFrom(mOutPixelsAllocation);
463 if (mOutPixelsAllocation != mOutDisplayAllocation) {
464 mOutPixelsAllocation.destroy()
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
TestBase.java 34 public Allocation mOutPixelsAllocation;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ColorCube.java 81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
83 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Convolve5x5.java 81 mIntrinsic.forEach(mOutPixelsAllocation);
83 mScript.forEach_root(mOutPixelsAllocation);
Resize.java 74 mIntrinsic.forEach_bicubic(mOutPixelsAllocation);
76 mScript.forEach_bicubic(mOutPixelsAllocation);
Blur25.java 95 mIntrinsic.forEach(mOutPixelsAllocation);
99 mScript.forEach_vert(mOutPixelsAllocation);
Blur25G.java 105 mCM.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
106 mOutPixelsAllocation.copyTo(b);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blur25.java 91 mIntrinsic.forEach(mOutPixelsAllocation);
95 mScript.forEach_vert(mOutPixelsAllocation);
Blur25G.java 80 mScript.forEach_toU8_4(mScratchPixelsAllocation2, mOutPixelsAllocation);
81 mOutPixelsAllocation.copyTo(b);
ColorCube.java 73 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
75 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 80 mIntrinsic.forEach(mOutPixelsAllocation);
82 mScript.forEach_root(mOutPixelsAllocation);
Convolve5x5.java 99 mIntrinsic.forEach(mOutPixelsAllocation);
101 mScript.forEach_root(mOutPixelsAllocation);
GroupTest.java 86 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
90 mMatrix.forEach(mScratchPixelsAllocation1, 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 317 milliseconds

1 23 4