HomeSort by relevance Sort by last modified time
    Searched refs:playerType (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/libmediaplayerservice/
TestPlayerStub.h 94 virtual player_type playerType() {return mPlayer->playerType();}
MetadataRetrieverClient.cpp 102 static sp<MediaMetadataRetrieverBase> createRetriever(player_type playerType)
105 switch (playerType) {
137 LOGE("player type %d is not supported", playerType);
153 player_type playerType = getPlayerType(url);
154 LOGV("player type = %d", playerType);
155 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
191 player_type playerType = getPlayerType(fd, offset, length);
192 LOGV("player type = %d", playerType);
193 sp<MediaMetadataRetrieverBase> p = createRetriever(playerType);
MidiFile.h 51 virtual player_type playerType() { return SONIVOX_PLAYER; }
StagefrightPlayer.h 50 virtual player_type playerType();
VorbisPlayer.h 58 virtual player_type playerType() { return VORBIS_PLAYER; }
MediaPlayerService.cpp 189 const player_type playertype; member in struct:android::__anon7314
762 if (FILE_EXTS[i].playertype == VORBIS_PLAYER
767 return OverrideStagefrightForVorbis(FILE_EXTS[i].playertype);
786 static sp<MediaPlayerBase> createPlayer(player_type playerType, void* cookie,
790 switch (playerType) {
829 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType)
833 if ((p != NULL) && (p->playerType() != playerType)) {
838 p = android::createPlayer(playerType, this, notify);
865 player_type playerType = getPlayerType(url)
    [all...]
StagefrightPlayer.cpp 138 player_type StagefrightPlayer::playerType() {
139 LOGV("playerType");
MediaPlayerService.h 228 sp<MediaPlayerBase> createPlayer(player_type playerType);
  /frameworks/base/include/media/
PVPlayer.h 58 virtual player_type playerType() { return PV_PLAYER; }
MediaPlayerInterface.h 120 virtual player_type playerType() = 0;
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 82 virtual player_type playerType() {return TEST_PLAYER;}

Completed in 164 milliseconds