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

  /frameworks/av/include/media/stagefright/
SkipCutBuffer.h 54 int32_t mCapacity;
  /frameworks/av/include/media/stagefright/foundation/
ABuffer.h 39 size_t capacity() const { return mCapacity; }
58 size_t mCapacity;
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 40 return mCapacity;
63 ASSERT(len <= mCapacity);
123 size_t mCapacity;
  /cts/suite/audio_quality/lib/src/
RWBuffer.h 29 : mCapacity(capacity),
60 ASSERT((mWrPoint + sizeToWrite) <= mCapacity);
95 int mCapacity;
  /system/extras/tests/sdcard/
stopwatch.h 137 size_t mCapacity;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 137 size_t mCapacity;
  /frameworks/av/media/libaah_rtp/
aah_tx_sender.h 44 size_t mCapacity;
  /frameworks/native/include/utils/
BasicHashtable.h 75 size_t mCapacity; // number of buckets that can be filled before exceeding load factor
211 return mCapacity;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 56 private long mCapacity;
91 mCapacity = capacity;
109 if (entry.size >= mCapacity) {
124 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
210 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
223 && mTotalBytes > mCapacity && cursor.moveToNext()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 76 private final long mCapacity;
84 mCapacity = capacity;
159 if (mTotalBytes <= mCapacity) return;
164 && mTotalBytes > mCapacity && cursor.moveToNext()) {
220 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 239 if (size + mLength > mCapacity) {
312 mCapacity = TEXTURE_STORE_SIZE;
318 munmap(mBase, mCapacity);
366 size_t mCapacity; // Total size of the memory mapped file
    [all...]
  /gdk/samples/quake/jni/
gl_draw.cpp 239 if (size + mLength > mCapacity) {
312 mCapacity = TEXTURE_STORE_SIZE;
318 munmap(mBase, mCapacity);
366 size_t mCapacity; // Total size of the memory mapped file
    [all...]

Completed in 130 milliseconds