/frameworks/base/docs/html/channels/ |
io2013.jd | 181 <!-- busted flash player message --> 183 Make sure you have the <a href="//get.adobe.com/flashplayer/" target="_blank">Flash® Player</a>. 185 <div id="player"><!-- Youtube embeds here... actually replaces this div --></div> 230 /* Load a video into the player box. 232 * @param title The video title to display in the player box (character escaped) 237 swfobject.embedSWF(url, 'player', '704', '397', '9.0.0', false, false, {allowfullscreen: 'true'}); 311 // put the first video in the player
|
/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/base/media/jni/ |
android_media_MediaPlayer.cpp | 140 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) 144 if (player.get()) { 145 player->incStrong((void*)setMediaPlayer); 150 env->SetIntField(thiz, fields.context, (int)player.get()); 298 // This will fail if the media player has not been initialized yet. This 530 // Sends the request and reply parcels to the media player via the 727 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.player")); 784 jniThrowException(env, "java/lang/IllegalStateException", "This player not initialized"); 789 jniThrowException(env, "java/lang/IllegalStateException", "That player not initialized"); 794 jniThrowException(env, "java/lang/IllegalArgumentException", "Next player can't be self") [all...] |
/frameworks/ex/variablespeed/jni/ |
variablespeed.cc | 49 // When calculating play buffer size before pushing to audio player. 213 // Set the audio stream type for the player. 218 // creating the player. 576 // Define the source and sink for the audio player: comes from a buffer queue 587 // Create the audio player, which will play from the buffer queue and send to 611 // Define the source and sink for the decoding player: comes from the source 676 // These variables hold the audio player and its output. 686 // As it comes out of the time scaler, feed it into the audio player. 689 // Build the audio player. 709 // Delete the audio player and output mix, iff they have been created [all...] |
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 91 <media:player 92 url='http://www.youtube.com/watch?v=nojWJ6-XmeQ'></media:player> 169 <media:player 170 url='http://www.youtube.com/watch?v=JahdnOQ9XCA'></media:player> 238 <media:player 239 url='http://www.youtube.com/watch?v=VcQIwbvGRKU'></media:player> 307 <media:player 308 url='http://www.youtube.com/watch?v=JsD6uEZsIsU'></media:player> 382 <media:player 383 url='http://www.youtube.com/watch?v=dt1fB62cGbo'></media:player> [all...] |
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.cpp | 48 defaultServiceManager()->getService(String16("media.player")); 57 PreviewPlayer *player, 59 : mPlayer(player), 288 // shutdown the video-related resources and the player appear to 291 // If we had an audio player, it would have effectively 300 //Single audio player instance used 399 // Audio player does not have any source set. 400 ALOGV("setAudioPlayer: Audio player does not have any source set"); 405 // Else audio player continues using old audio source and there are 819 ALOGV("LV PLAYER seeking to %lld us (%.2f secs)", mSeekTimeUs [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
MediaSource.java | 233 throw new NullPointerException("Unexpected null media player!"); 381 // If updating only sourceUrl/sourceAsset, MediaPlayer gets reset if the current player 440 /** Creates a media player, sets it up, and calls prepare */ 456 // Create new media player 504 // Connect Media Player to callbacks 568 if (mLogVerbose) Log.v(TAG, "New frame from media player");
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 347 // create audio player 354 fprintf(stderr, "can't create audio player\n"); 360 // realize the player 364 // get the effect send interface and enable effect send reverb for this player 476 // set the player's state to playing 528 // destroy audio player
|
playbq.cpp | 347 // create audio player 354 fprintf(stderr, "can't create audio player\n"); 360 // realize the player 364 // get the effect send interface and enable effect send reverb for this player 476 // set the player's state to playing 528 // destroy audio player
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
TransportControllerActivity.java | 102 * This is the actual video player. It is the top-level content of 144 // state of the video player that it will interact with. 278 // Find the video player in our UI.
|
/frameworks/base/docs/html/training/managing-audio/ |
audio-focus.jd | 133 playback, removing media button listeners—allowing the new audio player to exclusively handle 137 <p>In the following code snippet, we pause the playback or our media player object if the audio 166 <p>In the following code snippet lowers the volume on our media player object when we temporarily
|
/frameworks/wilhelm/src/ |
classes.h | 95 /** identifies which group of effects ("session") this player belongs to */ 100 /** plays the PCM data for this player */ 341 /** identifies which group of effects ("session") this player belongs to */
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
NativeMedia.java | 40 // member variables for Java media player 46 // member variables for native media player 114 // create Java media player 117 // set up Java media player listeners
|
/external/chromium/base/ |
event_recorder.h | 39 // We can only handle one recorder/player at a time.
|
/external/chromium/webkit/glue/ |
webmediaplayer_impl.h | 5 // Delegate calls from WebCore::MediaPlayerPrivate to Chrome's video player. 6 // It contains PipelineImpl which is the actual media player pipeline, it glues 7 // the media player pipeline, data source, audio renderer and renderer. 24 // WebKit client of this media player object.
|
/external/chromium_org/base/ |
event_recorder.h | 38 // We can only handle one recorder/player at a time.
|
/external/chromium_org/chrome/browser/resources/file_manager/ |
mediaplayer.html | 45 <div class="audio-player"></div>
|
video_player.html | 46 <div id="video-player" tools>
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
extensions_index.html | 68 <iframe title="YouTube video player" width="300" height="199" src="//www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen=""></iframe>
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationStack.h | 56 static AnimationEffect::CompositableValueMap compositableValues(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLVideoElement.idl | 49 // The number of decoded frames that have been dropped by the player
|
/external/libvorbis/doc/vorbisfile/ |
ov_time_seek.html | 21 streams, this seeks to the given time. For implementing seeking in a player,
|
/external/srec/config/en.us/grammars/ |
bothtags5.grxml | 96 cd player
|
homonym_test1.grxml | 100 cd player
|
homonym_test2.grxml | 104 cd player
|