Searched defs:blur (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java919 * Apply blur to the input image represented in an array of colors and put
924 * @param out output array of colors after the blur
927 * @param size size of the Gaussian blur mask
929 public static void blur(int[] src, int[] out, int w, int h, int size) { method in class:CameraUtil

Completed in 58 milliseconds