Home
last modified time | relevance | path

Searched refs:XA_ANDROID_ITEMKEY_EOS (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL_Android.h57 #define XA_ANDROID_ITEMKEY_EOS ((XAuint32) 0x00000001) macro
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c205 msgEos[0].itemKey = XA_ANDROID_ITEMKEY_EOS; in AndroidBufferQueueCallback()
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c168 static const XAAndroidBufferItem eos = {XA_ANDROID_ITEMKEY_EOS, 0, {}}; in bufferQueueCallback()