Searched refs:compression (Results 26 - 42 of 42) sorted by relevance

12

/haiku/src/add-ons/translators/raw/
H A DRAW.h45 uint32 compression; member in struct:image_data_info
H A DRAW.cpp281 switch (image.compression) {
2481 _MakeCanonDecoder(image.compression);
2649 switch (image.compression) {
2662 fprintf(stderr, "DCRaw: unknown compression: %" B_PRId32 "\n",
2663 image.compression);
2917 case 259: // compression
2918 image.compression = fRead.Next<uint16>();
2940 image.compression = 6;
3398 if ((fImages[i].compression != COMPRESSION_OLD_JPEG
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h171 uint32 compression; member in struct:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase::SectionInfo
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h109 void SetCompression(uint32 compression);
H A DReaderImplBase.h127 status_t InitHeapReader(uint32 compression,
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.h188 void ReadImage(Compression compression, uint16 startLine,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c60 * enum ntfs_compression_constants - constants used in the compression code
265 * If compression is not effective, the header and an uncompressed
321 * compression modes of zlib. */
443 /* Free the compression context and return the total number of bytes
450 * ntfs_decompress - decompress a compression block into an array of pages
453 * @cb_start: compression block to decompress
454 * @cb_size: size of compression block @cb_start in bytes
456 * This decompresses the compression block @cb_start into the destination
459 * @cb_start is a pointer to the compression block which needs decompressing
468 * Pointers into the compressed data, i.e. the compression bloc
720 FILE_ATTR_FLAGS compression; local
[all...]
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp105 "compression type for data (%llu)\n",
460 // package attributes length and compression
461 fPackageAttributesSection.compression
479 // TOC length and compression
480 fTOCSection.compression = B_BENDIAN_TO_HOST_INT32(header.toc_compression);
H A DReaderImplBaseV1.cpp586 switch (section.compression) {
602 return "Invalid compression algorithm ID";
1026 switch (section.compression) {
1076 fErrorOutput->PrintError("Error: Invalid compression type: %u\n",
1077 section.compression);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h392 uint8 compression; member in struct:btrfs_extent_data
409 uint8 Compression() const { return compression; }
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp299 // allocate the compression/decompression algorithm
354 fErrorOutput->PrintError("Error: Invalid heap compression\n");
368 WriterImplBase::SetCompression(uint32 compression) argument
370 fParameters.SetCompression(compression);
H A DReaderImplBase.cpp815 ReaderImplBase::InitHeapReader(uint32 compression, uint32 chunkSize, argument
821 switch (compression) {
847 fErrorOutput->PrintError("Error: Invalid heap compression\n");
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp647 uint32 compression = fSettings->SetGetInt32(TIFF_SETTING_COMPRESSION);
675 switch (compression) {
696 printf("using compression: %s\n", compressionString);
698 printf("using unkown compression (%ld).\n", compression);
700 TIFFSetField(tif, TIFFTAG_COMPRESSION, compression);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp417 fCompression = new BStringView(r, "compression",
1104 BString compression = B_TRANSLATE("Compression: ");
1108 compression << B_TRANSLATE("None");
1110 compression << codec_info.short_name;
1124 fCompression->SetText(compression.String());
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c603 if (ds->compression) {
604 printf("%s compression", indent);
605 if (ds->compression & CISTPL_SERIAL_CMPR_V42BIS)
607 if (ds->compression & CISTPL_SERIAL_CMPR_MNP5)
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h269 u_char compression; member in struct:cistpl_data_serv_t
/haiku/headers/os/drivers/usb/
H A DUSB_video.h760 uint8* compression; member in struct:__anon45

Completed in 122 milliseconds

12