/frameworks/av/media/libmediaplayerservice/ |
D | MetadataRetrieverClient.cpp | 84 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()
|
D | MediaPlayerService.cpp | 670 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 …]
|
D | TestPlayerStub.h | 95 virtual player_type playerType() {return mPlayer->playerType();} in playerType() function
|
D | StagefrightPlayer.h | 56 virtual player_type playerType();
|
D | MidiFile.h | 53 virtual player_type playerType() { return SONIVOX_PLAYER; } in playerType() function
|
D | StagefrightPlayer.cpp | 163 player_type StagefrightPlayer::playerType() { in playerType() function in android::StagefrightPlayer
|
D | MediaPlayerService.h | 331 sp<MediaPlayerBase> createPlayer(player_type playerType); 341 sp<MediaPlayerBase> setDataSource_pre(player_type playerType);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDriver.h | 53 virtual player_type playerType();
|
D | NuPlayerDriver.cpp | 257 player_type NuPlayerDriver::playerType() { in playerType() function in android::NuPlayerDriver
|
/frameworks/base/media/tests/players/ |
D | invoke_mock_media_player.cpp | 84 virtual player_type playerType() {return TEST_PLAYER;} in playerType() function in __anon83e6b02e0111::Player
|
/frameworks/av/media/libaah_rtp/ |
D | aah_tx_player.h | 58 virtual player_type playerType();
|
D | aah_rx_player.cpp | 214 player_type AAH_RXPlayer::playerType() { in playerType() function in android::AAH_RXPlayer
|
D | aah_rx_player.h | 60 virtual player_type playerType();
|
D | aah_tx_player.cpp | 777 player_type AAH_TXPlayer::playerType() { in playerType() function in android::AAH_TXPlayer
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorPlayer.h | 114 virtual player_type playerType();
|
D | VideoEditorPlayer.cpp | 175 player_type VideoEditorPlayer::playerType() { in playerType() function in android::VideoEditorPlayer
|
/frameworks/av/include/media/ |
D | MediaPlayerInterface.h | 152 virtual player_type playerType() = 0;
|