Home
last modified time | relevance | path

Searched refs:mInPixelsAllocation (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DFisheye.java80 mInPixelsAllocation.getType().getX(), in do_init()
81 mInPixelsAllocation.getType().getY(), center_x, in do_init()
85 mInPixelsAllocation.getType().getX(), in do_init()
86 mInPixelsAllocation.getType().getY(), center_x, in do_init()
90 mInPixelsAllocation.getType().getX(), in do_init()
91 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
95 mInPixelsAllocation.getType().getX(), in do_init()
96 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
104 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); in createTest()
108 mScript_approx_full.set_in_alloc(mInPixelsAllocation); in createTest()
[all …]
DVignette.java102 mInPixelsAllocation.getType().getX(), in do_init()
103 mInPixelsAllocation.getType().getY(), center_x, in do_init()
107 mInPixelsAllocation.getType().getX(), in do_init()
108 mInPixelsAllocation.getType().getY(), center_x, in do_init()
112 mInPixelsAllocation.getType().getX(), in do_init()
113 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
117 mInPixelsAllocation.getType().getX(), in do_init()
118 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
138 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, in runTest()
141 mScript_approx_full.forEach_root(mInPixelsAllocation, in runTest()
[all …]
DBlur25.java63 int width = mInPixelsAllocation.getType().getX(); in createTest()
64 int height = mInPixelsAllocation.getType().getY(); in createTest()
69 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
83 mScript.set_InPixel(mInPixelsAllocation); in createTest()
93 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1); in runTest()
DResize.java33 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
34 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
37 Type.Builder tb = new Type.Builder(mRS, mInPixelsAllocation.getElement()); in createTest()
45 mScript.set_gIn(mInPixelsAllocation); in createTest()
DArtistic1.java27 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest()
32 blur.setInput(mInPixelsAllocation); in createTest()
38 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
DConvolve3x3.java52 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
53 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
59 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
63 mScript.set_gIn(mInPixelsAllocation); in createTest()
DConvolve5x5.java59 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
60 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
78 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
82 mScript.set_gIn(mInPixelsAllocation); in createTest()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DFisheye.java78 mInPixelsAllocation.getType().getX(), in do_init()
79 mInPixelsAllocation.getType().getY(), center_x, in do_init()
83 mInPixelsAllocation.getType().getX(), in do_init()
84 mInPixelsAllocation.getType().getY(), center_x, in do_init()
88 mInPixelsAllocation.getType().getX(), in do_init()
89 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
93 mInPixelsAllocation.getType().getX(), in do_init()
94 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
102 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); in createTest()
106 mScript_approx_full.set_in_alloc(mInPixelsAllocation); in createTest()
[all …]
DVignette.java100 mInPixelsAllocation.getType().getX(), in do_init()
101 mInPixelsAllocation.getType().getY(), center_x, in do_init()
105 mInPixelsAllocation.getType().getX(), in do_init()
106 mInPixelsAllocation.getType().getY(), center_x, in do_init()
110 mInPixelsAllocation.getType().getX(), in do_init()
111 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
115 mInPixelsAllocation.getType().getX(), in do_init()
116 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
136 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, in runTest()
139 mScript_approx_full.forEach_root(mInPixelsAllocation, in runTest()
[all …]
DBlur25.java67 int width = mInPixelsAllocation.getType().getX(); in createTest()
68 int height = mInPixelsAllocation.getType().getY(); in createTest()
73 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
87 mScript.set_InPixel(mInPixelsAllocation); in createTest()
97 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1); in runTest()
DConvolve3x3.java44 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
45 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
55 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
59 mScript.set_gIn(mInPixelsAllocation); in createTest()
DArtistic1.java30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest()
35 blur.setInput(mInPixelsAllocation); in createTest()
41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
DResize.java45 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
46 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(), in createTest()
55 mScript.set_gIn(mInPixelsAllocation); in createTest()
DHistogram.java34 int w = mInPixelsAllocation.getType().getX(); in createTest()
35 int h = mInPixelsAllocation.getType().getY(); in createTest()
52 mScript.set_gSrc(mInPixelsAllocation); in createTest()
67 mHist.forEach_Dot(mInPixelsAllocation); in runTest()
DMirror.java37 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
38 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
40 mScript.set_gIn(mInPixelsAllocation); in createTest()
DConvolve5x5.java44 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
45 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
69 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
73 mScript.set_gIn(mInPixelsAllocation); in createTest()
DGroupTest.java48 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
49 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
90 mConvolve.setInput(mInPixelsAllocation); in runTest()
92 mOutPixelsAllocation = (Allocation)mGroup.execute(mInPixelsAllocation)[0]; in runTest()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DFisheye.java83 mInPixelsAllocation.getType().getX(), in do_init()
84 mInPixelsAllocation.getType().getY(), center_x, in do_init()
88 mInPixelsAllocation.getType().getX(), in do_init()
89 mInPixelsAllocation.getType().getY(), center_x, in do_init()
93 mInPixelsAllocation.getType().getX(), in do_init()
94 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
98 mInPixelsAllocation.getType().getX(), in do_init()
99 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
107 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); in createTest()
111 mScript_approx_full.set_in_alloc(mInPixelsAllocation); in createTest()
[all …]
DVignette.java102 mInPixelsAllocation.getType().getX(), in do_init()
103 mInPixelsAllocation.getType().getY(), center_x, in do_init()
107 mInPixelsAllocation.getType().getX(), in do_init()
108 mInPixelsAllocation.getType().getY(), center_x, in do_init()
112 mInPixelsAllocation.getType().getX(), in do_init()
113 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
117 mInPixelsAllocation.getType().getX(), in do_init()
118 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
138 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, in runTest()
141 mScript_approx_full.forEach_root(mInPixelsAllocation, in runTest()
[all …]
DBlur25.java72 int width = mInPixelsAllocation.getType().getX(); in createTest()
73 int height = mInPixelsAllocation.getType().getY(); in createTest()
78 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
97 mScript_half.set_InPixel(mInPixelsAllocation); in createTest()
106 mScript.set_InPixel(mInPixelsAllocation); in createTest()
119 mScript_half.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1); in runTest()
124 mScript.forEach_copyIn(mInPixelsAllocation, mScratchPixelsAllocation1); in runTest()
DArtistic1.java30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest()
35 blur.setInput(mInPixelsAllocation); in createTest()
41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
DResize.java45 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
46 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
49 Type t = Type.createXY(mRS, mInPixelsAllocation.getElement(), in createTest()
55 mScript.set_gIn(mInPixelsAllocation); in createTest()
DHistogram.java40 int w = mInPixelsAllocation.getType().getX(); in createTest()
41 int h = mInPixelsAllocation.getType().getY(); in createTest()
58 mScript.set_gSrc(mInPixelsAllocation); in createTest()
71 mHist.forEach_Dot(mInPixelsAllocation); in runTest()
DConvolve3x3.java59 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
60 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
66 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
70 mScript.set_gIn(mInPixelsAllocation); in createTest()
DConvolve5x5.java66 mWidth = mInPixelsAllocation.getType().getX(); in createTest()
67 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
85 mIntrinsic.setInput(mInPixelsAllocation); in createTest()
89 mScript.set_gIn(mInPixelsAllocation); in createTest()

1234