Searched defs:count (Results 1 - 25 of 589) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h95 XAuint32 count; member in struct:XAAndroidBufferQueueState_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1381 SLuint32 count; member in struct:SLBufferQueueState_
H A DOpenSLES_Android.h64 // corresponding to the maximum channel count (currently FCC_8).
241 SLuint32 count; member in struct:SLAndroidSimpleBufferQueueState_
310 SLuint32 count; member in struct:SLAndroidBufferQueueState_
/frameworks/wilhelm/src/
H A Ddata.cpp444 // 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);
H A Dentry.cpp88 // if an engine already exists, then increment its ref count
186 SLuint32 count = 0; local
195 ++count;
204 *pNumSupportedInterfaces = count;
/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp46 sf_count_t count; local
47 count = sf_read_short(thiz->mSNDFILE, pBuffer, (sf_count_t) SndFile_BUFSIZE);
75 if (0 < count) {
77 SLuint32 size = (SLuint32) (count * sizeof(short));
194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count;
/frameworks/wilhelm/src/itf/
H A DIEngine.cpp289 // copy the buffer queue count from source locator (for playback) / from the
454 // always PCM buffer queue, so we know the channel count and sample rate early.
798 SLuint32 count = 0; local
807 ++count;
816 *pNumSupportedInterfaces = count;
H A DIMetadataTraversal.cpp55 SLuint32 count = thiz->mCount; local
57 *pCount = 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...]
H A Dplaybq.cpp97 ssize_t count = fifoReader->read(buffer, framesPerBuffer); local
99 if (0 >= count) {
101 count = framesPerBuffer;
104 if (count > 0) {
105 SLuint32 nbytes = count * sfframesize;
122 sf_count_t count; local
126 count = sf_readf_float(sndfile, (float *) temp, READ_FRAMES);
130 count = sf_readf_int(sndfile, (int *) temp, READ_FRAMES);
134 count = sf_readf_short(sndfile, (short *) temp, READ_FRAMES);
137 count
501 sf_count_t count; local
[all...]
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/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/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java76 * @param itemCount The count of how many items have changed.
151 * @param count The number of items to remove.
154 public int removeItems(int position, int count) { argument
155 int itemsToRemove = Math.min(count, mItems.size() - position);
H A DCursorObjectAdapter.java180 * Removes {@code count} items starting at {@code index}.
182 protected final void invalidateCache(int index, int count) { argument
183 for (int limit = count + index; index < limit; index++) {
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetTest.java355 protected void verifyBoundCount(int count) { argument
356 if (mActivity.getBoundCount() != count) {
362 assertEquals("Bound count does not match, ItemsLengths: "+ b,
363 count, mActivity.getBoundCount());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAlertDialogLayout.java74 final int count = getChildCount();
75 for (int i = 0; i < count; i++) {
184 for (int i = 0; i < count; i++) {
202 forceUniformWidth(count, heightMeasureSpec);
211 * @param count the number of child views
214 private void forceUniformWidth(int count, int heightMeasureSpec) { argument
219 for (int i = 0; i < count; i++) {
274 final int count = getChildCount();
301 for (int i = 0; i < count; i++) {
H A DLinearLayoutCompat.java295 final int count = getVirtualChildCount();
296 for (int i = 0; i < count; i++) {
308 if (hasDividerBeforeChildAt(count)) {
309 final View child = getVirtualChildAt(count - 1);
322 final int count = getVirtualChildCount();
324 for (int i = 0; i < count; i++) {
341 if (hasDividerBeforeChildAt(count)) {
342 final View child = getVirtualChildAt(count - 1);
602 final int count = getVirtualChildCount();
616 for (int i = 0; i < count;
892 forceUniformWidth(int count, int heightMeasureSpec) argument
1313 forceUniformHeight(int count, int widthMeasureSpec) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java719 private static int clip(Interval minorRange, boolean minorWasDefined, int count) { argument
721 if (count == 0) {
724 int min = minorWasDefined ? min(minorRange.min, count) : 0;
725 return min(size, count - min);
732 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
736 int[] maxSizes = new int[count];
752 final int minorSpan = clip(minorRange, minorWasDefined, count);
757 if (count != 0) {
764 if (minor + minorSpan <= count) {
819 int count
1168 setCount(int count) argument
[all...]
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java56 public abstract void onInserted(int position, int count); argument
60 public abstract void onChanged(int position, int count); argument
74 public void onInserted(int position, int count) {
75 mAdditions.add(new Pair(position, count));
77 mInsertedCallback.onInserted(position, count);
82 public void onRemoved(int position, int count) {
83 mRemovals.add(new Pair(position, count));
92 public void onChanged(int position, int count) {
93 mUpdates.add(new Pair(position, count));
95 mChangedCallback.onChanged(position, count);
[all...]
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java196 void setupBasic(int count, int visibleStart, int visibleCount) { argument
198 log("setupBasic(" + count + "," + visibleStart + "," + visibleCount + ");");
200 mTestAdapter = new TestAdapter(count, mAdapterHelper);
861 final int count = 10;// + nextInt(random,100);
862 final int start = nextInt(random, count - 1);
863 final int layoutCount = Math.max(1, nextInt(random, count - start));
864 setupBasic(count, start, layoutCount);
978 AdapterHelper.UpdateOp op(int cmd, int start, int count) { argument
979 return new AdapterHelper.UpdateOp(cmd, start, count, null);
982 AdapterHelper.UpdateOp op(int cmd, int start, int count, Objec argument
986 addOp(int start, int count) argument
990 rmOp(int start, int count) argument
994 upOp(int start, int count, Object payload) argument
998 add(int start, int count) argument
1021 rm(int start, int count) argument
1034 up(int start, int count) argument
1041 up(int start, int count, Object payload) argument
1065 add(int index, int count) argument
1083 remove(int index, int count) argument
1092 update(int index, int count) argument
1096 update(int index, int count, Object payload) argument
[all...]
H A DOpReorderTest.java69 public void setup(int count) { argument
70 itemCount = count;
288 UpdateOp rm(int start, int count) { argument
289 updatedItemCount -= count;
290 return record(new UpdateOp(REMOVE, start, count, null));
297 UpdateOp add(int start, int count) { argument
298 updatedItemCount += count;
299 return record(new UpdateOp(ADD, start, count, null));
302 UpdateOp up(int start, int count) { argument
303 return record(new UpdateOp(UPDATE, start, count, nul
[all...]

Completed in 386 milliseconds

1234567891011>>