Searched refs:count (Results 101 - 125 of 1030) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec34 glDrawElements check_AIOOBE indices count
48 glGetAttachedShaders nullAllowed check count 1 check shaders maxcount
88 glUniform1 check v count
89 glUniform2 check v count*2
90 glUniform3 check v count*3
91 glUniform4 check v count*4
92 glUniformMatrix2 check value count*4
93 glUniformMatrix3 check value count*9
94 glUniformMatrix4 check value count*16
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestHolder.java114 int count = 0;
118 ++count;
124 return count;
131 int count = 0;
135 ++count;
141 return count;
/frameworks/base/core/java/android/util/
H A DIntArray.java103 final int count = values.mSize;
104 ensureCapacity(count);
106 System.arraycopy(values.mValues, 0, mValues, mSize, count);
107 mSize += count;
111 * Ensures capacity to append at least <code>count</code> values.
113 private void ensureCapacity(int count) { argument
115 final int minCapacity = currentSize + count;
H A DLogWriter.java64 @Override public void write(char[] buf, int offset, int count) { argument
65 for(int i = 0; i < count; i++) {
/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java59 int count = mInputStream.read(buffer);
60 if (count < 0) {
65 int packetType = MidiPortImpl.getPacketType(buffer, count);
68 int offset = MidiPortImpl.getDataOffset(buffer, count);
69 int size = MidiPortImpl.getDataSize(buffer, count);
70 long timestamp = MidiPortImpl.getPacketTimestamp(buffer, count);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java49 final int count = format.getLength();
53 mObject = new byte[count];
56 mObject = new short[count];
59 mObject = new int[count];
62 mObject = new float[count];
65 mObject = new double[count];
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java57 int count = 0;
60 count += mSections.get(i).getCount() + 1;
62 return count;
159 int count = 1;
162 count += mSections.get(i).getViewTypeCount();
164 return count;
/frameworks/native/opengl/libagl/
H A Darray.cpp314 const GLvoid *pointer, const buffer_t* bo, GLsizei count)
334 this->bounds = count;
381 size_t count = VERTEX_BUFFER_SIZE + VERTEX_CACHE_SIZE; local
385 } while (--count);
392 size_t count = VERTEX_BUFFER_SIZE + VERTEX_CACHE_SIZE; local
396 } while (--count);
533 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) argument
535 if (ggl_unlikely(count < 1))
544 GLsizei num = count > vcs ? vcs : count;
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
564 drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) argument
603 drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsizei count) argument
618 drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) argument
650 drawPrimitivesTriangleFanOrStrip(ogles_context_t* c, GLint first, GLsizei count, int winding) argument
704 drawPrimitivesTriangleStrip(ogles_context_t* c, GLint first, GLsizei count) argument
709 drawPrimitivesTriangleFan(ogles_context_t* c, GLint first, GLsizei count) argument
714 drawPrimitivesTriangles(ogles_context_t* c, GLint first, GLsizei count) argument
764 drawIndexedPrimitivesPoints(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
781 drawIndexedPrimitivesLineStrip(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
806 drawIndexedPrimitivesLineLoop(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
838 drawIndexedPrimitivesLines(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
860 drawIndexedPrimitivesTriangleFanOrStrip(ogles_context_t* c, GLsizei count, const GLvoid *indices, int winding) argument
896 drawIndexedPrimitivesTriangleStrip(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
901 drawIndexedPrimitivesTriangleFan(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
906 drawIndexedPrimitivesTriangles(ogles_context_t* c, GLsizei count, const GLvoid *indices) argument
965 compileElements__generic(ogles_context_t* c, vertex_t* v, GLint first, GLsizei count) argument
1345 glDrawArrays(GLenum mode, GLint first, GLsizei count) argument
1389 glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h75 int count,
85 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
160 } while (count -= 8);
183 int count,
193 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
335 } while (count -= 8);
358 int count,
368 ALOG_ASSERT(count >
74 ProcessNeonIntrinsic(int32_t* out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int16_t* coefsP1, const int16_t* coefsN1) argument
182 ProcessNeonIntrinsic(int32_t* out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int32_t* coefsP1, const int32_t* coefsN1) argument
357 ProcessNeonIntrinsic(float* out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* volumeLR, float lerpP, const float* coefsP1, const float* coefsN1) argument
526 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
583 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
646 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
722 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
803 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
869 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
954 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1044 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1153 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1166 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1179 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
1195 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp102 static void TraceGLShaderSource(GLuint shader, GLsizei count, argument
105 for (GLsizei i = 0; i < count; i++) {
106 const char* comma = i < count-1 ? "," : "";
118 for (GLsizei i = 0; i < count; i++) {
119 const char* comma = i < count-1 ? "," : "";
125 shader, count);
128 shader, count);
135 GLsizei count = chunkCount * chunkSize;
139 for (GLsizei i = 0; i < count; i++) {
145 if (i == count
[all...]
/frameworks/av/media/mtp/
H A DMtpDataPacket.h80 void putAInt8(const int8_t* values, int count);
81 void putAUInt8(const uint8_t* values, int count);
82 void putAInt16(const int16_t* values, int count);
83 void putAUInt16(const uint16_t* values, int count);
85 void putAInt32(const int32_t* values, int count);
86 void putAUInt32(const uint32_t* values, int count);
88 void putAInt64(const int64_t* values, int count);
89 void putAUInt64(const uint64_t* values, int count);
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java71 public int read(byte[] buffer, int offset, int count) throws IOException { argument
72 int numRead = super.read(buffer, offset, count);
/frameworks/base/core/java/com/android/internal/midi/
H A DMidiDispatcher.java68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { argument
71 receiver.send(msg, offset, count, timestamp);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketEncoder.java56 public void onSend(byte[] msg, int offset, int count, long timestamp)
70 bytesNeeded = count;
106 (msg[offset + count - 1] == MidiConstants.STATUS_END_SYSEX);
107 int remaining = (hasSysExEnd ? count - 1 : count);
149 int dataLength = count - 1;
183 public void onSend(byte[] msg, int offset, int count, long timestamp) argument
186 mMidiFramer.send(msg, offset, count, timestamp);
/frameworks/base/tools/aapt2/
H A DResourceTypeExtensions.h84 uint32_t count; member in struct:aapt::Public_header
97 * Following the header are count number of SymbolTable_entry
107 uint32_t count; member in struct:aapt::SymbolTable_header
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copy.java70 int count = arr_len - offset;
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
75 for (int i = 0; i < count; i++) {
82 for (int i = count; i < arr_len; i++) {
112 int count = arr_len - offset;
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
117 for (int i = 0; i < count; i++) {
124 for (int i = count;
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copy.java70 int count = arr_len - offset;
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
75 for (int i = 0; i < count; i++) {
82 for (int i = count; i < arr_len; i++) {
112 int count = arr_len - offset;
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
117 for (int i = 0; i < count; i++) {
124 for (int i = count;
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DLogWriter.java51 @Override public void write(char[] buf, int offset, int count) { argument
52 for(int i = 0; i < count; i++) {
/frameworks/av/include/media/nbaio/
H A DLibsndfileSource.h46 virtual ssize_t read(void *buffer, size_t count);
H A DMonoPipeReader.h50 virtual ssize_t read(void *buffer, size_t count, int64_t readPTS);
H A DPipe.h56 virtual ssize_t write(const void *buffer, size_t count);
/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h42 * Write bytes from the given buffer. The number of bytes given in the count
48 virtual status_t write(const uint8_t* buf, size_t offset, size_t count) = 0;
H A DStripSource.h38 * Write count bytes to the stream.
42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
/frameworks/av/media/libnbaio/
H A DMonoPipeReader.cpp46 ssize_t MonoPipeReader::read(void *buffer, size_t count, int64_t readPTS) argument
50 // with a count (which is the number of audio frames they are going to
52 // by the duration of count will give us the readPTS which will be passed to
57 nextReadPTS = mPipe->offsetTimestampByAudioFrames(readPTS, count);
59 // count == 0 is unlikely and not worth checking for explicitly; will be handled automatically
67 if (CC_LIKELY((size_t) red > count)) {
68 red = count;
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiCollection.java54 int count = getChildCount(childPattern);
55 for (int x = 0; x < count; x++) {
112 int count = getChildCount(childPattern);
113 for (int x = 0; x < count; x++) {
131 * currently visible. The count does not include items of a scrollable list
135 * elements to count

Completed in 472 milliseconds

1234567891011>>