/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILLayoutElement.java | 33 * <code>true</code> if the player can understand the mime type,
|
/packages/apps/Music/tests/src/com/android/music/ |
MusicPlayerFunctionalTestRunner.java | 28 * Instrumentation Test Runner for all Music Player tests.
|
MusicPlayerLaunchPerformance.java | 26 * Instrumentation class for Media Player launch performance testing.
|
MusicPlayerStressTestRunner.java | 28 * Instrumentation Test Runner for all music player stress tests.
|
/external/chromium_org/media/base/android/ |
media_source_player.h | 39 // Constructs a player with the given ID and demuxer. |manager| must outlive 123 // or are not present in player configuration. 193 // Pending event that the player needs to do. 228 // The surface object currently owned by the player. 231 // Track whether or not the player has received any video data since the most 232 // recent of player construction, end of last seek, or receiving and 276 // the player should pause. When a new key is added (OnKeyAdded()), we should
|
/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();
|
/frameworks/wilhelm/tests/automated/ |
BufferQueue_test.cpp | 149 // (must be done in that order, and after player destroyed) 162 //printf("destroy player\n"); 168 /* Test case for creating audio player with various invalid values for numBuffers*/ 175 //printf("create audio player - invalid\n"); 188 //printf("create audio player - valid\n"); 197 // verify that player is initially stopped 311 // create audio player with buffer queue data source in stereo PCM format and ask for mute solo 318 // create audio player with buffer queue data source in mono PCM format and ask for mute solo 329 // can create audio player with buffer queue data source and ask for seek 439 /* Prepare the player */ [all...] |
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaPlayerBridge.java | 38 // Local player to forward this to. We don't initialize it here since the subclass might not 288 * allowed on the media player. 292 MediaPlayer player = getLocalPlayer(); local 297 Method getMetadata = player.getClass().getDeclaredMethod( 300 Object data = getMetadata.invoke(player, false, false);
|
MediaPlayerListener.java | 31 // These values are copied from android media player. 68 // There are some undocumented error codes for android media player.
|
/frameworks/av/include/media/ |
MediaPlayerInterface.h | 50 // The shared library with the test player is passed passed as an 149 // pass the buffered IGraphicBufferProducer to the media player service 179 // Invoke a generic method on the player by using opaque parcels 189 // the native player to retrieve all or a subset of metadata. 193 // @param[inout] records Parcel where the player appends its metadata.
|
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 117 * called by the internal player engine and the object state remains 120 * invoked by the internal player engine and the object will be 124 * so that resources used by the internal player engine associated with the 147 * error conditions, the internal player engine invokes a user supplied 161 * the internal player engine.</li> 194 * player engine continues working on the rest of preparation work 196 * the internal player engine then calls a user supplied callback method, 217 * <li>While in the <em>Started</em> state, the internal player engine calls 232 * asynchronously in the player engine. It may take some time before 263 * seek operation completes, the internal player engine calls a use [all...] |
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...] |
/external/chromium_org/media/audio/android/ |
opensles_output.cc | 98 // For a player object, when the object is in the SL_PLAYSTATE_PLAYING 143 // Destroy the buffer queue player object and invalidate all associated 209 // Create ouput mixer object to be used by the player. 229 // Create an audio player. 259 // Realize the player object in synchronous mode. 263 // Get an implicit player interface.
|
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/ |
ImageBitmapFactories.cpp | 61 if (MediaPlayer* player = video->player()) 62 return player->naturalSize(); 129 if (!video->player()) { 137 if (video->player()->readyState() <= MediaPlayer::HaveMetadata) { 149 if (!video->player()->didPassCORSAccessCheck() && eventTarget->toDOMWindow()->document()->securityOrigin()->taintsCanvas(video->currentSrc())) {
|
/external/sonivox/jet_tools/JetCreator/ |
JetDialogs.py | 298 self.Player = None
317 """ Shutdown player flag """
318 if self.Player is not None:
319 self.Player.SetKeepPlayingFlag(False)
418 if self.Player is not None:
420 self.Player.SetMuteFlag(trackNum, checked)
425 self.Player.SetKeepPlayingFlag(False)
434 self.Player = PreviewPlayer(self.je.ctrls[JetDefs.F_PLAY], self.SetSegment(self.playMode))
435 self.Player.SetGraphCtrl(self.je.ctrls[JetDefs.F_GRAPH], self)
436 self.PlayerThread = thread.start_new_thread(self.Player .Start, ()) [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
LocalPlayer.java | 51 public abstract class LocalPlayer extends Player implements 78 // reset media player 104 // release media player 112 // Player 317 // just return if media player is already gone 369 public static final void setSurface(MediaPlayer player, Surface surface) { 370 player.setSurface(surface); 388 mLayout = (FrameLayout)((Activity)context).findViewById(R.id.player);
|
/external/chromium_org/chrome/browser/resources/plugin_metadata/ |
plugins_linux.json | 73 "adobe-flash-player": { 89 "name": "Adobe Flash Player",
|
/external/chromium_org/chrome/test/pyautolib/ |
plugins_info.py | 55 { u'description': u'FutureSplash Player', 59 u'path': u'/Library/Internet Plug-Ins/Flash Player.plugin',
|
/external/chromium_org/content/browser/gamepad/ |
xbox_data_fetcher_mac.h | 28 // the player which player number they are.
|
/external/chromium_org/remoting/client/ |
audio_player.cc | 42 // No-op if the Pepper player won't start. 47 // Start the Pepper audio player if this is the first packet.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
ActiveAnimations.h | 62 // player is kept here. 66 typedef HashCountedSet<Player*> PlayerSet;
|
AnimationStack.cpp | 68 AnimationEffect::CompositableValueMap AnimationStack::compositableValues(const AnimationStack* animationStack, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority priority) 78 if (cancelledPlayers && cancelledPlayers->contains(animation->player()))
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLVideoElement.h | 74 virtual bool hasVideo() const OVERRIDE { return player() && player()->hasVideo(); }
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext.cpp | 81 if (!(video->player() && video->player()->didPassCORSAccessCheck()) && wouldTaintOrigin(video->currentSrc()))
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
MediaPlayerProxyTestCase.java | 51 * {@link #createTestMediaPlayer()} method to construct the player you would like to test. Every 52 * test will construct the player in {@link #setUp()} and release it in {@link #tearDown()}. 440 // The real media player should play a stuttering audio, hopefully my player does too. 501 * If we have a variable speed media player proxy, set the variable speed rate. 503 * If we don't have a variable speed media player proxy, this method will be a no-op. 568 private void setDataSourceFromContentProvider(MediaPlayerProxy player, String assetFilename, 570 player.setDataSource(getInstrumentation().getTargetContext(),
|