HomeSort by relevance Sort by last modified time
    Searched refs:greyscale (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Greyscale.java 21 public class Greyscale extends TestBase {
25 mScript = new ScriptC_greyscale(mRS, res, R.raw.greyscale);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Greyscale.java 29 public class Greyscale extends TestBase {
33 mScript = new ScriptC_greyscale(mRS, res, R.raw.greyscale);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Greyscale.java 29 public class Greyscale extends TestBase {
33 mScript = new ScriptC_greyscale(mRS, res, R.raw.greyscale);
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 62 bits per pixel) and colour combinations: greyscale (1/2/4/8/16 bit); RGB,
63 RGBA, LA (greyscale with alpha) with 8/16 bits per channel; colour mapped
87 that's "greyscale" and "colour". This not only matches the author's
91 greyscale, RGB, greyscale--alpha, RGB--alpha. These are sometimes
94 Lightness which is the channel used in greyscale images; *R*, *G*, *B* stand
144 order, R-G-B-A (or L-A for greyscale--alpha).
323 greyscale=False,
346 greyscale
347 Input data is greyscale, not RGB
    [all...]

Completed in 1247 milliseconds