Searched refs:uncompressed (Results 1 – 11 of 11) sorted by relevance
/haiku/headers/private/kernel/boot/platform/generic/ |
H A D | video.h | 31 void uncompress_24bit_RLE(const uint8 compressed[], uint8 *uncompressed); 32 void uncompress_8bit_RLE(const uint8 compressed[], uint8 *uncompressed);
|
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/ |
H A D | UVCCamDevice.cpp | 196 print_guid(descriptor->uncompressed.format); in _ParseVideoStreaming() 198 descriptor->uncompressed.bytesPerPixel, in _ParseVideoStreaming() 199 descriptor->uncompressed.defaultFrameIndex, in _ParseVideoStreaming() 200 descriptor->uncompressed.aspectRatioX, in _ParseVideoStreaming() 201 descriptor->uncompressed.aspectRatioY); in _ParseVideoStreaming() 203 if (descriptor->uncompressed.interlaceFlags & 1) in _ParseVideoStreaming() 206 (descriptor->uncompressed.interlaceFlags & 2) ? 1 : 2); in _ParseVideoStreaming() 207 if (descriptor->uncompressed.interlaceFlags & 4) in _ParseVideoStreaming() 210 switch ((descriptor->uncompressed.interlaceFlags & 0x30) >> 4) { in _ParseVideoStreaming() 216 if (descriptor->uncompressed.copyProtect) in _ParseVideoStreaming()
|
H A D | USB_video.h | 37 } uncompressed; member
|
/haiku/src/system/boot/platform/generic/ |
H A D | video_splash.cpp | 36 uint8* uncompressed, unsigned int uncompressedSize) in uncompress() argument 46 (Bytef*)uncompressed, // next_out in uncompress()
|
/haiku/docs/develop/packages/ |
H A D | TODO.rst | 49 high-ratio formats) compressed uncompressed packages for download that are 54 uncompressed data from a slow HD).
|
H A D | FileFormat.rst | 101 The size of the chunks the uncompressed heap data are divided into. 108 The uncompressed size of the heap. This is only the size of the raw data 115 The uncompressed size of the package attributes section. 132 The uncompressed size of the TOC section. 143 concatenated without padding or separator, forming the uncompressed heap. A 146 into the uncompressed heap, even if the heap is actually stored in a compressed 155 The uncompressed heap data are divided into equally sized chunks (64 KiB). The 156 last chunk in the heap may have a different uncompressed length from the 157 preceding chunks. The uncompressed length of the last chunk can be derived. Each 164 if the chunk's compressed size equals its uncompressed size, the data aren't [all …]
|
H A D | OldIdeas.rst | 163 uncompressed at some point. There are two options: 190 uncompressed bundle/image file if that's more efficient than having lots of
|
/haiku/src/bin/unzip/ |
H A D | zipinfo.txt | 131 number of files listed, their uncompressed and com- 166 line are printed in Unix format. The uncompressed file- 274 5 files, 13386 bytes uncompressed, 4951 bytes compressed: 63.0% 278 number of files listed, their total uncompressed size, and 438 compressed and uncompressed size; in such cases -t may be
|
H A D | unzip.txt | 146 uncompressed file sizes and modification dates and
|
/haiku/data/system/data/licenses/ |
H A D | LibJPEG | 70 "uncompressed GIFs". This technique does not use the LZW algorithm; the
|
/haiku/docs/develop/release/ |
H A D | cookbook.rst | 96 |--md5sums.txt (of compressed and uncompressed release-image-files)
|