/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
WhiteBalance.java | 31 mScript.set_histogramSource(mInPixelsAllocation); 32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX()); 33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY()); 35 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
Fisheye.java | 75 mInPixelsAllocation.getType().getX(), 76 mInPixelsAllocation.getType().getY(), center_x, 80 mInPixelsAllocation.getType().getX(), 81 mInPixelsAllocation.getType().getY(), center_x, 85 mInPixelsAllocation.getType().getX(), 86 mInPixelsAllocation.getType().getY(), center_x, center_y, 90 mInPixelsAllocation.getType().getX(), 91 mInPixelsAllocation.getType().getY(), center_x, center_y, 100 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); 105 mScript_approx_full.set_in_alloc(mInPixelsAllocation); [all...] |
Vignette.java | 96 mInPixelsAllocation.getType().getX(), 97 mInPixelsAllocation.getType().getY(), center_x, 101 mInPixelsAllocation.getType().getX(), 102 mInPixelsAllocation.getType().getY(), center_x, 106 mInPixelsAllocation.getType().getX(), 107 mInPixelsAllocation.getType().getY(), center_x, center_y, 111 mInPixelsAllocation.getType().getX(), 112 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 | 31 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
|
Convolve3x3.java | 37 mWidth = mInPixelsAllocation.getType().getX(); 38 mHeight = mInPixelsAllocation.getType().getY(); 48 mIntrinsic.setInput(mInPixelsAllocation); 52 mScript.set_gIn(mInPixelsAllocation);
|
Exposure.java | 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
|
Greyscale.java | 29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
|
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/ |
WhiteBalance.java | 31 mScript.set_histogramSource(mInPixelsAllocation); 32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX()); 33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY()); 35 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
|
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, 103 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); 108 mScript_approx_full.set_in_alloc(mInPixelsAllocation); [all...] |
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, 140 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, 143 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 | 45 mWidth = mInPixelsAllocation.getType().getX(); 46 mHeight = mInPixelsAllocation.getType().getY(); 56 mIntrinsic.setInput(mInPixelsAllocation); 60 mScript.set_gIn(mInPixelsAllocation);
|
Exposure.java | 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Artistic1.java | 30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); 35 blur.setInput(mInPixelsAllocation); 41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
|
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, 103 mScript_approx_relaxed.set_in_alloc(mInPixelsAllocation); 108 mScript_approx_full.set_in_alloc(mInPixelsAllocation); [all...] |
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, 140 mScript_approx_relaxed.forEach_root(mInPixelsAllocation, 143 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);
|