Searched refs:COLORSPACE_KEY (Results 1 - 3 of 3) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java29 public static final String COLORSPACE_KEY = "colorspace"; field in class:ImageFormat
44 result.setMetaValue(COLORSPACE_KEY, colorspace);
/system/media/mca/filterpacks/imageproc/java/
H A DToRGBAFilter.java63 result.setMetaValue(ImageFormat.COLORSPACE_KEY, ImageFormat.COLORSPACE_RGBA);
H A DToRGBFilter.java63 result.setMetaValue(ImageFormat.COLORSPACE_KEY, ImageFormat.COLORSPACE_RGB);

Completed in 60 milliseconds