HomeSort by relevance Sort by last modified time
    Searched defs:compressedSize (Results 1 - 15 of 15) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 59 GLsizei compressedSize = etc1_get_encoded_data_size(width, height);
60 SET_ERROR_IF((compressedSize > imageSize), GL_INVALID_VALUE);
  /libcore/benchmarks/src/benchmarks/
BufferedZipFileBenchmark.java 31 @Param({"128", "1024", "8192", "65536"}) int compressedSize;
45 while (written < compressedSize) {
47 int toWrite = Math.min(compressedSize - written, data.length);
  /system/core/libzipfile/
private.h 15 unsigned int compressedSize;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 868 GLuint compressedSize;
904 compressedSize = _mesa_format_image_size(texImage->TexFormat,
911 if (clientMemSize < compressedSize) {
919 if ((const GLubyte *) img + compressedSize >
  /external/mesa3d/src/mesa/main/
texgetimage.c 868 GLuint compressedSize;
904 compressedSize = _mesa_format_image_size(texImage->TexFormat,
911 if (clientMemSize < compressedSize) {
919 if ((const GLubyte *) img + compressedSize >
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 45 long compressedSize = -1;
99 return compressedSize;
202 compressedSize = value;
312 compressedSize = ze.compressedSize;
376 compressedSize = ((long) it.readInt()) & 0xffffffffL;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 192 float compressedSize = newArea / factor;
193 compressedSize *= mExportCompressionMargin;
194 float size = compressedSize / 1024.f / 1024.f;
  /external/lzma/Java/SevenZip/
LzmaBench.java 339 int compressedSize = 0;
350 compressedSize = compressedStream.size();
351 inputCompressedStream = new MyInputStream(compressedBuffer, compressedSize);
353 else if (compressedSize != compressedStream.size())
376 PrintResults(dictionarySize, decodeTime, kBufferSize, true, compressedSize);
382 totalCompressedSize += compressedSize;
  /frameworks/native/opengl/libagl/
texture.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 495 UInt32 compressedSize;
617 compressedSize = outStreamSpec->Pos;
642 inStreamSpec->Init(outStreamSpec->Buffer, compressedSize);
651 pi->BenchInfo.PackSize += compressedSize;
767 info.PackSize += encoder.compressedSize;
841 info.PackSize += encoder.compressedSize;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 1130 milliseconds