HomeSort by relevance Sort by last modified time
    Searched full:compressiontype (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 272 int compressionType;
279 if (!png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength))
325 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
326 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table_builder.h 80 void WriteRawBlock(const Slice& data, CompressionType, BlockHandle* handle);
options.h 23 enum CompressionType {
129 CompressionType compression;
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 149 CompressionType type = r->options.compression;
176 CompressionType type,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.h 84 enum CompressionType {
110 CompressionType biCompression;
BMPImageReader.cpp 270 m_infoHeader.biCompression = static_cast<CompressionType>(biCompression);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 21 using leveldb::CompressionType;
450 opt->rep.compression = static_cast<CompressionType>(t);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h     [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 626 .append(L"\" /D CompressionType=LZX /L \"")
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 263 '/D', 'CompressionType=LZX',

Completed in 681 milliseconds