Home
last modified time | relevance | path

Searched refs:getCompressedSize (Results 1 – 7 of 7) sorted by relevance

/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DUnitTestZipArchive.java239 testEntry.getUncompressedBinaryContent().length, entry.getCompressedSize()); in checkEntry()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp108 virtual deUint32 getCompressedSize (void) const;
DvktPipelineImageUtil.cpp372 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()
634 deUint32 TestTexture::getCompressedSize (void) const in getCompressedSize() function in vkt::pipeline::TestTexture
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java557 public int getCompressedSize() { in getCompressedSize() method in TJCompressor
/external/libjpeg-turbo/java/
DTJExample.java332 jpegSize = tjc.getCompressedSize(); in main()
DTJBench.java352 jpegSize[tile] = tjc.getCompressedSize(); in fullTest()
DTJUnitTest.java695 size = tjc.getCompressedSize(); in compTest()