Searched refs:SLAndroidBufferItem (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c55 const SLAndroidBufferItem *pItems, SLuint32 itemsLength,
78 if (itemsLength < sizeof(SLAndroidBufferItem)) {
82 itemsLength -= sizeof(SLAndroidBufferItem);
183 pItems = (SLAndroidBufferItem *) ((char *) pItems +
184 sizeof(SLAndroidBufferItem) + itemDataSizeWithAlignmentPadding);
298 const SLAndroidBufferItem *pItems,
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp80 const SLAndroidBufferItem *pItems, /* input */
98 SLAndroidBufferItem msgDiscontinuity;
124 (SLAndroidBufferItem*)&msgDiscontinuity,
159 SLAndroidBufferItem msgEos;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h239 } SLAndroidBufferItem; typedef in typeref:struct:SLAndroidBufferItem_
248 const SLAndroidBufferItem *pItems,/* input */
273 const SLAndroidBufferItem *pItems,
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp153 (const SLAndroidBufferItem*)(&kItemProcessed) /* pItems */,
H A Dandroid_StreamPlayer.cpp284 (const SLAndroidBufferItem*)(&kItemProcessed) /* pItems */,
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp238 const SLAndroidBufferItem *pItems,/* input */
269 SLAndroidBufferItem msgEos;

Completed in 138 milliseconds