Searched refs:count (Results 176 - 200 of 747) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java81 public void setDimensionCount(int count) { argument
82 mDimensions = new int[count];
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock.c188 OMX_U8 x,y,count,index; local
191 for (y = 0, count = 0, index = 0; y < 8; y++,index += (srcStep -8), count += (dstStep - 8))
193 for (x = 0; x < 8; x++, count++,index++)
195 pDst[count] = pSrc[index];
/frameworks/base/core/java/android/widget/
H A DFilter.java194 public int count; field in class:Filter.FilterResults
205 * @param count the number of values computed by the filter
207 public void onFilterComplete(int count); argument
284 int count = args.results != null ? args.results.count : -1;
285 args.listener.onFilterComplete(count);
H A DViewAnimator.java152 final int count = getChildCount();
153 for (int i = 0; i < count; i++) {
219 // Displayed is above child count, so float down to top of stack
231 public void removeViews(int start, int count) { argument
232 super.removeViews(start, count);
236 } else if (mWhichChild >= start && mWhichChild < start + count) {
242 public void removeViewsInLayout(int start, int count) { argument
243 removeViews(start, count);
/frameworks/base/voip/jni/rtp/
H A DAmrCodec.cpp55 int decode(int16_t *samples, int count, void *payload, int length);
131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length) argument
216 int decode(int16_t *samples, int count, void *payload, int length);
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) argument
246 while (n + 160 <= count && length >= 31 && (bytes[0] >> 4) == 0x0C) {
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp156 int count; local
159 count = hashTable->erase(key);
160 EXPECT_EQ(1, count);
182 int count; local
205 int count; local
208 count = hashTable->erase(key);
209 EXPECT_EQ(1, count);
320 unsigned int count = 0; local
323 count++;
325 ASSERT_EQ(16, count);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_ver_quarter.s39 count RN 2 label
153 ;// pack values to count register
159 MOV count, width
163 ADD count, count, tmp5, LSL #16
169 AND tmp4, count, #0x000F0000 ;// partHeight-1
170 AND tmp6, count, #0x00F00000 ;// partWidth-1
171 ADD count, count, tmp4, LSL #8 ;// partH-1 to lower part of top byte
177 ADD count, coun
[all...]
H A Dh264bsd_interpolate_ver_half.s38 count RN 2 label
138 ADD count, partW, partH, LSL #16 ;// |partH|partW|
140 SSUB16 count, count, tmp5; ;// |partH-1|partW-1|
143 AND tmp1, count, #0x000000FF ;// partWidth
147 ADD count, count, tmp1, LSL #24 ;// partWidth-1 to top byte
281 SUBS count, count, #4<<24 ;// (partWidth-1) -= 4;
335 ADDS count, coun
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec41 void glDrawArrays ( GLenum mode, GLint first, GLsizei count )
42 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
43 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
58 void glGetAttachedShaders ( GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders )
114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
116 void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
118 void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
120 void glUniform2iv ( GLint location, GLsizei count, const GLint *v )
122 void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
124 void glUniform3iv ( GLint location, GLsizei count, cons
[all...]
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp63 if (!availableProcessedSizes.count) return NO_INIT;
78 for (size_t i=0; i < availableProcessedSizes.count; i += 2) {
92 if (!availableFpsRanges.count) return NO_INIT;
104 for (size_t i=0; i < availableFpsRanges.count; i += 2) {
127 for (size_t i=0; i < availableFormats.count; i++) {
184 for (size_t i=0; i < availableFpsRanges.count; i += 2) {
213 if (!availableJpegSizes.count) return NO_INIT;
224 for (size_t i=0; i < availableJpegSizes.count; i += 2) {
240 if (!availableJpegThumbnailSizes.count) return NO_INIT;
253 for (size_t i=0; i < availableJpegThumbnailSizes.count;
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java468 int count = listeners.size();
469 for (int i = 0; i < count; i++) {
481 count = otherListeners.size();
482 for (int i = 0; i < count; i++) {
592 final int count = listeners.size();
593 for (int i = 0; i < count; i++) {
657 int count = listeners.size();
658 for (int i = 0; i < count; i++) {
667 final int count = listeners.size();
668 for (int i = 0; i < count;
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c322 SLuint32 count = 0; local
324 mix_req[count] = SL_BOOLEAN_TRUE;
325 mix_ids[count++] = SL_IID_PRESETREVERB;
328 mix_req[count] = SL_BOOLEAN_TRUE;
329 mix_ids[count++] = SL_IID_ENVIRONMENTALREVERB;
332 result = (*engineEngine)->CreateOutputMix(engineEngine, &mixObject, count, mix_ids, mix_req);
409 count = 0;
411 player_req[count] = SL_BOOLEAN_TRUE;
412 player_ids[count++] = SL_IID_PRESETREVERB;
415 player_req[count]
[all...]
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java249 final int count = keys.length;
253 for (int i = 0; i < count; i++) {
261 Log.w("ActivityTestCase", "Invalid repeat count: " + key);
300 final int count = keys.length;
303 for (int i = 0; i < count; i++) {
324 final int count = keys.length;
325 if ((count & 0x1) == 0x1) {
332 for (int i = 0; i < count; i += 2) {
/frameworks/base/core/java/android/text/
H A DPackedIntVector.java181 throw new IndexOutOfBoundsException("value count " + values.length);
209 * @param count the number of rows to delete.
212 * are out of range (row &lt; 0 || count &lt; 0 ||
213 * row + count > size()).
215 public void deleteAt(int row, int count) { argument
216 if (((row | count) < 0) || (row + count > size())) {
217 throw new IndexOutOfBoundsException(row + ", " + count);
220 moveRowGapTo(row + count);
222 mRowGapStart -= count;
[all...]
/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java181 final int count = ev.getPointerCount();
185 for (int i = 0; i < count; i++) {
290 final int count = event.getPointerCount();
291 for (int i = 0; i < count; i++) {
296 final int div = pointerUp ? count - 1 : count;
305 for (int i = 0; i < count; i++) {
H A DGLES20RecordingCanvas.java173 public void drawLines(float[] pts, int offset, int count, Paint paint) { argument
174 super.drawLines(pts, offset, count, paint);
209 public void drawPoints(float[] pts, int offset, int count, Paint paint) { argument
210 super.drawPoints(pts, offset, count, paint);
221 public void drawPosText(char[] text, int index, int count, float[] pos, Paint paint) { argument
222 super.drawPosText(text, index, count, pos, paint);
245 public void drawText(char[] text, int index, int count, float x, float y, Paint paint) { argument
246 super.drawText(text, index, count, x, y, paint);
269 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, argument
271 super.drawTextOnPath(text, index, count, pat
282 drawTextRun(char[] text, int index, int count, int contextIndex, int contextCount, float x, float y, int dir, Paint paint) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h74 TextLayoutCacheKey(const SkPaint* paint, const UChar* text, size_t start, size_t count,
91 size_t count; member in class:android::TextLayoutCacheKey
173 size_t start, size_t count, size_t contextCount, int dirFlags);
227 size_t start, size_t count, size_t contextCount, int dirFlags,
232 size_t count, bool isRTL,
267 jint count, jint contextCount, jint dirFlags);
319 jint count, jint contextCount, jint dirFlags);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java409 * count reached saveCount. It is an error for saveCount to be less than 1.
412 * int count = canvas.save();
414 * canvas.restoreToCount(count);
847 * @param count The number of values to process, after skipping offset
849 * "points" that are drawn is really (count >> 1).
852 public native void drawPoints(float[] pts, int offset, int count, Paint paint); argument
888 * @param count The number of values in the array to process, after
891 * (count >> 2).
894 public native void drawLines(float[] pts, int offset, int count, Paint paint); argument
1202 protected static void checkRange(int length, int offset, int count) { argument
1326 drawText(char[] text, int index, int count, float x, float y, Paint paint) argument
1419 drawTextRun(char[] text, int index, int count, int contextIndex, int contextCount, float x, float y, int dir, Paint paint) argument
1504 drawPosText(char[] text, int index, int count, float[] pos, Paint paint) argument
1544 drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, float vOffset, Paint paint) argument
1729 native_drawText(int nativeCanvas, char[] text, int index, int count, float x, float y, int flags, int paint) argument
1740 native_drawTextRun(int nativeCanvas, char[] text, int start, int count, int contextStart, int contextCount, float x, float y, int flags, int paint) argument
1744 native_drawPosText(int nativeCanvas, char[] text, int index, int count, float[] pos, int paint) argument
1751 native_drawTextOnPath(int nativeCanvas, char[] text, int index, int count, int path, float hOffset, float vOffset, int bidiFlags, int paint) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DHexDump.java71 int count = (16 - lineIndex) * 3;
72 count++;
73 for (int i = 0 ; i < count ; i++)
/frameworks/base/graphics/java/android/renderscript/
H A DType.java155 int count = x * y * z * faces;
168 count += x * y * z * faces;
170 mElementCount = count;
/frameworks/base/tools/aapt/
H A DZipFile.cpp177 int count = mEntries.size(); local
179 while (--count >= 0)
180 delete mEntries[count];
649 size_t count; local
654 count = fread(tmpBuf, 1, sizeof(tmpBuf), srcFp);
657 if (count == 0)
660 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
662 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
663 ALOGD("fwrite %d bytes failed\n", (int) count);
679 size_t count; local
705 size_t count; local
901 int i, count; local
953 int i, count; local
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java50 // Need an array to count for each type.
65 int count = dataBindingItem.getCount();
68 typeCount[typeIndex] += count;
70 for (int k = 0 ; k < count ; k++) {
/frameworks/native/libs/gui/
H A DSensorManager.cpp92 size_t count = mSensors.size(); local
93 mSensorList = (Sensor const**)malloc(count * sizeof(Sensor*));
94 for (size_t i=0 ; i<count ; i++) {
/frameworks/native/libs/utils/
H A DCallStack.cpp95 ssize_t count = unwind_backtrace(mStack, ignoreDepth + 1, maxDepth); local
96 mCount = count > 0 ? count : 0;
/frameworks/rs/cpp/
H A DType.cpp49 uint32_t count = x * y * z * faces; local
61 count += x * y * z * faces;
63 mElementCount = count;

Completed in 369 milliseconds

1234567891011>>