OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAVPlayer
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp
71
// Most of successful prepare completion for mp->
mAVPlayer
420
mp->
mAVPlayer
= new android::StreamPlayer(&ap_params, true /*hasVideo*/,
422
mp->
mAVPlayer
->init(player_handleMediaPlayerEventNotifications, (void*)mp);
426
mp->
mAVPlayer
= new android::LocAVPlayer(&ap_params, true /*hasVideo*/);
427
mp->
mAVPlayer
->init(player_handleMediaPlayerEventNotifications, (void*)mp);
430
((android::LocAVPlayer*)mp->
mAVPlayer
.get())->setDataSource(
435
((android::LocAVPlayer*)mp->
mAVPlayer
.get())->setDataSource(
484
if (mp->
mAVPlayer
!= 0) {
485
mp->
mAVPlayer
->preDestroy();
487
SL_LOGV("android_Player_preDestroy(%p) after
mAVPlayer
->preDestroy()", mp)
[
all
...]
/frameworks/wilhelm/src/
handler_bodies.c
118
android::GenericPlayer* avp = mp->
mAVPlayer
.get();
classes.h
343
android::sp<android::GenericPlayer>
mAVPlayer
;
/frameworks/wilhelm/src/itf/
IEngine.c
[
all
...]
Completed in 453 milliseconds