Searched defs:count (Results 226 - 250 of 430) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DAudioEffect.cpp433 uint32_t *count)
437 return aps->queryDefaultPreProcessing(audioSession, descriptors, count);
431 queryDefaultPreProcessing(int audioSession, effect_descriptor_t *descriptors, uint32_t *count) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp1475 int count, len, num[2] = {0, 0} /* 01/30/01 */; local
1501 count = 1;
1502 while (mask && count > 0) /* fix 3/28/01 */
1506 count--;
1514 count = 2;
1515 while (mask && count > 0) /* fix 3/28/01 */
1519 count--;
1521 num[count-1]++; /* number of ones in the middle */
1558 int count, len, num[2] = {0, 0} /* 01/30/01 */; local
1584 count
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_16x16_s.s70 count RN 12 label
210 MOV count, #0 ;// count = 0
214 ADD count, count, #1 ;// if upper inc count by 1
255 ADD count, count, #1 ;// Inc Counter if Left is available
289 CMP count, #0 ;// if(count
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c742 void H264SwDecMemcpy(void *dest, void *src, u32 count) argument
744 memcpy(dest, src, count);
757 void H264SwDecMemset(void *ptr, i32 value, u32 count) argument
759 memset(ptr, value, count);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp399 size_t count = 4 - (offset % 4); local
400 switch (count) {
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp324 int32_t count = 0; local
356 ++count;
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp491 uint32_t *count)
494 *count = 0;
503 *count = 0;
506 return audioPolicyEffects->queryDefaultInputEffects(audioSession, descriptors, count);
489 queryDefaultPreProcessing(int audioSession, effect_descriptor_t *descriptors, uint32_t *count) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp241 status_t StreamingProcessor::setRecordingBufferCount(size_t count) { argument
244 if (count > BufferQueue::NUM_BUFFER_SLOTS) {
246 __FUNCTION__, mId, count, BufferQueue::NUM_BUFFER_SLOTS);
252 ALOGV("%s: Camera %d: New recording buffer count from encoder: %zu",
253 __FUNCTION__, mId, count);
256 if (mRecordingHeapCount != count) {
261 ALOGE("%s: Camera %d: Setting recording buffer count when "
272 mRecordingHeapCount = count;
273 mRecordingHeapFree = count;
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java83 final int count = source.readInt();
84 for (int i = 0; i < count; i++) {
231 * if the number of rows affected didn't match the expected count
396 backRefValue = backRef.count;
605 * this count {@link OperationApplicationException} will be throw.
609 public Builder withExpectedCount(int count) { argument
614 mExpectedCount = count;
/frameworks/base/core/java/android/net/http/
H A DRequestHandle.java125 * @return true if we've hit the max redirect count
135 public void setRedirectCount(int count) { argument
136 mRedirectCount = count;
146 * count exceeded, body provider unable to rewind on 307 redirect)
/frameworks/base/core/java/android/widget/
H A DCalendarView.java119 * @param count The shown week count.
123 public void setShownWeekCount(int count) { argument
124 mDelegate.setShownWeekCount(count);
130 * @return The shown week count.
520 void setShownWeekCount(int count); argument
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp97 size_t count = env->GetArrayLength(colorArray); local
100 AutoJavaFloatArray autoPos(env, posArray, count);
108 reinterpret_cast<const SkColor*>(colorValues), pos, count,
141 size_t count = env->GetArrayLength(colorArray); local
144 AutoJavaFloatArray autoPos(env, posArray, count);
152 reinterpret_cast<const SkColor*>(colorValues), pos, count,
180 size_t count = env->GetArrayLength(jcolors); local
183 AutoJavaFloatArray autoPos(env, jpositions, count);
191 reinterpret_cast<const SkColor*>(colors), pos, count);
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp93 size_t count = mgr.getSensorList(&sensorList); local
94 if (size_t(next) >= count)
122 return size_t(next) < count ? next : 0;
H A Dandroid_net_LocalSocketImpl.cpp443 int count local
446 if (count < 0) {
452 fdArray = env->NewObjectArray(count, class_FileDescriptor, NULL);
458 for (int i = 0; i < count; i++) {
H A Dandroid_opengl_GLES10Ext.cpp46 const GLvoid *ptr, GLsizei count);
48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
297 _remaining /= sizeof(CTYPE); // convert from bytes to item count
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java609 int count = 0; field in class:AsecTests.MultipleStorageLis
611 count++;
648 assertEquals(observer.count, 1);
/frameworks/base/libs/androidfw/
H A DAsset.cpp436 ssize_t _FileAsset::read(void* buf, size_t count) argument
454 /* adjust count if we're near EOF */
456 if (count > maxLen)
457 count = maxLen;
459 if (!count)
465 memcpy(buf, (char*)mMap->getDataPtr() + mOffset, count);
466 actual = count;
470 memcpy(buf, (char*)mBuf + mOffset, count);
471 actual = count;
488 actual = fread(buf, 1, count, mF
760 read(void* buf, size_t count) argument
[all...]
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp148 size_t count; local
149 const android::Rect* rects = safeRegion.getArray(&count);
151 GLsizei elementCount = count * 6;
159 mLayer->mesh = new TextureVertex[count * 4];
169 for (size_t i = 0; i < count; i++) {
H A DPathCache.cpp389 size_t count = mGarbage.size(); local
390 for (size_t i = 0; i < count; i++) {
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java144 final int count = drawables.size();
145 for (int i = 0; i < count; i++) {
235 if (renderAtlas(mBuffer, atlas, config.count)) {
274 final int count = mBitmaps.size();
276 for (int i = 0; i < count; i++) {
431 int delta = r2.count - r1.count;
443 return new Configuration(result.type, result.width, result.height, result.count);
503 writer.write(String.valueOf(config.count));
536 int count
606 final int count; field in class:AssetAtlasService.Configuration
609 Configuration(Atlas.Type type, int width, int height, int count) argument
613 Configuration(Atlas.Type type, int width, int height, int count, int flags) argument
636 int count; field in class:AssetAtlasService.WorkerResult
638 WorkerResult(Atlas.Type type, int width, int height, int count) argument
[all...]
H A DIntentResolver.java515 protected void dumpFilterLabel(PrintWriter out, String prefix, Object label, int count) { argument
516 out.print(prefix); out.print(label); out.print(": "); out.println(count);
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java182 int count = mListeners.size();
183 for (int i = 0; i < count; i++) {
189 int count = mListeners.size();
190 for (int i = 0; i < count; i++) {
199 int count = mListeners.size();
200 for (int i = 0; i < count; i++) {
210 int count = mListeners.size();
211 for (int i = 0; i < count; i++) {
218 int count = mListeners.size();
219 for (int i = 0; i < count;
238 setInternalIterations(int count) argument
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h58 uint32_t count; member in struct:bcc::rsinfo::ListHeader
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java40 int count; field in class:CompositeCursorAdapter.Partition
59 return count == 0;
173 int count;
175 count = 0;
177 count = cursor.getCount();
180 if (count != 0 || partition.showIfEmpty) {
181 count++;
184 partition.count = count;
185 mCount += count;
[all...]
/frameworks/native/cmds/servicemanager/
H A Dbinder.c27 size_t count; local
29 for (count = 0; count < len; count++) {
30 if ((count & 15) == 0)
31 fprintf(stderr,"%04zu:", count);
35 if ((count & 15) == 15)
38 if ((count & 15) != 0)
46 size_t count = txn->offsets_size / sizeof(binder_size_t); local
53 while (count
[all...]

Completed in 947 milliseconds

1234567891011>>