Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMetadataRetrieverClient.cpp82 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType) in createRetriever() argument
85 switch (playerType) { in createRetriever()
99 ALOGE("player type %d is not supported", playerType); in createRetriever()
125 player_type playerType = in setDataSource() local
127 ALOGV("player type = %d", playerType); in setDataSource()
128 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType); in setDataSource()
161 player_type playerType = in setDataSource() local
166 ALOGV("player type = %d", playerType); in setDataSource()
167 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType); in setDataSource()
DMediaPlayerFactory.cpp128 player_type playerType, in createPlayer() argument
136 if (sFactoryMap.indexOfKey(playerType) < 0) { in createPlayer()
138 " factory", playerType); in createPlayer()
142 factory = sFactoryMap.valueFor(playerType); in createPlayer()
148 playerType); in createPlayer()
157 " (res = %d)", playerType, init_result); in createPlayer()
DMediaPlayerService.cpp546 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) in createPlayer() argument
550 if ((p != NULL) && (p->playerType() != playerType)) { in createPlayer()
555 p = MediaPlayerFactory::createPlayer(playerType, this, notify); in createPlayer()
566 player_type playerType) in setDataSource_pre() argument
568 ALOGV("player type = %d", playerType); in setDataSource_pre()
571 sp<MediaPlayerBase> p = createPlayer(playerType); in setDataSource_pre()
638 player_type playerType = MediaPlayerFactory::getPlayerType(this, url); in setDataSource() local
639 sp<MediaPlayerBase> p = setDataSource_pre(playerType); in setDataSource()
675 player_type playerType = MediaPlayerFactory::getPlayerType(this, in setDataSource() local
679 sp<MediaPlayerBase> p = setDataSource_pre(playerType); in setDataSource()
[all …]
DTestPlayerStub.h95 virtual player_type playerType() {return mPlayer->playerType();} in playerType() function
DMediaPlayerFactory.h61 static sp<MediaPlayerBase> createPlayer(player_type playerType,
DStagefrightPlayer.h56 virtual player_type playerType();
DMidiFile.h53 virtual player_type playerType() { return SONIVOX_PLAYER; } in playerType() function
DStagefrightPlayer.cpp163 player_type StagefrightPlayer::playerType() { in playerType() function in android::StagefrightPlayer
DMediaPlayerService.h336 sp<MediaPlayerBase> createPlayer(player_type playerType);
346 sp<MediaPlayerBase> setDataSource_pre(player_type playerType);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.h53 virtual player_type playerType();
DNuPlayerDriver.cpp257 player_type NuPlayerDriver::playerType() { in playerType() function in android::NuPlayerDriver
/frameworks/base/media/tests/players/
Dinvoke_mock_media_player.cpp84 virtual player_type playerType() {return TEST_PLAYER;} in playerType() function in __anon89fc15700111::Player
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPlayer.h114 virtual player_type playerType();
DVideoEditorPlayer.cpp175 player_type VideoEditorPlayer::playerType() { in playerType() function in android::VideoEditorPlayer
/frameworks/av/include/media/
DMediaPlayerInterface.h149 virtual player_type playerType() = 0;