Searched defs:count (Results 276 - 300 of 519) sorted by relevance

<<11121314151617181920>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h95 XAuint32 count; member in struct:XAAndroidBufferQueueState_
/frameworks/wilhelm/src/
H A Ddata.c444 // We can derive the channel mask from the channel count,
453 "requested speaker count of %u", pDataFormat->mPCM.numChannels);
458 "speaker count of %u",
465 SLuint32 count = sles_channel_count_from_mask(mask); local
466 if (count != pDataFormat->mPCM.numChannels) {
471 count);
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c171 uintptr_t count = 0; local
182 count = count * 10 + (ch - '0');
184 count = ch - '0';
203 expectedContext = (void *) count;
216 for (i = 0; i < (in_count ? count : 1); ++i) {
227 if (bufqstate.count != 0)
228 printf("\rcount=%u\r\n", (unsigned) bufqstate.count);
239 printf("count=%u\r\n", (unsigned) bufqstate.count);
[all...]
/frameworks/wilhelm/tools/permute/
H A Dpermute.c243 sf_count_t count; local
244 count = sf_readf_short(sf_in, ptr, sfinfo_in.frames);
245 if (count != sfinfo_in.frames) {
247 (int) sfinfo_in.frames, (int) count);
270 count = sf_writef_short(sf_out, &((short *) ptr)[sfinfo_in.channels * s.mSegmentArray[i]
272 if (count != s.mSegmentArray[i].mFrameLength) {
274 path_out, (int) s.mSegmentArray[i].mFrameLength, (int) count);
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp314 ALOGE("%s: StripOffsets count (%u) doesn't match StripByteCounts count (%u) in IFD %u",
353 uint32_t count = stripByteCounts->getCount(); local
357 for (size_t i = 0; i < static_cast<size_t>(count); ++i) {
H A DTiffWriter.cpp291 uint32_t count = subIfdList.size(); local
292 if (buildEntry(subIfdTag, count, subIfdList.array(), &subIfds) < 0) {
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp438 uint32_t *count)
442 return aps->queryDefaultPreProcessing(audioSession, descriptors, count);
436 queryDefaultPreProcessing(audio_session_t 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.c745 void H264SwDecMemcpy(void *dest, void *src, u32 count) argument
747 memcpy(dest, src, count);
760 void H264SwDecMemset(void *ptr, i32 value, u32 count) argument
762 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/base/core/java/android/content/
H A DContentProviderOperation.java88 final int count = source.readInt();
89 for (int i = 0; i < count; i++) {
293 * if the number of rows affected didn't match the expected count
458 backRefValue = backRef.count;
667 * this count {@link OperationApplicationException} will be throw.
671 public Builder withExpectedCount(int count) { argument
676 mExpectedCount = count;
/frameworks/base/core/java/android/view/
H A DFocusFinder.java185 final int count = focusables.size();
188 return getNextFocusable(focused, focusables, count);
190 return getPreviousFocusable(focused, focusables, count);
192 return focusables.get(count - 1);
247 private static View getNextFocusable(View focused, ArrayList<View> focusables, int count) { argument
250 if (position >= 0 && position + 1 < count) {
260 private static View getPreviousFocusable(View focused, ArrayList<View> focusables, int count) { argument
268 return focusables.get(count - 1);
/frameworks/base/core/java/android/widget/
H A DCalendarView.java130 * @param count The shown week count.
136 public void setShownWeekCount(int count) { argument
137 mDelegate.setShownWeekCount(count);
143 * @return The shown week count.
565 void setShownWeekCount(int count); argument
644 public void setShownWeekCount(int count) { argument
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp115 size_t count = env->GetArrayLength(colorArray); local
118 AutoJavaFloatArray autoPos(env, posArray, count);
126 reinterpret_cast<const SkColor*>(colorValues), pos, count,
159 size_t count = env->GetArrayLength(colorArray); local
162 AutoJavaFloatArray autoPos(env, posArray, count);
170 reinterpret_cast<const SkColor*>(colorValues), pos, count,
198 size_t count = env->GetArrayLength(jcolors); local
201 AutoJavaFloatArray autoPos(env, jpositions, count);
209 reinterpret_cast<const SkColor*>(colors), pos, count);
/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.cpp442 ssize_t _FileAsset::read(void* buf, size_t count) argument
460 /* adjust count if we're near EOF */
462 if (count > maxLen)
463 count = maxLen;
465 if (!count)
471 memcpy(buf, (char*)mMap->getDataPtr() + mOffset, count);
472 actual = count;
476 memcpy(buf, (char*)mBuf + mOffset, count);
477 actual = count;
494 actual = fread(buf, 1, count, mF
760 read(void* buf, size_t count) argument
[all...]
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp147 size_t count; local
148 const android::Rect* rects = safeRegion.getArray(&count);
150 GLsizei elementCount = count * 6;
158 mLayer->mesh = new TextureVertex[count * 4];
168 for (size_t i = 0; i < count; i++) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java151 int count = 0;
168 if (count < mNumQuickTiles && mAllowFancy) {
195 } else if (mFullRows && isIconInAnimatedRow(count)) {
216 count++;
245 private boolean isIconInAnimatedRow(int count) { argument
250 return count < ((mNumQuickTiles + columnCount - 1) / columnCount) * columnCount;
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java142 final int count = drawables.size();
143 for (int i = 0; i < count; i++) {
229 if (renderAtlas(mBuffer, atlas, config.count)) {
268 final int count = mBitmaps.size();
270 for (int i = 0; i < count; i++) {
399 int delta = r2.count - r1.count;
412 return new Configuration(result.type, result.width, result.height, result.count);
472 writer.write(String.valueOf(config.count));
505 int count
575 final int count; field in class:AssetAtlasService.Configuration
578 Configuration(Atlas.Type type, int width, int height, int count) argument
582 Configuration(Atlas.Type type, int width, int height, int count, int flags) argument
605 int count; field in class:AssetAtlasService.WorkerResult
607 WorkerResult(Atlas.Type type, int width, int height, int count) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java183 int count = mListeners.size();
184 for (int i = 0; i < count; i++) {
190 int count = mListeners.size();
191 for (int i = 0; i < count; i++) {
200 int count = mListeners.size();
201 for (int i = 0; i < count; i++) {
211 int count = mListeners.size();
212 for (int i = 0; i < count; i++) {
219 int count = mListeners.size();
220 for (int i = 0; i < count;
239 setInternalIterations(int count) argument
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java198 final AssistContent content, int index, int count) {
199 Log.i(TAG, "Got secondary activity assist data " + index + " of " + count);
197 onHandleAssistSecondary(final Bundle data, final AssistStructure structure, final AssistContent content, int index, int count) argument
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp141 const size_t count = plural->values.size(); variable
142 for (size_t i = 0; i < count; i++) {
188 mOutEntry->count = util::hostToDevice32(mEntryCount);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp138 // FIXME: (simon) Do not count local entries for non-pic.
139 size_t count = it->m_GlobalNum + it->m_LocalNum; local
140 for (size_t i = 0; i < count; ++i)
244 if (m_InputLocalSymbols.count(entry))
249 if (m_MergedLocalSymbols.count(entry)) {
266 if (m_InputGlobalSymbols.count(&pInfo))
269 if (m_MergedGlobalSymbols.count(&pInfo)) {
289 if (m_InputTLSGdSymbols.count(&pInfo))
311 if (m_InputTLSGotSymbols.count(&pInfo))
367 if (it->m_Inputs.count(
[all...]

Completed in 456 milliseconds

<<11121314151617181920>>