Home
last modified time | relevance | path

Searched refs:itemsLength (Results 1 – 8 of 8) sorted by relevance

/frameworks/wilhelm/src/itf/
DIAndroidBufferQueue.cpp55 const SLAndroidBufferItem *pItems, SLuint32 itemsLength, in setItems() argument
75 while (itemsLength > 0) { in setItems()
78 if (itemsLength < sizeof(SLAndroidBufferItem)) { in setItems()
82 itemsLength -= sizeof(SLAndroidBufferItem); in setItems()
86 if (itemsLength < itemDataSizeWithAlignmentPadding) { in setItems()
90 itemsLength -= itemDataSizeWithAlignmentPadding; in setItems()
299 SLuint32 itemsLength) in IAndroidBufferQueue_Enqueue() argument
307 } else if ((itemsLength > 0) && (NULL == pItems)) { in IAndroidBufferQueue_Enqueue()
308 SL_LOGE("Enqueue failure: non-zero items length %u but NULL items pointer", itemsLength); in IAndroidBufferQueue_Enqueue()
310 } else if ((0 == dataLength) && (0 == itemsLength)) { in IAndroidBufferQueue_Enqueue()
[all …]
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL_Android.h93 XAuint32 itemsLength /* input */
118 XAuint32 itemsLength
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h307 SLuint32 itemsLength /* input */
332 SLuint32 itemsLength
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp81 SLuint32 itemsLength __unused /* input */) in AndroidBufferQueueCallback()
138 if (itemsLength !=0) { in AndroidBufferQueueCallback()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c100 XAuint32 itemsLength /* input */) in AndroidBufferQueueCallback() argument
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java1542 final int[] itemsLength = new int[numItems]; in testScrollAndStuck() local
1544 itemsLength[i] = 288; in testScrollAndStuck()
1549 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollAndStuck()
1650 final int[] itemsLength = new int[numItems]; in testScrollInSmoothScrolling() local
1652 itemsLength[i] = 288; in testScrollInSmoothScrolling()
1657 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollInSmoothScrolling()
2210 void testScrollAndRemove(int[] itemsLength, int numItems) throws Throwable { in testScrollAndRemove() argument
2215 if (itemsLength != null) { in testScrollAndRemove()
2216 intent.putExtra(GridActivity.EXTRA_ITEMS, itemsLength); in testScrollAndRemove()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp237 SLuint32 itemsLength __unused /* input */) in AndroidBufferQueueCallback()
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c162 XAuint32 itemsLength __unused) in bufferQueueCallback()