/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
DepthOfFieldOptions.java | 9 public final RGBZ rgbz; field in class:DepthOfFieldOptions 19 * Creates a {@code DepthOfFieldOptions} from an {@code RGBZ}. 21 * @param rgbz the {@code RGBZ} to render 23 public DepthOfFieldOptions(RGBZ rgbz) { 24 this.focalDepth = (float)rgbz.getFocusDepth(); 25 this.depthOfField = (float)rgbz.getDepthOfField(); 26 this.blurInfinity = (float)rgbz.getBlurInfinity() * Math.max(rgbz.getHeight(), rgbz.getWidth()) [all...] |
RGBZ.java | 15 * An RGBZ image, where Z stands for depth, i.e. a color+depth image. 16 * The RGBZ always has a preview image, which represents the latest rendering of the RGBZ. 24 public class RGBZ { 25 public static final String TAG = "RGBZ"; 34 * Creates an RGBZ from a content uri. 36 * @param uri The uri name of the RGBZ 37 * @throws FileNotFoundException if the RGBZ could not be read 39 public RGBZ(Uri uri, ContentResolver contentResolver, Context context) throws IOException { 51 * @return Whether the RGBZ has a depth channe [all...] |
MainActivity.java | 53 // Get input uri to RGBZ 54 RGBZ current_rgbz = new RGBZ(data, getContentResolver(), this); 83 // Get input uri to RGBZ 84 RGBZ current_rgbz = new RGBZ(data, getContentResolver(), this);
|
RenderScriptTask.java | 120 options.rgbz.getDepthTransform(), options.focalDepth, 123 rgbdImage = options.rgbz.getBitmap();
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
DepthOfFieldOptions.java | 23 public final RGBZ rgbz; field in class:DepthOfFieldOptions 33 * Creates a {@code DepthOfFieldOptions} from an {@code RGBZ}. 35 * @param rgbz the {@code RGBZ} to render 37 public DepthOfFieldOptions(RGBZ rgbz) { 38 this.focalDepth = (float)rgbz.getFocusDepth(); 39 this.depthOfField = (float)rgbz.getDepthOfField(); 40 this.blurInfinity = (float)rgbz.getBlurInfinity() [all...] |
RGBZ.java | 32 * An RGBZ image, where Z stands for depth, i.e. a color+depth image. 33 * The RGBZ always has a preview image, which represents the latest rendering of the RGBZ. 39 public class RGBZ { 40 public static final String TAG = "RGBZ"; 49 * Creates an RGBZ from a content uri. 51 * @param uri The uri name of the RGBZ 52 * @throws FileNotFoundException if the RGBZ could not be read 54 public RGBZ(Uri uri, ContentResolver contentResolver, Context context) throws IOException { 66 * Creates an RGBZ from uris to an image and a depthmap [all...] |
RefocusTest.java | 61 RGBZ current_rgbz = null; 63 current_rgbz = new RGBZ(getResourceRef(R.drawable.test_image),
|
RenderScriptTask.java | 133 options.rgbz.getDepthTransform(), options.focalDepth, 136 rgbdImage = options.rgbz.getBitmap();
|
/packages/apps/Camera2/src/com/android/camera/data/ |
RgbzMetadataLoader.java | 25 * Loads RGBZ data. 30 * Checks whether this file is an RGBZ file and fill in the metadata.
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraAppUI.java | 226 * sphere or RGBZ image. [all...] |
/external/opencv3/3rdparty/include/dshow/ |
ddraw.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ddraw.h | [all...] |