Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_gzip.py362 crc32Bytes = fRead.read(4) # CRC32 of uncompressed data [data1]
435 uncompressed = data1 * 50
438 f.write(uncompressed)
442 self.assertEqual(f.read(), uncompressed)
445 uncompressed = data1 * 200
447 f.write(uncompressed)
464 self.assertEqual(nread, len(uncompressed))
622 uncompressed = data1 * 50
625 f.write(uncompressed)
628 self.assertEqual(file_data, uncompressed)
[all...]
H A Dtest_lzma.py182 # Retrieve remaining uncompressed data
1258 uncompressed = INPUT.decode("ascii")
1259 uncompressed_raw = uncompressed.replace("\n", os.linesep)
1261 self.assertEqual(f.read(), uncompressed)
1264 f.write(uncompressed)
1268 f.write(uncompressed)
1323 uncompressed = INPUT.decode("ascii")
1324 uncompressed_raw = uncompressed.replace("\n", os.linesep)
1327 f.write(uncompressed)
1332 self.assertEqual(f.read(), uncompressed)
[all...]
H A Dtest_ipaddress.py2506 for uncompressed, compressed in list(test_addresses.items()):
2508 uncompressed)))
/third_party/ffmpeg/libavcodec/
H A Dmidivid.c41 uint8_t *uncompressed; member
197 int ret, key, uncompressed; in decode_frame() local
204 uncompressed = bytestream2_get_le32(gb); in decode_frame()
206 if (!uncompressed) { in decode_frame()
207 av_fast_padded_malloc(&s->uncompressed, &s->uncompressed_size, 16LL * (avpkt->size - 12)); in decode_frame()
208 if (!s->uncompressed) in decode_frame()
211 ret = lzss_uncompress(s, gb, s->uncompressed, s->uncompressed_size); in decode_frame()
214 bytestream2_init(gb, s->uncompressed, ret); in decode_frame()
274 av_freep(&s->uncompressed); in decode_close()
H A Dsga.c58 uint8_t uncompressed[65536]; member
404 if (sizeof(s->uncompressed) - offset < size) in sga_decode_frame()
407 memcpy(s->uncompressed + offset, gb->buffer, size); in sga_decode_frame()
416 ret = lzss_decompress(avctx, &gb2, s->uncompressed + offset, in sga_decode_frame()
417 sizeof(s->uncompressed) - offset, s->shift, s->plus); in sga_decode_frame()
428 if (sizeof(s->uncompressed) - offset < left) in sga_decode_frame()
431 bytestream2_get_buffer(gb, s->uncompressed + offset, left); in sga_decode_frame()
434 bytestream2_init(gb, s->uncompressed, offset); in sga_decode_frame()
445 ret = lzss_decompress(avctx, gb, s->uncompressed + s->metadata_size, in sga_decode_frame()
446 sizeof(s->uncompressed) in sga_decode_frame()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dvj.c251 * uncompressed packet that tells the other side what in vj_compress_tcp()
259 goto uncompressed; in vj_compress_tcp()
286 * current datagram `uncompressed'. in vj_compress_tcp()
294 goto uncompressed; in vj_compress_tcp()
312 goto uncompressed; in vj_compress_tcp()
322 goto uncompressed; in vj_compress_tcp()
331 goto uncompressed; in vj_compress_tcp()
345 * retransmitted ack or window probe. Send it uncompressed in vj_compress_tcp()
359 * send packet uncompressed. in vj_compress_tcp()
361 goto uncompressed; in vj_compress_tcp()
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c435 * Absolute position relative to the beginning of the uncompressed
999 * number of bits of the current uncompressed offset. In some places there
1222 * would read beyond the beginning of the uncompressed stream.
1235 * read beyond the beginning of the uncompressed stream.
1388 uint32_t uncompressed; member
1391 * Compressed size of LZMA chunk or compressed/uncompressed
1392 * size of uncompressed chunk (64 KiB at maximum)
1398 * the first chunk (LZMA or uncompressed).
1520 /* Copy uncompressed data as is from input to dictionary and output buffers. */
2070 * decoding or copying of uncompressed chunk
2348 vli_type uncompressed; global() member
2401 vli_type uncompressed; global() member
2413 vli_type uncompressed; global() member
[all...]
/third_party/elfutils/tests/
H A Drun-strip-reloc.sh130 tempfiles strip-uncompressed.o strip-compressed.o
131 testrun ${abs_top_builddir}/src/elfcompress -o strip-uncompressed.o -t none \
136 runtest strip-uncompressed.o 1
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dcbrotli_test.go20 uncompressed, err := Decode(compressedData)
24 if !bytes.Equal(uncompressed, wantOriginalData) {
25 if len(wantOriginalData) != len(uncompressed) {
29 "Length of uncompressed: %v",
30 len(wantOriginalData), len(uncompressed))
33 if wantOriginalData[i] != uncompressed[i] {
38 i, wantOriginalData[i], i, uncompressed[i])
/third_party/skia/third_party/externals/brotli/tests/
H A DMakefile15 rm -f testdata/*.{br,unbr,uncompressed}
/third_party/node/test/parallel/
H A Dtest-webcrypto-export-import-ec.js384 const uncompressed = Buffer.from([48, 89, 48, 19, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 8, 42, 134, 72, 206, 61, 3, 1, 7, 3, 66, 0, 4, 210, 16, 176, 166, 249, 217, 240, 18, 134, 128, 88, 180, 63, 164, 244, 113, 1, 133, 67, 187, 160, 12, 146, 80, 223, 146, 87, 194, 172, 174, 93, 209, 206, 3, 117, 82, 212, 129, 69, 12, 227, 155, 77, 16, 149, 112, 27, 23, 91, 250, 179, 75, 142, 108, 9, 158, 24, 241, 193, 152, 53, 131, 97, 232]); // eslint-disable-line max-len
389 assert.deepStrictEqual(uncompressed, Buffer.from(spki));
/third_party/lz4/tests/
H A Dtest-lz4-list.py24 self.frames, self.type, self.block, self.compressed, self.uncompressed, self.ratio, self.filename = splitlines
92 self.assertEqual(nvinfo.uncompressed, to_human(nvinfo.exp_unc_size), nvinfo.line)
107 frame_info = dict(zip(["frame", "type", "block", "checksum", "compressed", "uncompressed", "ratio"], line.split()))
185 self.assertEqual(self.cvinfo.frame_list[i]["uncompressed"], str(expected_size_unc), self.cvinfo.frame_list[i]["line"])
191 f"{float(self.cvinfo.frame_list[i]['compressed']) / float(self.cvinfo.frame_list[i]['uncompressed']) * 100:.2f}%",
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.h1169 /// \param uncompressed True to force uncompressed images. Otherwise use normal compression.
1176 bool uncompressed = false);
1185 /// \param uncompressed True to force uncompressed images. Otherwise use normal compression.
1193 bool uncompressed = false);
H A Ddng_image_writer.cpp4179 // Create pixel buffer to hold uncompressed tile. in WriteTile()
4184 // Get the uncompressed data. in WriteTile()
4628 // Find size of uncompressed buffer. in WriteImage()
5601 bool uncompressed) in WriteDNG()
5610 uncompressed); in WriteDNG()
5622 bool uncompressed) in WriteDNG()
5639 uint32 compression = uncompressed ? ccUncompressed : ccJPEG; in WriteDNG()
5647 if (uncompressed || maxBackwardVersion < dngVersion_1_4_0_0) in WriteDNG()
5734 (!uncompressed); in WriteDNG()
5902 if (isFloatingPoint && !uncompressed) in WriteDNG()
5596 WriteDNG(dng_host &host, dng_stream &stream, dng_negative &negative, const dng_preview_list *previewList, uint32 maxBackwardVersion, bool uncompressed) WriteDNG() argument
5616 WriteDNG(dng_host &host, dng_stream &stream, const dng_negative &negative, const dng_metadata &constMetadata, const dng_preview_list *previewList, uint32 maxBackwardVersion, bool uncompressed) WriteDNG() argument
[all...]
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas45 adler: LongInt; (* adler32 value of the uncompressed data *)
/third_party/node/src/crypto/
H A Dcrypto_ec.cc393 // Convert the input public key to compressed, uncompressed, or hybrid formats.
714 // Ensure exported key is in uncompressed point format. in DoExport()
733 ECPointPointer uncompressed(EC_POINT_new(group)); in DoExport()
736 uncompressed.get(), in DoExport()
740 CHECK_EQ(1, EC_KEY_set_public_key(ec.get(), uncompressed.get())); in DoExport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp437 // Remove certain values that may not be preserved based on the uncompressed view format in generateData()
521 const VkImage& uncompressed,
861 const VkImage& uncompressed, in copyResultAndCompare()
899 uncompressed, subresourceRange); in copyResultAndCompare()
906 vk.cmdCopyImageToBuffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, imageBufferResult.get(), 1u, &copyRegion); in copyResultAndCompare()
1053 const VkImage& uncompressed = imageData[m_parameters.imagesCount -1].getImage(imageNdx); in decompressImage() local
1242 vk.cmdCopyImageToBuffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, transferBuffer.get(), 1u, &compressedCopyRegion); in decompressImage()
859 copyResultAndCompare(const VkCommandPool& cmdPool, const VkCommandBuffer& cmdBuffer, const VkImage& uncompressed, const VkDeviceSize offset, const UVec3& size) copyResultAndCompare() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp437 // Remove certain values that may not be preserved based on the uncompressed view format in generateData()
521 const VkImage& uncompressed,
850 const VkImage& uncompressed, in copyResultAndCompare()
888 uncompressed, subresourceRange); in copyResultAndCompare()
895 vk.cmdCopyImageToBuffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, imageBufferResult.get(), 1u, &copyRegion); in copyResultAndCompare()
1042 const VkImage& uncompressed = imageData[m_parameters.imagesCount -1].getImage(imageNdx); in decompressImage() local
1231 vk.cmdCopyImageToBuffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, transferBuffer.get(), 1u, &compressedCopyRegion); in decompressImage()
848 copyResultAndCompare(const VkCommandPool& cmdPool, const VkCommandBuffer& cmdBuffer, const VkImage& uncompressed, const VkDeviceSize offset, const UVec3& size) copyResultAndCompare() argument
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1595 if not self.ISLAST and self.uncompressed(): continue
1674 def uncompressed(self): member in Layout
1675 """If true, handle uncompressed data
1678 BoolCode('UNCMPR', description='Is uncompressed?'))
/third_party/node/deps/v8/tools/
H A Dgrokdump.py2801 def format_onheap_address(self, size, maybeaddress, uncompressed):
2806 struncompressed = "0x" + self.reader.FormatIntPtr(uncompressed)

Completed in 51 milliseconds