Home
last modified time | relevance | path

Searched refs:XA_PLAYEVENT_HEADATEND (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp163 if (mp->mPlay.mEventFlags & XA_PLAYEVENT_HEADATEND) { in player_handleMediaPlayerEventNotifications()
173 (*playCallback)(&mp->mPlay.mItf, playContext, XA_PLAYEVENT_HEADATEND); in player_handleMediaPlayerEventNotifications()
176 XA_PLAYEVENT_HEADATEND); in player_handleMediaPlayerEventNotifications()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c86 if (event & XA_PLAYEVENT_HEADATEND) { in PlayCallback()
420 res = (*playerPlayItf)->SetCallbackEventsMask(playerPlayItf, XA_PLAYEVENT_HEADATEND); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c140 if (XA_PLAYEVENT_HEADATEND & event) { in playEventCallback()
548 XA_PLAYEVENT_HEADATEND | XA_PLAYEVENT_HEADATMARKER | XA_PLAYEVENT_HEADATNEWPOS); in main()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h700 #define XA_PLAYEVENT_HEADATEND ((XAuint32) 0x00000001) macro