/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
LayerInfo.java | 7 public class LayerInfo { 11 LayerInfo(int depth) { 16 LayerInfo(int front, int back) {
|
BlurStack.java | 15 * For a layer n, its depth interval is (@code [layerInfo[n].backDepth, 16 * layerInfo[n].frontDepth]), where (@code backDepth<=frontDepth). 69 private LayerInfo[] layerInfo; 93 return layerInfo.length; 96 public LayerInfo getLayerInfo(int layer) { 97 return layerInfo[layer]; 107 return layerInfo[layer].frontDepth - layerInfo[layer].backDepth + 1; 123 return layerInfo[layer].backDepth + relativeDepthInLayer [all...] |
RefocusFilter.java | 88 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); 89 setTargetLayer(layerInfo); 94 int dilationRadius = getKernelRadius(layerInfo.backDepth, blurStack); 131 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); 132 setTargetLayer(layerInfo); 137 int dilationRadius = getKernelRadius(layerInfo.frontDepth, blurStack); 179 LayerInfo focalLayer); 185 protected abstract void setTargetLayer(LayerInfo layerInfo) [all...] |
layer_info.rsh | 5 typedef struct LayerInfo {
|
layer_info_fast.rsh | 5 typedef struct LayerInfo {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
BlurStack.java | 32 * For a layer n, its depth interval is (@code [layerInfo[n].backDepth, 33 * layerInfo[n].frontDepth]), where (@code backDepth<=frontDepth). 84 private LayerInfo[] layerInfo; 108 return layerInfo.length; 111 public LayerInfo getLayerInfo(int layer) { 112 return layerInfo[layer]; 122 return layerInfo[layer].frontDepth - layerInfo[layer].backDepth + 1; 138 return layerInfo[layer].backDepth + relativeDepthInLayer [all...] |
LayerInfo.java | 23 public class LayerInfo { 27 LayerInfo(int depth) { 32 LayerInfo(int front, int back) {
|
RefocusFilter.java | 103 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); 104 setTargetLayer(layerInfo); 109 int dilationRadius = getKernelRadius(layerInfo.backDepth, blurStack); 146 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); 147 setTargetLayer(layerInfo); 152 int dilationRadius = getKernelRadius(layerInfo.frontDepth, blurStack); 194 LayerInfo focalLayer); 200 protected abstract void setTargetLayer(LayerInfo layerInfo) [all...] |
layer_info.rsh | 5 typedef struct LayerInfo {
|
layer_info_fast.rsh | 5 typedef struct LayerInfo {
|
/external/skia/tests/ |
LayerDrawLooperTest.cpp | 47 SkLayerDrawLooper::LayerInfo layerInfo; 50 (void)looperBuilder.addLayer(layerInfo); 53 layerInfo.fOffset.set(10.0f, 20.0f); 54 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit; 55 SkPaint* layerPaint = looperBuilder.addLayer(layerInfo); 87 SkLayerDrawLooper::LayerInfo layerInfo; 90 (void)looperBuilder.addLayerOnTop(layerInfo); 93 layerInfo.fOffset.set(10.0f, 20.0f) [all...] |
/external/skia/include/effects/ |
SkLayerDrawLooper.h | 40 * - Color is always computed using the LayerInfo's fColorMode. 58 struct SK_API LayerInfo { 65 * Initial the LayerInfo. Defaults to settings that will draw the 71 LayerInfo(); 94 LayerInfo fInfo; 110 static void ApplyInfo(SkPaint* dst, const SkPaint& src, const LayerInfo&); 126 SkPaint* addLayer(const LayerInfo&); 139 SkPaint* addLayerOnTop(const LayerInfo&);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
RefocusFilterd1new.java | 26 import android.renderscript.cts.refocus.LayerInfo; 58 LayerInfo focalLayer) { 113 protected void setTargetLayer(LayerInfo layerInfo) { 114 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
|
ImageBuffersForRenderScriptd1new.java | 24 import android.renderscript.cts.refocus.LayerInfo; 104 public void initializeRenderScript(LayerInfo focalLayer,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
RefocusFilterF32.java | 29 import android.renderscript.cts.refocus.LayerInfo; 61 LayerInfo focalLayer) { 116 protected void setTargetLayer(LayerInfo layerInfo) { 117 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
|
ImageBuffersForRenderScriptF32.java | 24 import android.renderscript.cts.refocus.LayerInfo; 82 public void initializeRenderScript(LayerInfo focalLayer,
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
layer_picker.html | 224 layerInfos.forEach(function(layerInfo) { 225 var layer = layerInfo.layer; 228 var item = this.createElementWithDepth_(layerInfo.depth); 231 labelEl.textContent = layerInfo.name + ' ' + id; 234 if (layerInfo.isMaskLayer) 236 if (layerInfo.isReplicaLayer)
|
/external/opencv3/modules/features2d/src/opencl/ |
orb.cl | 21 __global const int* layerinfo, __global const int* keypoints, 28 __global const int* layer = layerinfo + kpt[KEYPOINT_Z]*LAYERINFO_SIZE; 87 __global const int* layerinfo, __global const int* keypoints, 96 __global const int* layer = layerinfo + kpt[KEYPOINT_Z]*LAYERINFO_SIZE; 135 __global const int* layerinfo, __global const int* keypoints, 145 __global const int* layer = layerinfo + kpt[KEYPOINT_Z]*LAYERINFO_SIZE;
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/ |
RefocusFilterd1new.java | 5 import com.android.rs.refocus.LayerInfo; 46 LayerInfo focalLayer) { 102 protected void setTargetLayer(LayerInfo layerInfo) { 103 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
|
ImageBuffersForRenderScriptd1new.java | 11 import com.android.rs.refocus.LayerInfo; 92 public void initializeRenderScript(LayerInfo focalLayer,
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/ |
RefocusFilterF32.java | 6 import com.android.rs.refocus.LayerInfo; 45 LayerInfo focalLayer) { 100 protected void setTargetLayer(LayerInfo layerInfo) { 101 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
|
ImageBuffersForRenderScriptF32.java | 11 import com.android.rs.refocus.LayerInfo; 69 public void initializeRenderScript(LayerInfo focalLayer,
|
/external/skia/bench/ |
BlurRoundRectBench.cpp | 45 SkLayerDrawLooper::LayerInfo info; 63 SkLayerDrawLooper::LayerInfo info;
|
/external/skia/src/effects/ |
SkLayerDrawLooper.cpp | 17 SkLayerDrawLooper::LayerInfo::LayerInfo() { 62 SkPaint* dst, const SkPaint& src, const LayerInfo& info) { 223 LayerInfo info; 309 SkPaint* SkLayerDrawLooper::Builder::addLayer(const LayerInfo& info) { 324 LayerInfo info; 330 SkPaint* SkLayerDrawLooper::Builder::addLayerOnTop(const LayerInfo& info) {
|
/external/opencv3/modules/features2d/src/ |
orb.cpp | 62 const UMat& layerinfo, 78 ocl::KernelArg::PtrReadOnly(layerinfo), 85 ocl_ICAngles(const UMat& imgbuf, const UMat& layerinfo, 96 ocl::KernelArg::PtrReadOnly(layerinfo), 105 ocl_computeOrbDescriptors(const UMat& imgbuf, const UMat& layerInfo, 117 ocl::KernelArg::PtrReadOnly(layerInfo), 130 HarrisResponses(const Mat& img, const std::vector<Rect>& layerinfo, 156 const uchar* ptr0 = ptr00 + (y0 - r + layerinfo[z].y)*step + x0 - r + layerinfo[z].x; 175 static void ICAngles(const Mat& img, const std::vector<Rect>& layerinfo, [all...] |