HomeSort by relevance Sort by last modified time
    Searched refs:player (Results 101 - 125 of 173) sorted by null

1 2 3 45 6 7

  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 198 public void onJetEvent(JetPlayer player, short segment, byte track, byte channel,
203 public void onJetNumQueuedSegmentUpdate(JetPlayer player, int nbSegments) {
207 public void onJetPauseUpdate(JetPlayer player, int paused) {
211 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) {
MediaPlayerTest.java 146 private void initMediaPlayer(MediaPlayer player) throws Exception {
149 player.reset();
150 player.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), afd.getLength());
151 player.prepare();
152 player.seekTo(56000);
166 fail("setNextMediaPlayer() succeeded with unprepared player");
182 fail("setNextMediaPlayer() succeeded with unprepared player");
261 // At this point the 1st player is done, and the 2nd one is playing.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
video_player.js 30 document.querySelector('#video-player').setAttribute('disabled', 'true');
131 * Initialize the video player window.
140 document.querySelector('#video-player'),
147 // If the video player is starting before the first instance of the File
168 * Closes video player when a volume containing the played item is unmounted.
179 * Unload the player.
190 * Reload the player.
194 document.querySelector('#video-player').removeAttribute('disabled');
player_testapi.js 8 * Test API for Chrome OS Video Player and Audio Player.
10 * To test the Video Player open a tab with the URL:
13 * To test the Audio Player open a tab with the URL:
71 /* Video player-specific methods.
73 * To test the video player open a tab with the url:
79 * Load the specified file in the video player,
128 /* Audio player-specific methods. */
131 * Load a group of tracks into the audio player.
audio_player.js 70 // If the audio player is starting before the first instance of the File
74 new AudioPlayer(document.querySelector('.audio-player'));
83 * Unload the player.
90 * Reload the player.
124 // playlist is empty if ChromeOS has restarted with the Audio Player open.
223 * Closes audio player when a volume containing the selected item is unmounted.
342 * @return {boolean} True if the player is be displayed in compact mode.
428 * Player header height.
429 * TODO(kaznacheev): Set to 30 when the audio player is title-less.
444 * Set the correct player window height
    [all...]
  /frameworks/base/media/java/android/media/
JetPlayer.java 35 * music concept and how to use the JetCreator tool to create content to be player by JetPlayer.
499 * @param player the JET player the event is coming from
506 void onJetEvent(JetPlayer player,
511 * @param player the JET player the status update is coming from
515 void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount);
520 * @param player the JET player the status update is coming from
523 void onJetNumQueuedSegmentUpdate(JetPlayer player, int nbSegments)
    [all...]
IAudioService.aidl 229 void setRingtonePlayer(IRingtonePlayer player);
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 36 StreamPlayer *player);
56 // the player to release all of its resources, similar to android.media.MediaPlayer disconnect.
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 24 Player created
25 Player realized
461 /* Objects this application uses: one audio player */
462 SLObjectItf player; local
464 /* Interfaces for the audio player */
492 /* Configuration of the player */
532 /* Create the audio player */
533 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &decSource, &decDest,
541 printf("Player created\n");
543 /* Realize the player in synchronous mode. *
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 413 sp<SimplePlayer> player = new SimplePlayer; local
414 looper->registerHandler(player);
416 player->setDataSource(argv[0]);
417 player->setSurface(surface->getIGraphicBufferProducer());
418 player->start();
420 player->stop();
421 player->reset();
record.cpp 311 AudioPlayer *player = new AudioPlayer(audioSink);
312 player->setSource(audioSource);
313 player->start();
317 player->stop();
stagefright.cpp 205 AudioPlayer *player = new AudioPlayer(NULL); local
206 player->setSource(rawSource);
209 player->start(true /* sourceAlreadyStarted */);
212 while (!player->reachedEOS(&finalStatus)) {
216 delete player;
217 player = NULL;
815 sp<IBinder> binder = sm->getService(String16("media.player"));
877 sp<IBinder> binder = sm->getService(String16("media.player"));
891 sp<IBinder> binder = sm->getService(String16("media.player"));
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 18 // Proxy for media player implementations
206 String16("media.player"), new MediaPlayerService());
546 // and reset the player. We assume the player will serialize
564 // determine if we have the right player type
567 ALOGV("delete player");
584 ALOGV("player type = %d", playerType);
586 // create the right type of player
707 // create the right type of player
764 // Note that we must set the player's new GraphicBufferProducer befor
809 sp<MediaPlayerBase> player = getPlayer(); local
1184 sp<MediaPlayerBase> player; local
1246 sp<MediaPlayerBase> player; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectManager.java 175 public void setPlayer(GameObject player) {
176 mPlayer = player;
NPCComponent.java 380 GameObject player = manager.getPlayer(); local
381 if (player != null) {
383 player.getCenteredPositionX() -
AnimationComponent.java 25 * Player Animation game object component. Responsible for selecting an animation to describe the
26 * player's current state. Requires the object to contain a SpriteComponent to play animations.
194 // Turn on visual effects (smoke, etc) when the player's life reaches 1.
357 public void setPlayer(PlayerComponent player) {
358 mPlayer = player;
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerBridge.java 31 // Local player to forward this to. We don't initialize it here since the subclass might not
172 * allowed on the media player.
176 MediaPlayer player = bridge.getLocalPlayer(); local
181 Method getMetadata = player.getClass().getDeclaredMethod(
184 Object data = getMetadata.invoke(player, false, false);
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 106 PreviewPlayer player = (PreviewPlayer) getLastNonConfigurationInstance(); local
107 if (player == null) {
123 mPlayer = player;
200 PreviewPlayer player = mPlayer; local
202 return player;
MediaPlaybackService.java 375 // release all MediaPlayer resources, including the native player and wakelocks
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 105 public JetGameEvent(JetPlayer player, short segment, byte track, byte channel,
107 this.player = player;
115 public JetPlayer player; field in class:JetBoyView.JetGameEvent
123 // JET info: the JetBoyThread receives all the events from the JET player
276 // the player's hit streaks
470 // JET info: the player hasn't scored yet.
682 * This includes positons of all game objects (asteroids, player,
733 processJetEvent(jetEvent.player, jetEvent.segment, jetEvent.track,
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 56 virtual void execute(NuPlayer *player) = 0;
67 virtual void execute(NuPlayer *player) {
68 player->performSeek(mSeekTimeUs);
82 virtual void execute(NuPlayer *player) {
83 player->performSetSurface(mWrapper);
98 virtual void execute(NuPlayer *player) {
99 player->performDecoderShutdown(mAudio, mVideo);
133 virtual void execute(NuPlayer *player) {
134 (player->*mFunc)();
    [all...]
  /external/chromium_org/content/browser/android/
browser_media_player_manager.h 146 // Adds a given player to the list.
147 void AddPlayer(media::MediaPlayerAndroid* player);
149 // Removes the player with the specified id.
169 // Player ID of the fullscreen media player.
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java 33 * Actual playback of a single media item is abstracted into a Player interface,
36 public class SessionManager implements Player.Callback {
45 private Player mPlayer;
88 // If player supports queuing, get status of each item. Player is
90 // (update=1 requires player to callback onPlaylistReady())
96 // Otherwise, only need to get status for current item. Player is
120 // if player supports queuing, enqueue the item now
158 // This should only be called for local player. Remote player i
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 116 public boolean onError(MediaPlayer player, int what, int extra) {
130 public void onCompletion(MediaPlayer player) {
242 // PV player engine may take quite a while to actually set the
243 // player state to Paused; if we call start() right after pause()
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 344 * own version of the state of whether the player is playing.
350 public SmilPlayerController(SmilPlayer player) {
351 mPlayer = player;

Completed in 1281 milliseconds

1 2 3 45 6 7