HomeSort by relevance Sort by last modified time
    Searched defs:player (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/Source/WebKit/chromium/src/
WebMediaElement.cpp 44 WebMediaPlayer* WebMediaElement::player() const function in class:WebKit::WebMediaElement
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 68 MediaPlayer* player = MediaPlayer::GetInstance(); local
72 player->EnqueueMediaFileUrl(GetMusicTestURL(), NULL);
84 MediaPlayer* player = MediaPlayer::GetInstance(); local
86 player->EnqueueMediaFileUrl(GetMusicTestURL(), NULL);
90 player->TogglePlaylistWindowVisible();
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 40 TonePlayer player = null; field in class:ToneDialog
86 player = new TonePlayer();
87 player.play(settings.tone);
103 player.stop();
104 player.release();
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 60 MediaPlayer player = new MediaPlayer(); local
61 player.setAudioStreamType(cmd.stream);
62 player.setDataSource(cmd.context, cmd.uri);
63 player.setLooping(cmd.looping);
64 player.prepare();
65 player.start();
69 mPlayer = player;
110 Log.w(mTag, "STOP command without a player");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerGetCurrentPositionStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.getCurrentPosition();
MediaPlayerGetDurationStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.getDuration();
MediaPlayerGetVideoHeightStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.getVideoHeight();
MediaPlayerGetVideoWidthStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.getVideoWidth();
MediaPlayerIsPlayingStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.isPlaying();
MediaPlayerPauseStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.pause();
MediaPlayerResetStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.reset();
MediaPlayerStartStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.start();
MediaPlayerStopStateUnitTest.java 55 public void invokeMethodUnderTest(MediaPlayer player) {
56 player.stop();
  /frameworks/base/services/java/com/android/server/
NotificationPlayer.java 86 MediaPlayer player = new MediaPlayer(); local
87 player.setAudioStreamType(mCmd.stream);
88 player.setDataSource(mCmd.context, mCmd.uri);
89 player.setLooping(mCmd.looping);
90 player.prepare();
101 player.setOnCompletionListener(NotificationPlayer.this);
102 player.start();
106 mPlayer = player;
189 Log.w(mTag, "STOP command without a player");
  /system/media/wilhelm/tests/examples/
slesTestPlayFdPath.cpp 55 /* Objects this application uses: one player and an ouput mix */
56 SLObjectItf player, outputMix; local
63 /* Data sinks for the audio player */
67 /* Play and PrefetchStatus interfaces for the audio player */
87 /* Create Output Mix object to be used by the player */
102 /* Configuration of the player */
129 /* Create the audio player */
130 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 1,
134 /* Realize the player in synchronous mode. */
135 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result)
    [all...]
slesTestBassBoostPath.cpp 55 /* Objects this application uses: one player and an ouput mix */
56 SLObjectItf player, outputMix; local
67 /* Data sinks for the audio player */
71 /* Interfaces for the audio player */
92 /* Create Output Mix object to be used by the player */
107 /* Configuration of the player */
144 /* Create the audio player */
145 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
149 /* Realize the player in synchronous mode. */
150 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result)
    [all...]
slesTestEqFdPath.cpp 60 /* Objects this application uses: one player and an ouput mix */
61 SLObjectItf player, outputMix; local
72 /* Data sinks for the audio player */
76 /* Play and PrefetchStatus interfaces for the audio player */
97 /* Create Output Mix object to be used by the player */
112 /* Configuration of the player */
149 /* Create the audio player */
150 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
154 /* Realize the player in synchronous mode. */
155 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result)
    [all...]
  /system/media/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp 53 /* Objects this application uses: one player and an ouput mix */
54 SLObjectItf player, outputMix; local
61 /* Data sinks for the audio player */
65 /* Play, Volume and AndroidStreamType interfaces for the audio player */
88 /* Create Output Mix object to be used by the player */
103 /* Configuration of the player */
127 /* Create the audio player */
128 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
132 /* Retrieve the configuration interface before the player is realized so its resources
136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf)
    [all...]
slesTestPlayUri2.cpp 38 /* PlayItf callback for an audio player */
69 SLObjectItf player, player2, outputMix; local
107 /* Create Output Mix object to be used each player */
136 /* Create the first audio player */
137 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
141 /* Create the second audio player with a different path for its data source */
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
153 /* Get the SLPlayItf, SLVolumeItf and SLPrefetchStatusItf interfaces for each player */
    [all...]
slesTest_playStates.cpp 53 /* Objects this application uses: one player and an ouput mix */
54 SLObjectItf player, outputMix; local
61 /* Data sinks for the audio player */
65 /* Play, Volume and PrefetchStatus interfaces for the audio player */
86 /* Create Output Mix object to be used by the player */
101 /* Configuration of the player */
122 /* Create the audio player */
123 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
127 /* Realize the player in synchronous mode. */
128 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result)
    [all...]
  /external/quake/quake/src/QW/client/
cl_demo.c 386 player_info_t *player; local
591 player = cl.players + i;
595 MSG_WriteShort (&buf, player->frags);
599 MSG_WriteShort (&buf, player->ping);
603 MSG_WriteByte (&buf, player->pl);
607 MSG_WriteFloat (&buf, player->entertime);
611 MSG_WriteLong (&buf, player->userid);
612 MSG_WriteString (&buf, player->userinfo);
gl_rmisc.c 231 Translates a skin texture by the per-player color lookup
247 player_info_t *player; local
253 player = &cl.players[playernum];
254 if (!player->name[0])
257 strcpy(s, Info_ValueForKey(player->userinfo, "skin"));
259 if (player->skin && !stricmp(s, player->skin->name))
260 player->skin = NULL;
262 if (player->_topcolor != player->topcolor |
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 128 if (!player() || !player()->supportsFullscreen() || !player()->hasVideo())
142 if (!player())
144 return player()->naturalSize().width();
149 if (!player())
151 return player()->naturalSize().height();
188 if (oldMode != Video && player())
189 player()->prepareForRendering();
193 } else if (oldMode != Video && player())
217 MediaPlayer* player = HTMLMediaElement::player(); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 59 if (MediaPlayer* p = mediaElement()->player()) {
111 MediaPlayer* player = mediaElement()->player(); local
112 if (player && video->readyState() >= HTMLVideoElement::HAVE_METADATA)
113 return player->naturalSize();
189 MediaPlayer* mediaPlayer = mediaElement()->player();
233 MediaPlayer* mediaPlayer = mediaElement()->player();
270 MediaPlayer* p = mediaElement()->player();
279 MediaPlayer* p = mediaElement()->player();
  /frameworks/base/media/libmedia/
IMediaPlayerService.cpp 142 sp<IMediaPlayer> player = create(pid, client, audioSessionId); local
143 reply->writeStrongBinder(player->asBinder());
152 sp<IMemory> player = decode(url, &sampleRate, &numChannels, &format); local
156 reply->writeStrongBinder(player->asBinder());
167 sp<IMemory> player = decode(fd, offset, length, &sampleRate, &numChannels, &format); local
171 reply->writeStrongBinder(player->asBinder());

Completed in 1626 milliseconds

1 2 3