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

  /frameworks/av/media/mtp/
MtpObjectInfo.h 32 uint32_t mCompressedSize;
  /build/tools/zipalign/
ZipEntry.h 72 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; }
228 mCompressedSize(0),
250 unsigned long mCompressedSize;
279 mCompressedSize(0),
309 unsigned long mCompressedSize;
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 29 private int mCompressedSize;
99 return mCompressedSize;
  /frameworks/base/tools/aapt/
ZipEntry.h 72 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; }
228 mCompressedSize(0),
250 unsigned long mCompressedSize;
279 mCompressedSize(0),
309 unsigned long mCompressedSize;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 56 int mCompressedSize;
178 mCompressedSize = out.size();
191 float factor = originalArea / (float) mCompressedSize;

Completed in 68 milliseconds