Home
last modified time | relevance | path

Searched defs:uncompressed (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmidivid.c41 uint8_t *uncompressed; member
197 int ret, key, uncompressed; in decode_frame() local
Dsga.c58 uint8_t uncompressed[65536]; member
/third_party/node/test/parallel/
Dtest-crypto-ecdh-convert-key.js54 let uncompressed = ECDH.convertKey(cafebabePubPtComp, variable
/third_party/toybox/toys/pending/
Dxzcat.c1388 uint32_t uncompressed; member
2348 vli_type uncompressed; member
2401 vli_type uncompressed; member
2413 vli_type uncompressed; member
/third_party/node/src/crypto/
Dcrypto_ec.cc733 ECPointPointer uncompressed(EC_POINT_new(group)); in DoExport() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image_writer.cpp5601 bool uncompressed) in WriteDNG()
5622 bool uncompressed) in WriteDNG()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp861 const VkImage& uncompressed, in copyResultAndCompare()
1053 const VkImage& uncompressed = imageData[m_parameters.imagesCount -1].getImage(imageNdx); in decompressImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp850 const VkImage& uncompressed, in copyResultAndCompare()
1042 const VkImage& uncompressed = imageData[m_parameters.imagesCount -1].getImage(imageNdx); in decompressImage() local
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py1674 def uncompressed(self): member in Layout
/third_party/node/deps/v8/tools/
Dgrokdump.py2801 def format_onheap_address(self, size, maybeaddress, uncompressed): argument