Searched refs:mInPixelsAllocation (Results 26 - 50 of 77) sorted by relevance

1234

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DContrast.java32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
H A DExposure.java32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
H A DShadows.java29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DVibrance.java29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve3x3.java59 mWidth = mInPixelsAllocation.getType().getX();
60 mHeight = mInPixelsAllocation.getType().getY();
66 mIntrinsic.setInput(mInPixelsAllocation);
70 mScript.set_gIn(mInPixelsAllocation);
H A DResize.java45 mWidth = mInPixelsAllocation.getType().getX();
46 mHeight = mInPixelsAllocation.getType().getY();
49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(),
55 mScript.set_gIn(mInPixelsAllocation);
H A DBlur25.java67 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);
H A DBlur25G.java64 int width = mInPixelsAllocation.getType().getX();
65 int height = mInPixelsAllocation.getType().getY();
74 mScript.forEach_toU8(mInPixelsAllocation, mScratchPixelsAllocation1);
H A DGrain.java64 int width = mInPixelsAllocation.getType().getX();
65 int height = mInPixelsAllocation.getType().getY();
95 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DTestBase.java34 protected Allocation mInPixelsAllocation; field in class:TestBase
91 mInPixelsAllocation = ipact.mProcessor.mInPixelsAllocation;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DWhiteBalance.java39 mHist.forEach(mInPixelsAllocation);
41 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve5x5.java44 mWidth = mInPixelsAllocation.getType().getX();
45 mHeight = mInPixelsAllocation.getType().getY();
69 mIntrinsic.setInput(mInPixelsAllocation);
73 mScript.set_gIn(mInPixelsAllocation);
H A DHistogram.java34 int w = mInPixelsAllocation.getType().getX();
35 int h = mInPixelsAllocation.getType().getY();
52 mScript.set_gSrc(mInPixelsAllocation);
67 mHist.forEach_Dot(mInPixelsAllocation);
H A DResize.java45 mWidth = mInPixelsAllocation.getType().getX();
46 mHeight = mInPixelsAllocation.getType().getY();
49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(),
55 mScript.set_gIn(mInPixelsAllocation);
H A DVibrance.java33 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DBlur25.java67 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);
H A DGrain.java59 int width = mInPixelsAllocation.getType().getX();
60 int height = mInPixelsAllocation.getType().getY();
90 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DCopy.java37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DGreyscale.java37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DColorMatrix.java56 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
58 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve5x5.java37 mWidth = mInPixelsAllocation.getType().getX();
38 mHeight = mInPixelsAllocation.getType().getY();
62 mIntrinsic.setInput(mInPixelsAllocation);
66 mScript.set_gIn(mInPixelsAllocation);
H A DBlur25.java63 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);
H A DBlur25G.java58 int width = mInPixelsAllocation.getType().getX();
59 int height = mInPixelsAllocation.getType().getY();
68 mScript.forEach_toU8(mInPixelsAllocation, mScratchPixelsAllocation1);
H A DGrain.java54 int width = mInPixelsAllocation.getType().getX();
55 int height = mInPixelsAllocation.getType().getY();
85 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DGroupTest.java41 mWidth = mInPixelsAllocation.getType().getX();
42 mHeight = mInPixelsAllocation.getType().getY();
76 mConvolve.setInput(mInPixelsAllocation);

Completed in 95 milliseconds

1234