Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMetadataRetrieverClient.cpp84 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType) in createRetriever() argument
87 switch (playerType) { in createRetriever()
101 ALOGE("player type %d is not supported", playerType); in createRetriever()
118 player_type playerType = getPlayerType(url); in setDataSource() local
119 ALOGV("player type = %d", playerType); in setDataSource()
120 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType); in setDataSource()
153 player_type playerType = getPlayerType(fd, offset, length); in setDataSource() local
154 ALOGV("player type = %d", playerType); in setDataSource()
155 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType); in setDataSource()
DMediaPlayerService.cpp670 static sp<MediaPlayerBase> createPlayer(player_type playerType, void* cookie, in createPlayer() argument
674 switch (playerType) { in createPlayer()
700 ALOGE("Unknown player type: %d", playerType); in createPlayer()
716 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) in createPlayer() argument
720 if ((p != NULL) && (p->playerType() != playerType)) { in createPlayer()
725 p = android::createPlayer(playerType, this, notify); in createPlayer()
736 player_type playerType) in setDataSource_pre() argument
738 ALOGV("player type = %d", playerType); in setDataSource_pre()
741 sp<MediaPlayerBase> p = createPlayer(playerType); in setDataSource_pre()
808 player_type playerType = getPlayerType(url); in setDataSource() local
[all …]
DTestPlayerStub.h95 virtual player_type playerType() {return mPlayer->playerType();} in playerType() function
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.h331 sp<MediaPlayerBase> createPlayer(player_type playerType);
341 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 __anon83e6b02e0111::Player
/frameworks/av/media/libaah_rtp/
Daah_tx_player.h58 virtual player_type playerType();
Daah_rx_player.cpp214 player_type AAH_RXPlayer::playerType() { in playerType() function in android::AAH_RXPlayer
Daah_rx_player.h60 virtual player_type playerType();
Daah_tx_player.cpp777 player_type AAH_TXPlayer::playerType() { in playerType() function in android::AAH_TXPlayer
/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.h152 virtual player_type playerType() = 0;