Searched refs:mSize (Results 151 - 175 of 209) sorted by relevance

123456789

/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAString.h99 size_t mSize; member in struct:android::AString
/frameworks/base/core/java/android/util/
H A DMapCollections.java40 int mSize; field in class:MapCollections.ArrayIterator
46 mSize = colGetSize();
51 return mIndex < mSize;
69 mSize--;
/frameworks/base/libs/hwui/
H A DInterpolator.h123 size_t mSize; member in class:android::uirenderer::LUTInterpolator
H A DTextDropShadowCache.h157 uint32_t mSize; member in class:android::uirenderer::TextDropShadowCache
H A DGradientCache.h167 uint32_t mSize; member in class:android::uirenderer::GradientCache
H A DPathCache.h274 uint32_t mSize; member in class:android::uirenderer::PathCache
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java158 private ScreenSize mSize = ScreenSize.NORMAL; field in class:ConfigGenerator
178 config.setScreenSizeQualifier(new ScreenSizeQualifier(mSize));
198 return new HardwareConfig(mScreenWidth, mScreenHeight, mDensity, mXdpi, mYdpi, mSize,
294 mSize = size;
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java37 int mSize; field in class:MapCollections.ArrayIterator
43 mSize = colGetSize();
48 return mIndex < mSize;
66 mSize--;
/frameworks/av/include/media/stagefright/
H A DMetaData.h303 size_t mSize; member in struct:android::MetaData::typed_data
311 return mSize <= sizeof(u.reservoir);
H A DMediaBuffer.h169 size_t mSize, mRangeOffset, mRangeLength; member in class:android::MediaBuffer
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp243 result->mSize = this->size();
249 instance->mSize = dataSize;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaData.h303 size_t mSize; member in struct:android::MetaData::typed_data
311 return mSize <= sizeof(u.reservoir);
H A DMediaBuffer.h169 size_t mSize, mRangeOffset, mRangeLength; member in class:android::MediaBuffer
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp139 : mScale(scale), mSize(size) {
148 if (requestedSize > mSize) {
150 mSize, requestedSize);
157 const int mSize; member in class:ScaleCheckingAllocator
163 : mBitmap(bitmap), mSize(size) {
183 if (size > mSize) {
185 "(%zu bytes)", mSize, size);
196 const unsigned int mSize; member in class:RecyclingPixelAllocator
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h61 size_t size() { return mSize; }
71 size_t mSize; member in class:android::Sample
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java404 private int mSize; field in class:StringBlock.Height
408 mSize = size;
421 int size = mSize;
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java380 final int mSize; field in class:SpellCheckerService.SentenceLevelAdapter.SentenceTextInfoParams
384 mSize = items.size();
445 final int querySize = originalTextInfoParams.mSize;
/frameworks/support/content/src/android/support/content/
H A DContentPager.java554 private final int mSize; field in class:ContentPager.CursorView
558 mSize = size;
565 return mSize;
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.cpp112 track->mAvail = oldFront->mSize;
139 track->mAvail = oldFront->mSize;
292 track->mAvail = newFront->mSize;
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp80 copyWithPadding(ptr, srcPtr, mSize, count); \
84 copyWithUnPadding(srcPtr, ptr, mSize, count); \
109 copyWithPadding(ptr, srcPtr, mSize, count); \
113 copyWithUnPadding(srcPtr, ptr, mSize, count); \
139 copyWithPadding(ptr, srcPtr, mSize, count); \
143 copyWithUnPadding(srcPtr, ptr, mSize, count); \
170 copyWithPadding(ptr, srcPtr, mSize, count); \
174 copyWithUnPadding(srcPtr, ptr, mSize, count); \
200 copyWithPadding(ptr, srcPtr, mSize, count); \
204 copyWithUnPadding(srcPtr, ptr, mSize, coun
316 copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) argument
328 copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) argument
1390 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1429 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1474 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1518 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1532 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1570 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1587 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp444 &info.mSize,
541 if (info->mSize > 0) {
620 size_t copy = info->mSize;
647 info->mSize -= nbytes;
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h41 size_t mSize; member in struct:android::SidxEntry
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.h30 const uint64_t mId, mSize; member in struct:android::WebmElement
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java1134 private int mSize; field in class:ViewTreeObserver.CopyOnWriteArray.Access
1141 return mSize;
1161 mAccess.mSize = mData.size();
1171 mAccess.mSize = 0;
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h224 // mSize is the size of the blob data in bytes.
225 size_t mSize; member in class:android::BlobCache::Blob

Completed in 650 milliseconds

123456789