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

/system/media/wilhelm/src/itf/
H A DIAndroidBufferQueue.c54 static void setItems(const SLAndroidBufferItem *pItems, SLuint32 itemsLength, argument
74 while (itemsLength > 0) {
77 if (itemsLength < sizeof(SLAndroidBufferItem)) {
81 itemsLength -= sizeof(SLAndroidBufferItem);
85 if (itemsLength < itemDataSizeWithAlignmentPadding) {
89 itemsLength -= itemDataSizeWithAlignmentPadding;
323 SLuint32 itemsLength)
331 } else if ((itemsLength > 0) && (NULL == pItems)) {
332 SL_LOGE("Enqueue failure: non-zero items length %u but NULL items pointer", itemsLength);
334 } else if ((0 == dataLength) && (0 == itemsLength)) {
318 IAndroidBufferQueue_Enqueue(SLAndroidBufferQueueItf self, void *pBufferContext, void *pData, SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength) argument
[all...]
/system/media/wilhelm/tests/sandbox/
H A Dxaplay.c162 XAuint32 itemsLength)
154 bufferQueueCallback( XAAndroidBufferQueueItf caller, void *pCallbackContext, void *pBufferContext, void *pBufferData, XAuint32 dataSize, XAuint32 dataUsed, const XAAndroidBufferItem *pItems, XAuint32 itemsLength) argument

Completed in 91 milliseconds