Searched refs:mSize (Results 1 - 25 of 181) sorted by last modified time

12345678

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp128 if (ap->mBufferQueue.mSizeConsumed + size < oldFront->mSize) {
136 sizeConsumed = oldFront->mSize - ap->mBufferQueue.mSizeConsumed;
1173 size_t availSource = oldFront->mSize - ap->mBufferQueue.mSizeConsumed;
H A DAudioRecorder_to_android.cpp267 size_t availSink = oldFront->mSize - ar->mBufferQueue.mSizeConsumed;
/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c34 thiz->mSize.mWidth = width;
35 thiz->mSize.mHeight = height;
36 thiz->mSize.mDepth = depth;
55 SLmillimeter width = thiz->mSize.mWidth;
56 SLmillimeter height = thiz->mSize.mHeight;
57 SLmillimeter depth = thiz->mSize.mDepth;
215 thiz->mSize.mWidth = 0;
216 thiz->mSize.mHeight = 0;
217 thiz->mSize.mDepth = 0;
H A DIBufferQueue.c65 oldRear->mSize = size;
198 bufferHeader->mSize = 0;
H A DIMetadataTraversal.c75 SLuint32 size = thiz->mSize;
127 thiz->mSize = 0;
H A DIObject.c630 memset(thiz, 0x55, clazz->mSize); // catch broken applications that continue using interfaces
H A DIOutputMixExt.c112 track->mAvail = oldFront->mSize;
139 track->mAvail = oldFront->mSize;
292 track->mAvail = newFront->mSize;
/frameworks/wilhelm/src/
H A Ditfstruct.h159 } mSize; member in struct:__anon1764
392 SLuint32 mSize; member in struct:__anon1783
H A Dsles.c510 thiz = (IObject *) calloc(1, clazz->mSize);
H A Dsles_allinclusive.h210 size_t mSize; member in struct:__anon1815
225 SLuint32 mSize; member in struct:__anon1816
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DWindowAlignment.java64 private int mSize; field in class:WindowAlignment.Axis
177 mSize = size;
181 return mSize;
198 return mSize - mPaddingLow - mPaddingHigh;
211 middlePosition = mSize + mWindowAlignmentOffset - mPaddingLow;
214 middlePosition += (int) (mSize * mWindowAlignmentOffsetPercent / 100);
218 middlePosition = mSize - mWindowAlignmentOffset - mPaddingLow;
223 middlePosition -= (int) (mSize * mWindowAlignmentOffsetPercent / 100);
/frameworks/support/v4/java/android/support/v4/util/
H A DArrayMap.java76 return mSize;
139 ensureCapacity(mSize + map.size());
H A DLongSparseArray.java49 private int mSize; field in class:LongSparseArray
74 mSize = 0;
105 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
118 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
146 // Log.e("SparseArray", "gc start with " + mSize);
148 int n = mSize;
168 mSize = o;
170 // Log.e("SparseArray", "gc end with " + mSize);
179 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
186 if (i < mSize
[all...]
H A DMapCollections.java37 int mSize; field in class:MapCollections.ArrayIterator
43 mSize = colGetSize();
48 return mIndex < mSize;
65 mSize--;
H A DSimpleArrayMap.java59 int mSize; field in class:SimpleArrayMap
62 final int N = mSize;
100 final int N = mSize;
211 mSize = 0;
224 mSize = 0;
241 if (mSize != 0) {
242 freeArrays(mHashes, mArray, mSize);
245 mSize = 0;
258 if (mSize > 0) {
259 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
[all...]
H A DSparseArrayCompat.java29 private int mSize; field in class:SparseArrayCompat
54 mSize = 0;
85 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
98 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
132 final int end = Math.min(mSize, index + size);
139 // Log.e("SparseArray", "gc start with " + mSize);
141 int n = mSize;
161 mSize = o;
163 // Log.e("SparseArray", "gc end with " + mSize);
172 int i = ContainerHelpers.binarySearch(mKeys, mSize, ke
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java110 private final int mSize; field in class:DrawerArrowDrawable
139 mSize = a.getDimensionPixelSize(R.styleable.DrawerArrowToggle_drawableSize, 0);
414 return mSize;
419 return mSize;
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java72 private int mSize; field in class:SortedList
96 mSize = 0;
105 return mSize;
196 mOldDataSize = mSize;
201 if (mSize == 0) {
203 mSize = newSize;
279 final int mergedCapacity = mSize + newDataSize + CAPACITY_GROWTH;
290 mSize += itemCount;
309 mSize++;
392 int index = findIndexOf(item, mData, 0, mSize, INSERTIO
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java31 private int mSize; field in class:PositionMap
56 mSize = 0;
87 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
100 int i = ContainerHelpers.binarySearch(mKeys, mSize, key);
134 final int end = Math.min(mSize, index + size);
149 // Log.e("SparseArray", "gc start with " + mSize);
151 int n = mSize;
171 mSize = o;
173 // Log.e("SparseArray", "gc end with " + mSize);
182 int i = ContainerHelpers.binarySearch(mKeys, mSize, ke
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java217 private int mSize; field in class:BaseWrapContentWithAspectRatioTest.MeasureSpecMatcher
242 mSize = size;
255 if (checkSize && size != mSize) {
269 if (checkSize && size != mSize) {
270 description.appendText(" Expected size was ").appendValue(mSize)
282 description.appendText(" Measure spec size:").appendValue(mSize);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java62 int mSize; field in class:Allocation
379 mSize = mType.getCount() * mType.getElement().getBytesSize();
384 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
394 RenderScript.registerNativeFree.invoke(RenderScript.sRuntime, mSize);
1127 data1DChecks(off, count, arrayLen * dt.mSize, dataSize, usePadding);
1129 mType.mElement.mType.mSize, usePadding);
1451 int sizeBytes = arrayLen * dt.mSize;
1465 mType.mElement.mType.mSize, usePadding);
1708 int sizeBytes = arrayLen * dt.mSize;
1722 mType.mElement.mType.mSize, usePaddin
[all...]
H A DElement.java62 int mSize; field in class:Element
101 return mSize;
161 int mSize; field in class:Element.DataType
164 mSize = size;
169 mSize = 4;
171 mSize = 32;
719 mSize = 0;
728 mOffsetInBytes[ct] = mSize;
729 mSize += mElements[ct].mSize * mArraySize
[all...]
H A DRenderScript.java462 int mSize, boolean usePadding);
464 int mSize, boolean usePadding) {
466 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
504 int mSize, boolean usePadding);
507 int mSize, boolean usePadding) {
509 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
539 int mSize, boolean usePadding);
542 int mSize, boolean usePadding) {
545 dt.mID, mSize, usePadding);
548 native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolea argument
461 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
463 nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
502 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
505 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
537 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
540 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
549 nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) argument
554 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
556 nAllocationRead1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
572 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt, int mSize, boolean usePadding) argument
575 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp64 copyWithPadding(ptr, srcPtr, mSize, count); \
68 copyWithUnPadding(srcPtr, ptr, mSize, count); \
89 copyWithPadding(ptr, srcPtr, mSize, count); \
93 copyWithUnPadding(srcPtr, ptr, mSize, count); \
115 copyWithPadding(ptr, srcPtr, mSize, count); \
119 copyWithUnPadding(srcPtr, ptr, mSize, count); \
141 copyWithPadding(ptr, srcPtr, mSize, count); \
145 copyWithUnPadding(srcPtr, ptr, mSize, count); \
167 copyWithPadding(ptr, srcPtr, mSize, count); \
171 copyWithUnPadding(srcPtr, ptr, mSize, coun
319 copyWithPadding(void* ptr, void* srcPtr, int mSize, int count) argument
331 copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) argument
1159 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
1206 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
1245 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
1282 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1294 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
1326 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
[all...]
/frameworks/rs/cpp/
H A DAllocation.cpp192 static void copyWithPadding(void* ptr, const void* srcPtr, int mSize, int count) { argument
193 int sizeBytesPad = mSize * 4;
194 int sizeBytes = mSize * 3;
204 static void copyWithUnPadding(void* ptr, const void* srcPtr, int mSize, int count) { argument
205 int sizeBytesPad = mSize * 4;
206 int sizeBytes = mSize * 3;

Completed in 5423 milliseconds

12345678