Home
last modified time | relevance | path

Searched refs:itemKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DIAndroidBufferQueue.c96 switch (pItems->itemKey) { in setItems()
150 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize); in setItems()
157 switch (pItems->itemKey) { in setItems()
169 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize); in setItems()
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp99 msgDiscontinuity.itemKey = SL_ANDROID_ITEMKEY_DISCONTINUITY; in AndroidBufferQueueCallback()
140 pItems->itemKey, pItems->itemSize, *((SLuint32*)&pItems->itemData)); in AndroidBufferQueueCallback()
160 msgEos.itemKey = SL_ANDROID_ITEMKEY_EOS; in AndroidBufferQueueCallback()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL_Android.h78 XAuint32 itemKey; // identifies the item member
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c205 msgEos[0].itemKey = XA_ANDROID_ITEMKEY_EOS; in AndroidBufferQueueCallback()
318 items[0].itemKey = XA_ANDROID_ITEMKEY_DISCONTINUITY; in enqueueInitialBuffers()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h258 SLuint32 itemKey; // identifies the item member
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp271 msgEos.itemKey = SL_ANDROID_ITEMKEY_EOS; in AndroidBufferQueueCallback()