HomeSort by relevance Sort by last modified time
    Searched full:bitdepth (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_alac.h 12 uint8_t bitDepth;
  /prebuilts/go/darwin-x86/src/image/png/testdata/pngsuite/
basn0g01-30.sng 3 width: 30; height: 30; bitdepth: 8;
basn0g01.sng 3 width: 32; height: 32; bitdepth: 8;
basn0g02-29.sng 3 width: 29; height: 29; bitdepth: 8;
basn0g02.sng 3 width: 32; height: 32; bitdepth: 8;
basn0g04-31.sng 3 width: 31; height: 31; bitdepth: 8;
basn0g04.sng 3 width: 32; height: 32; bitdepth: 8;
basn0g08.sng 3 width: 32; height: 32; bitdepth: 8;
basn3p01.sng 3 width: 32; height: 32; bitdepth: 1;
basn3p02.sng 3 width: 32; height: 32; bitdepth: 2;
  /prebuilts/go/linux-x86/src/image/png/testdata/pngsuite/
basn0g01-30.sng 3 width: 30; height: 30; bitdepth: 8;
basn0g01.sng 3 width: 32; height: 32; bitdepth: 8;
basn0g02-29.sng 3 width: 29; height: 29; bitdepth: 8;
basn0g02.sng 3 width: 32; height: 32; bitdepth: 8;
basn0g04-31.sng 3 width: 31; height: 31; bitdepth: 8;
basn0g04.sng 3 width: 32; height: 32; bitdepth: 8;
basn0g08.sng 3 width: 32; height: 32; bitdepth: 8;
basn3p01.sng 3 width: 32; height: 32; bitdepth: 1;
basn3p02.sng 3 width: 32; height: 32; bitdepth: 2;
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 325 bitdepth=8,
350 bitdepth
376 `bitdepth` specifies the bit depth of the source pixel values.
378 ``2**bitdepth-1``. For example, 8-bit images have values
380 1,2,4,8, or 16. When `bitdepth` is not one of these values,
394 argument is specified) the `bitdepth` argument must match one of
398 `bitdepth` argument into service for this.)
405 and the `bitdepth` argument specifies the size of these indexes
528 warnings.warn('please use bitdepth instead of bytes_per_sample',
533 bitdepth = int(8*bytes_per_sample
    [all...]
  /external/freetype/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
306 if ( bitdepth == 16 )
309 if ( bitdepth < 8 )
326 &bitdepth, &color_type, &interlace,
329 if ( bitdepth != 8 ||
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
306 if ( bitdepth == 16 )
309 if ( bitdepth < 8 )
326 &bitdepth, &color_type, &interlace,
329 if ( bitdepth != 8 ||
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
306 if ( bitdepth == 16 )
309 if ( bitdepth < 8 )
326 &bitdepth, &color_type, &interlace,
329 if ( bitdepth != 8 ||
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 134 glyph.exportBitDepth = curStrike.bitmapSizeTable.bitDepth
269 bitDepth = bitmapObject.exportBitDepth
272 writer.begintag('rowimagedata', bitDepth=bitDepth, width=metrics.width, height=metrics.height)
275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
282 bitDepth = safeEval(attrs['bitDepth'])
295 bitmapObject.setRows(dataRows, bitDepth=bitDepth, metrics=metrics
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 72 var bitdepth int
75 bitdepth = 8
77 bitdepth = 16
84 bitdepth = 1
86 bitdepth = 2
88 bitdepth = 4
90 bitdepth = 8
97 fmt.Fprintf(w, " width: %d; height: %d; bitdepth: %d;\n", bounds.Dx(), bounds.Dy(), bitdepth)
184 b = b<<uint(bitdepth) | int(paletted.ColorIndexAt(x, y)
    [all...]

Completed in 823 milliseconds

1 2 3 4 5