Searched refs:GRAYSCALE (Results 1 – 8 of 8) sorted by relevance
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/ |
D | OutputType.java | 21 import static org.tensorflow.lite.support.image.ColorSpaceType.GRAYSCALE; 54 mask.getColorSpaceType() == GRAYSCALE, in assertMasksMatchColoredLabels() 74 tensorImage.load(tensorBuffer, GRAYSCALE); in createMasksFromBuffer() 104 mask.getColorSpaceType() == GRAYSCALE, in assertMasksMatchColoredLabels() 117 tensorImage.load(tensorBuffer, GRAYSCALE); in createMasksFromBuffer()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 24 format = cl.GRAYSCALE 28 iformat = cl.GRAYSCALE 50 if format == cl.GRAYSCALE or options['forcegray']: 51 format = cl.GRAYSCALE
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 24 format = cl.GRAYSCALE 28 iformat = cl.GRAYSCALE 50 if format == cl.GRAYSCALE or options['forcegray']: 51 format = cl.GRAYSCALE
|
D | CL_old.py | 34 GRAYSCALE = 4 variable 60 elif f in (RGB332, GRAYSCALE): 82 elif f == GRAYSCALE:
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ |
D | ColorSpaceType.java | 70 GRAYSCALE { enumConstant 131 return ColorSpaceType.GRAYSCALE; in fromBitmapConfig()
|
D | ImageConversions.java | 79 ColorSpaceType grayscale = ColorSpaceType.GRAYSCALE; in convertGrayscaleTensorBufferToBitmap()
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 197 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE. 1389 RGB => GRAYSCALE 1390 YCbCr => GRAYSCALE 1392 plus the null transforms: GRAYSCALE => GRAYSCALE, RGB => RGB, 1422 YCbCr => GRAYSCALE 1423 RGB => GRAYSCALE 1424 GRAYSCALE => RGB 1426 as well as the null transforms. (Since GRAYSCALE=>RGB is provided, an
|
/external/tflite-support/tensorflow_lite_support/metadata/ |
D | metadata_schema.fbs | 175 GRAYSCALE = 2,
|