/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 64 /* PlayItf callback for an audio player */ 107 /* PrefetchStatusItf callback for an audio player */ 194 SLObjectItf player; local 216 // Create Output Mix object to be used by player 240 /* Create the audio player */ 247 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 250 /* Realizing the player in synchronous mode. */ 251 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); 255 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res) [all...] |
/external/chromium_org/chrome/browser/resources/plugin_metadata/ |
plugins_chromeos.json | 16 "adobe-flash-player": { 27 "name": "Adobe Flash Player",
|
/external/chromium_org/content/test/data/media/webui/ |
manager_test.html | 42 // If the removal is set, make sure that a player 51 // Trying to select a non-existant player should throw
|
integration_test.html | 28 // The renderer and player ids are completely arbitrarily. 38 player: TEST_PLAYER, 53 // Remove a player.
|
/external/chromium_org/remoting/client/plugin/ |
pepper_audio_player.cc | 56 // Immediately start the player. 59 LOG(ERROR) << "Failed to start Pepper audio player";
|
/frameworks/wilhelm/src/android/ |
android_defs.h | 24 // audio player, playing from a URI or FD data source 26 // audio player, playing PCM buffers in a buffer queue data source 28 // audio player, playing transport stream packets in an Android buffer queue data source 30 // audio player, decoding from a URI or FD data source to a buffer queue data sink in PCM format 32 // audio video player, playing transport stream packets in an Android buffer queue data source 34 // audio video player, playing from a URI or FD data source 39 // audio player, decoding from an Android buffer queue with ADTS data, 74 * Structure to maintain the set of audio levels about a player
|
/frameworks/wilhelm/src/objects/ |
CMediaPlayer.c | 34 // realize player 47 /** \brief Hook called by Object::Destroy when a media player is destroyed */
|
/frameworks/wilhelm/tests/sandbox/ |
urimime.c | 17 // Test audio player configurations with URI data source and MIME data format 76 // create audio player, requesting a buffer queue interface 95 // create audio player, without requesting a buffer queue interface 100 // realize the player 122 // get the player duration 131 // set the player's state to playing 146 // get the player duration 154 // destroy audio player
|
reverb.c | 17 // Demonstrate environmental reverb and preset reverb on an output mix and audio player 82 // Parameters for preset reverb on audio player (not supported) 86 // Parameters for environmental reverb on audio player (not supported) 253 } else if (!strncmp(arg, "--player-preset", 15)) { 262 } else if (!strncmp(arg, "--player-name", 13)) { 281 fprintf(stderr, "usage: %s --mix-preset=# --mix-name=I3DL2 --player-preset=# " 282 "--player-name=I3DL2 --loop filename\n", prog); 301 fprintf(stderr, "%s: player environmental reverb name %s not found, " 401 // create audio player 433 // realize audio player [all...] |
monkey.c | 17 // single-threaded, single-player monkey test 46 typedef State_t (*Action_pt)(Player_pt player); 116 // create audio player 129 // realize the player 248 Player_t player; local 249 player.mObject = NULL; 250 player.mPlay = NULL; 251 player.mSeek = NULL; 285 State_t nextState = (*transitionTable[i].mAction)(&player);
|
multiplay.c | 26 // Describes the state of one player 37 } Player; 95 Player *p = (Player *) context; 141 Player *players = (Player *) calloc(numPlayers, sizeof(Player)); 178 Player *p; 224 printf("player %d (%s): ", i, pathnames[i]);
|
/hardware/ti/omap3/omx/ti_omx_config_parser/ |
Android.mk | 21 $(PV_TOP)/engines/player/config/android \ 22 $(PV_TOP)/engines/player/include \
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
TimerRingService.java | 144 // Must reset the media player to clear the error state. 159 private void startAlarm(MediaPlayer player) 166 player.setAudioStreamType(AudioManager.STREAM_ALARM); 167 player.setLooping(true); 168 player.prepare(); 171 player.start(); 176 MediaPlayer player, int res) throws java.io.IOException { 179 player.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(),
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmKlaxon.java | 109 // Must reset the media player to clear the error state. 129 private static void startAlarm(Context context, MediaPlayer player) throws IOException { 133 player.setAudioStreamType(AudioManager.STREAM_ALARM); 134 player.setLooping(true); 135 player.prepare(); 138 player.start(); 142 private static void setDataSourceFromResource(Context context, MediaPlayer player, int res) 146 player.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), afd.getLength());
|
/packages/apps/Music/tests/ |
AndroidManifest.xml | 31 android:label="Music Player Functional Test"> 36 android:label="Music Player Stress Test">
|
/external/chromium_org/content/browser/android/ |
content_video_view.h | 24 // creating the Java video view and pass all the player status change to 56 // |release_media_player| is true, |manager_| needs to release the player 65 // Called by the Java class to pass the surface object to the player. 68 // Method called by |manager_| to inform the Java class about player status 90 // Object that manages the fullscreen media player. It is responsible for
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloAnimation.java | 53 Node player; field in class:HelloAnimation 73 player = (Node) assetManager.loadModel("Models/Oto/Oto.mesh.xml"); 74 player.setLocalScale(0.5f); 75 rootNode.attachChild(player); 78 control = player.getControl(AnimControl.class);
|
/packages/apps/Stk/src/com/android/stk/ |
ToneDialog.java | 40 TonePlayer player = null; field in class:ToneDialog 89 player = new TonePlayer(); 90 player.play(settings.tone); 107 player.stop(); 108 player.release();
|
/external/chromium_org/content/browser/media/android/ |
browser_media_player_manager.h | 63 // Called when browser player wants the renderer media element to seek. 153 // Adds a given player to the list. 154 void AddPlayer(media::MediaPlayerAndroid* player); 156 // Removes the player with the specified id. 159 // Replaces a player with the specified id with a given MediaPlayerAndroid 164 media::MediaPlayerAndroid* player); 216 // Player ID of the fullscreen media player. 219 // The player ID pending to enter fullscreen. 222 // Whether the fullscreen player has been Release()-d [all...] |
/frameworks/wilhelm/src/itf/ |
IEffectSend.c | 33 * - object is an audio player (MIDI player is not supported yet) 41 // Make sure this effect send is on an audio player, not a MIDI player 47 // Get the output mix for this player 135 // note that if this was a MIDI player, getEnableLevel would have returned NULL 140 // so it must take into account the player volume level 215 // MIDI player is silently not supported 239 // MIDI player is silently not supported 274 // into account the player volume leve [all...] |
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 72 // The volume we set the media player to when we lose audio focus, but are allowed to reduce 76 // our media player 86 Stopped, // media player is stopped and not prepared to play 87 Preparing, // media player is preparing... 88 Playing, // playback active (media player ready!). (but the media player may actually be 91 Paused // playback paused (media player ready!) 156 * Makes sure the media player exists and has been reset. This will create the media player 157 * if needed, or reset the existing media player if one already exists [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/games/ |
CubeField.java | 70 private Node player; field in class:CubeField 103 player = createPlayer(); 104 rootNode.attachChild(player); 139 player.setLocalTranslation(0,0,0); 155 cam.setLocation(player.getLocalTranslation().add(-8, 2, 0)); 156 cam.lookAt(player.getLocalTranslation(), Vector3f.UNIT_Y); 169 System.out.println("Player has Collided. Final Score is " + Score); 174 * Randomly Places a cube on the map between 30 and 90 paces away from player 178 int playerX = (int) player.getLocalTranslation().getX(); 179 int playerZ = (int) player.getLocalTranslation().getZ() [all...] |
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.h | 57 // media player in the browser process. It listens to all the status changes 59 // player. 70 // player can enter fullscreen. This logic should probably be moved into 157 // Media player callback handlers. 171 // Functions called when media player status changes. 180 // Called when the player is released. 184 // video and release the media player and surface texture when we switch tabs. 191 // Detach the player from its manager. 195 // Retrieve geometry of the media player (i.e. location and size of the video 238 const base::WeakPtr<WebMediaPlayerAndroid>& player, [all...] |
/external/chromium_org/chrome/test/functional/ |
netflix.py | 21 # Netflix player states. 124 expected_result: expected return value from Netflix player. 139 """Test case for Netflix player.""" 170 """Test that Netflix player loads and plays the title.""" 174 'Player did not start playing the title.') 181 'Player did not start playing the title.') 191 'Player did not start playing the title.') 212 # In case player doesn't start playing at all, above while loop may 213 # still pass. So re-verifying and assuming that player did play something 216 msg='Netflix player did not start playing.' [all...] |
/external/chromium_org/content/browser/resources/media/ |
media_internals.css | 67 #player-list-wrapper, 75 #player-list-wrapper ul, 76 #player-list-wrapper li,
|