/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Fisheye.java | 78 mInPixelsAllocation.getType().getX(), 79 mInPixelsAllocation.getType().getY(), center_x, 83 mInPixelsAllocation.getType().getX(), 84 mInPixelsAllocation.getType().getY(), center_x, 88 mInPixelsAllocation.getType().getX(), 89 mInPixelsAllocation.getType().getY(), center_x, center_y, 93 mInPixelsAllocation.getType().getX(), 94 mInPixelsAllocation.getType().getY(), center_x, center_y, 102 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); 106 mScript_approx_full.set_in_alloc(mInPixelsAllocation); [all...] |
Artistic1.java | 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); 35 blur.setInput(mInPixelsAllocation); 41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
|
Mirror.java | 37 mWidth = mInPixelsAllocation.getType().getX(); 38 mHeight = mInPixelsAllocation.getType().getY(); 40 mScript.set_gIn(mInPixelsAllocation);
|
Vignette.java | 100 mInPixelsAllocation.getType().getX(), 101 mInPixelsAllocation.getType().getY(), center_x, 105 mInPixelsAllocation.getType().getX(), 106 mInPixelsAllocation.getType().getY(), center_x, 110 mInPixelsAllocation.getType().getX(), 111 mInPixelsAllocation.getType().getY(), center_x, center_y, 115 mInPixelsAllocation.getType().getX(), 116 mInPixelsAllocation.getType().getY(), center_x, center_y, 136 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, 139 mScript_approx_full.forEach_root(mInPixelsAllocation, [all...] |
BWFilter.java | 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
Contrast.java | 32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
|
Convolve3x3.java | 44 mWidth = mInPixelsAllocation.getType().getX(); 45 mHeight = mInPixelsAllocation.getType().getY(); 55 mIntrinsic.setInput(mInPixelsAllocation); 59 mScript.set_gIn(mInPixelsAllocation);
|
Exposure.java | 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
|
Shadows.java | 32 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Artistic1.java | 27 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); 32 blur.setInput(mInPixelsAllocation); 38 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
|
Fisheye.java | 80 mInPixelsAllocation.getType().getX(), 81 mInPixelsAllocation.getType().getY(), center_x, 85 mInPixelsAllocation.getType().getX(), 86 mInPixelsAllocation.getType().getY(), center_x, 90 mInPixelsAllocation.getType().getX(), 91 mInPixelsAllocation.getType().getY(), center_x, center_y, 95 mInPixelsAllocation.getType().getX(), 96 mInPixelsAllocation.getType().getY(), center_x, center_y, 104 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); 108 mScript_approx_full.set_in_alloc(mInPixelsAllocation); [all...] |
Vignette.java | 102 mInPixelsAllocation.getType().getX(), 103 mInPixelsAllocation.getType().getY(), center_x, 107 mInPixelsAllocation.getType().getX(), 108 mInPixelsAllocation.getType().getY(), center_x, 112 mInPixelsAllocation.getType().getX(), 113 mInPixelsAllocation.getType().getY(), center_x, center_y, 117 mInPixelsAllocation.getType().getX(), 118 mInPixelsAllocation.getType().getY(), center_x, center_y, 138 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, 141 mScript_approx_full.forEach_root(mInPixelsAllocation, [all...] |
BWFilter.java | 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
Contrast.java | 31 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
|
Copy.java | 32 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
|
Exposure.java | 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
|
Greyscale.java | 29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
|
Resize.java | 33 mWidth = mInPixelsAllocation.getType().getX(); 34 mHeight = mInPixelsAllocation.getType().getY(); 37 Type.Builder tb = new Type.Builder(mRS, mInPixelsAllocation.getElement()); 45 mScript.set_gIn(mInPixelsAllocation);
|
Shadows.java | 29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
Vibrance.java | 29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Fisheye.java | 83 mInPixelsAllocation.getType().getX(), 84 mInPixelsAllocation.getType().getY(), center_x, 88 mInPixelsAllocation.getType().getX(), 89 mInPixelsAllocation.getType().getY(), center_x, 93 mInPixelsAllocation.getType().getX(), 94 mInPixelsAllocation.getType().getY(), center_x, center_y, 98 mInPixelsAllocation.getType().getX(), 99 mInPixelsAllocation.getType().getY(), center_x, center_y, 107 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); 111 mScript_approx_full.set_in_alloc(mInPixelsAllocation); [all...] |
Artistic1.java | 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); 35 blur.setInput(mInPixelsAllocation); 41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
|
Vignette.java | 102 mInPixelsAllocation.getType().getX(), 103 mInPixelsAllocation.getType().getY(), center_x, 107 mInPixelsAllocation.getType().getX(), 108 mInPixelsAllocation.getType().getY(), center_x, 112 mInPixelsAllocation.getType().getX(), 113 mInPixelsAllocation.getType().getY(), center_x, center_y, 117 mInPixelsAllocation.getType().getX(), 118 mInPixelsAllocation.getType().getY(), center_x, center_y, 138 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, 141 mScript_approx_full.forEach_root(mInPixelsAllocation, [all...] |
BWFilter.java | 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
Contrast.java | 32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
|