Searched defs:itemsLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c55 const SLAndroidBufferItem *pItems, SLuint32 itemsLength,
75 while (itemsLength > 0) {
78 if (itemsLength < sizeof(SLAndroidBufferItem)) {
82 itemsLength -= sizeof(SLAndroidBufferItem);
86 if (itemsLength < itemDataSizeWithAlignmentPadding) {
90 itemsLength -= itemDataSizeWithAlignmentPadding;
299 SLuint32 itemsLength)
307 } else if ((itemsLength > 0) && (NULL == pItems)) {
308 SL_LOGE("Enqueue failure: non-zero items length %u but NULL items pointer", itemsLength);
310 } else if ((0 == dataLength) && (0 == itemsLength)) {
54 setItems(SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength, SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) argument
294 IAndroidBufferQueue_Enqueue(SLAndroidBufferQueueItf self, void *pBufferContext, void *pData, SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength) argument
[all...]

Completed in 660 milliseconds