Searched defs:itemsLength (Results 1 - 2 of 2) 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...]
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c161 XAuint32 itemsLength)
153 bufferQueueCallback( XAAndroidBufferQueueItf caller, void *pCallbackContext, void *pBufferContext, void *pBufferData, XAuint32 dataSize, XAuint32 dataUsed, const XAAndroidBufferItem *pItems, XAuint32 itemsLength) argument

Completed in 61 milliseconds