/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Fisheye.java | 80 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 …]
|
D | Vignette.java | 102 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 …]
|
D | Blur25.java | 63 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()
|
D | Resize.java | 33 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()
|
D | Artistic1.java | 27 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 32 blur.setInput(mInPixelsAllocation); in createTest() 38 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | Convolve3x3.java | 52 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()
|
D | Convolve5x5.java | 59 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/ |
D | Fisheye.java | 78 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 …]
|
D | Vignette.java | 100 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 …]
|
D | Blur25.java | 67 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()
|
D | Convolve3x3.java | 44 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()
|
D | Artistic1.java | 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 35 blur.setInput(mInPixelsAllocation); in createTest() 41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | Resize.java | 45 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()
|
D | Histogram.java | 34 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()
|
D | Mirror.java | 37 mWidth = mInPixelsAllocation.getType().getX(); in createTest() 38 mHeight = mInPixelsAllocation.getType().getY(); in createTest() 40 mScript.set_gIn(mInPixelsAllocation); in createTest()
|
D | Convolve5x5.java | 44 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()
|
D | GroupTest.java | 48 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/ |
D | Fisheye.java | 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, 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 …]
|
D | Vignette.java | 102 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 …]
|
D | Blur25.java | 72 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()
|
D | Artistic1.java | 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 35 blur.setInput(mInPixelsAllocation); in createTest() 41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | Resize.java | 45 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()
|
D | Histogram.java | 40 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()
|
D | Convolve3x3.java | 59 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()
|
D | Convolve5x5.java | 66 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()
|