Home
last modified time | relevance | path

Searched defs:compression (Results 126 - 150 of 158) sorted by relevance

1234567

/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c1573 png_write_zTXt(png_structrp png_ptr, png_const_charp key, png_const_charp text, int compression) png_write_zTXt() argument
1624 png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key, png_const_charp lang, png_const_charp lang_key, png_const_charp text) png_write_iTXt() argument
[all...]
H A Dpng.h564 int compression; /* compression value: member
[all...]
/third_party/python/Lib/
H A Dzipfile.py23 import zlib # We may need its compression method namespace
30 import bz2 # We may need its compression method namespace
35 import lzma # We may need its compression method namespace
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtrfs_tree.h776 __u8 compression; member
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2.h283 } compression; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dioctl.c112 __u32 compression; member
[all...]
H A Dextent_io.c2970 u8 compression; in extent_fiemap() local
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h332 __u8 compression; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h332 __u8 compression; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs_tree.h359 __u8 compression; member
/third_party/ffmpeg/libavcodec/
H A Dexr.c156 enum ExrCompr compression; member
[all...]
/third_party/backends/backend/
H A Dhs2p-scsi.h369 SANE_Byte compression; /* Compression Method is set to 0x00 member
H A Dbh.h879 SANE_Byte compression; member
H A Dhp3900_types.c463 SANE_Byte compression; /* +10 */ member
732 SANE_Int compression; variable
/third_party/python/Lib/test/
H A Dtest_zipfile.py459 compression = zipfile.ZIP_STORED global() variable in StoredTestsWithSourceFile
654 compression = zipfile.ZIP_DEFLATED global() variable in DeflateTestsWithSourceFile
670 compression = zipfile.ZIP_BZIP2 global() variable in Bzip2TestsWithSourceFile
675 compression = zipfile.ZIP_LZMA global() variable in LzmaTestsWithSourceFile
826 compression = zipfile.ZIP_STORED global() variable in StoredTestZip64InSmallFiles
1242 compression = zipfile.ZIP_DEFLATED global() variable in DeflateTestZip64InSmallFiles
1247 compression = zipfile.ZIP_BZIP2 global() variable in Bzip2TestZip64InSmallFiles
1252 compression = zipfile.ZIP_LZMA global() variable in LzmaTestZip64InSmallFiles
1290 compression = zipfile.ZIP_STORED global() variable in StoredWriterTests
1294 compression = zipfile.ZIP_DEFLATED global() variable in DeflateWriterTests
1298 compression = zipfile.ZIP_BZIP2 global() variable in Bzip2WriterTests
1302 compression = zipfile.ZIP_LZMA global() variable in LzmaWriterTests
2316 compression = zipfile.ZIP_STORED global() variable in StoredBadCrcTests
2329 compression = zipfile.ZIP_DEFLATED global() variable in DeflateBadCrcTests
2342 compression = zipfile.ZIP_BZIP2 global() variable in Bzip2BadCrcTests
2358 compression = zipfile.ZIP_LZMA global() variable in LzmaBadCrcTests
2580 compression = zipfile.ZIP_STORED global() variable in StoredTestsWithRandomBinaryFiles
2585 compression = zipfile.ZIP_DEFLATED global() variable in DeflateTestsWithRandomBinaryFiles
2590 compression = zipfile.ZIP_BZIP2 global() variable in Bzip2TestsWithRandomBinaryFiles
2595 compression = zipfile.ZIP_LZMA global() variable in LzmaTestsWithRandomBinaryFiles
[all...]
/kernel/linux/linux-5.10/include/pcmcia/
H A Dcistpl.h253 u_char compression; member
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dcpia1.c310 } compression; member
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dcpia1.c310 } compression; member
/kernel/linux/linux-6.6/include/pcmcia/
H A Dcistpl.h253 u_char compression; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs.h1006 __u32 compression; member
H A Dbtrfs_tree.h1044 __u8 compression; member
/third_party/libdrm/
H A Dxf86drm.c346 uint64_t height, kind, gen, sector, compression; in drmGetFormatModifierNameFromNvidia() local
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1465 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format); in onCreateCompressedTexture() local
1527 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format); in onCreateCompressedBackendTexture() local
1564 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format); in onUpdateCompressedBackendTexture() local
1685 createCompressedTexture2D( SkISize dimensions, SkImage::CompressionType compression, GrGLFormat format, GrMipmapped mipMapped, GrGLTextureParameters::SamplerOverriddenState* initialState) createCompressedTexture2D() argument
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp818 fill_in_compressed_regions(GrStagingBufferManager* stagingBufferManager, SkTArray<VkBufferImageCopy>* regions, SkTArray<size_t>* individualMipOffsets, GrStagingBufferManager::Slice* slice, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipmapped) fill_in_compressed_regions() argument
875 fill_in_compressed_regions(SkTArray<VkBufferImageCopy>* regions, SkTArray<size_t>* individualMipOffsets, SkImage::CompressionType compression, SkISize dimensions, GrMipmapped mipmapped) fill_in_compressed_regions() argument
1035 uploadTexDataCompressed(GrVkImage* uploadTexture, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipMapped, const void* data, size_t dataSize) uploadTexDataCompressed() argument
1101 uploadTexDataCompressed(GrVkImage* uploadTexture, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipMapped, OH_NativeBuffer* nativeBuffer, size_t bufferSize) uploadTexDataCompressed() argument
1236 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format); onCreateCompressedTexture() local
1269 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format); onCreateCompressedTexture() local
1878 SkImage::CompressionType compression = onUpdateCompressedBackendTexture() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp5256 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFF() argument
5285 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, const dng_metadata *metadata, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFF() argument
5329 WriteTIFFWithProfile(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const void *profileData, uint32 profileSize, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFFWithProfile() argument
5360 WriteTIFFWithProfile(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, const dng_metadata *constMetadata, const void *profileData, uint32 profileSize, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFFWithProfile() argument
5639 uint32 compression = uncompressed ? ccUncompressed : ccJPEG; WriteDNG() local
[all...]

Completed in 67 milliseconds

1234567