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

1 2 3

  /external/qemu/android/
loadpng.c 22 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
70 // width, height, bitdepth, colortype);
89 if(bitdepth < 8) {
98 if(bitdepth == 16) {
160 int bitdepth, colortype, imethod, cmethod, fmethod, i; local
199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
202 // width, height, bitdepth, colortype);
221 if(bitdepth < 8) {
230 if(bitdepth == 16)
    [all...]
  /external/chromium_org/tools/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/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
264 if ( bitdepth == 16 )
267 if ( bitdepth < 8 )
284 &bitdepth, &color_type, &interlace,
287 if ( bitdepth != 8 ||
  /external/freetype/src/sfnt/
pngshim.c 196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
297 if ( bitdepth == 16 )
300 if ( bitdepth < 8 )
317 &bitdepth, &color_type, &interlace,
320 if ( bitdepth != 8 ||
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
264 if ( bitdepth == 16 )
267 if ( bitdepth < 8 )
284 &bitdepth, &color_type, &interlace,
287 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...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 279 int bitDepth, colorType;
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
284 if (bitDepth == 16) {
289 if (bitDepth < 8) {
293 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
316 int bitDepth, pngColorType, interlaceType;
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
493 int bitDepth, colorType;
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
537 if (16 == bitDepth) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 279 int bitDepth, colorType;
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
284 if (bitDepth == 16) {
289 if (bitDepth < 8) {
293 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
316 int bitDepth, pngColorType, interlaceType;
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
493 int bitDepth, colorType;
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
537 if (16 == bitDepth) {
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBLC.h 56 struct BitDepth {
65 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports
  /external/skia/src/sfnt/
SkOTTable_EBLC.h 56 struct BitDepth {
65 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 83 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
134 NativePixmap::NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth)
143 if (bitDepth != 24 && bitDepth != 32)
150 bitmapInfo.bmiHeader.biBitCount = bitDepth;
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]
lodepng.h 101 initially. Bytes per pixel depends on colortype and bitdepth.
109 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
114 LodePNGColorType colortype, unsigned bitdepth);
131 LodePNGColorType colortype, unsigned bitdepth);
146 Converts raw pixel data into a PNG image in memory. The colortype and bitdepth
148 by the colortype, bitdepth and content of the input pixel data.
154 w * h * (bytes per pixel), bytes per pixel depends on colortype and bitdepth.
158 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth);
316 unsigned bitdepth; \/*bits per sample, see PNG standard or documentation further in this header file*\/ member in struct:LodePNGColorMode
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.h 96 int32_t BitDepth();
140 int32_t BitDepth();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.h 96 int32_t BitDepth();
140 int32_t BitDepth();
  /external/deqp/framework/common/
tcuImageIO.cpp 111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr);
113 if (colorType == PNG_COLOR_TYPE_RGB && bitDepth == 8)
115 else if (colorType == PNG_COLOR_TYPE_RGBA && bitDepth == 8)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 325 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
326 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
331 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8))
341 if (bitDepth == 16)
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 251 const tcu::UVec4 bitDepth(deMinu32(nativeBitDepth.x(), eglBitDepth.x()),
256 const tcu::UVec4 uColor = tcu::UVec4((deUint32)(((1u << bitDepth.x()) - 1u) * color.x()),
257 (deUint32)(((1u << bitDepth.y()) - 1u) * color.y()),
258 (deUint32)(((1u << bitDepth.z()) - 1u) * color.z()),
259 (deUint32)(((1u << bitDepth.w()) - 1u) * color.w()));
269 return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), result.getAccess(), tcu::UVec4(1u, 1u, 1u, (bitDepth.w() > 0 ? 1u : std::numeric_limits<deUint32>::max())), tcu::COMPARE_LOG_RESULT);
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 196 state.info_raw.bitdepth = 8;
199 state.info_raw.bitdepth = 16;
375 if (inputstate.info_png.color.bitdepth == 16 && !png_options.lossy_8bit) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bdaiface.h 235 STDMETHOD_(HRESULT,EnumAudioCapability)(THIS_ DWORD FmtIndex,DWORD *MethodID,DWORD *AlgorithmType,DWORD *SamplingRate,DWORD *BitDepth,DWORD *NumChannels) PURE;
247 #define IBDA_Encoder_EnumAudioCapability(This,FmtIndex,MethodID,AlgorithmType,SamplingRate,BitDepth,NumChannels) (This)->lpVtbl->EnumAudioCapability(This,FmtIndex,MethodID,AlgorithmType,SamplingRate,BitDepth,NumChannels)
  /external/libhevc/common/
ihevc_weighted_pred.c 449 * >> shift where shift = 15 - BitDepth
532 * >> shift where shift = 15 - BitDepth
ihevc_sao.h 71 UWORD32 bitdepth);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/
EbmlIDs.h 144 BitDepth = 0x6264,
  /external/chromium_org/third_party/sfntly/cpp/src/test/
bitmap_table_test.cc 73 EXPECT_EQ(strike1->BitDepth(), STRIKE1_BIT_DEPTH);
  /external/libvpx/libvpx/third_party/libmkv/
EbmlIDs.h 144 BitDepth = 0x6264,

Completed in 2893 milliseconds

1 2 3