Home
last modified time | relevance | path

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

/development/ndk/platforms/android-14/samples/native-media/jni/
Dnative-media-jni.c54 static XAAndroidBufferQueueItf playerBQItf = NULL; variable
128 res = (*playerBQItf)->Clear(playerBQItf); in AndroidBufferQueueCallback()
312 res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/, in enqueueInitialBuffers()
317 res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/, in enqueueInitialBuffers()
399 res = (*playerObj)->GetInterface(playerObj, XA_IID_ANDROIDBUFFERQUEUESOURCE, &playerBQItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
403 res = (*playerBQItf)->SetCallbackEventsMask(playerBQItf, XA_ANDROIDBUFFERQUEUEEVENT_PROCESSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
407 res = (*playerBQItf)->RegisterCallback(playerBQItf, AndroidBufferQueueCallback, NULL); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
463 playerBQItf = NULL; in Java_com_example_nativemedia_NativeMedia_shutdown()
509 if (NULL != playerBQItf && NULL != file) { in Java_com_example_nativemedia_NativeMedia_rewindStreamingMediaPlayer()