Searched
full:player (Results
276 -
300 of
812) sorted by null
<<11121314151617181920>>
/external/srec/config/en.us/grammars/ |
homonym_test3.grxml | 103 cd player
|
homonym_test4.grxml | 105 cd player
|
/frameworks/av/cmds/stagefright/ |
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/libvideoeditor/lvpp/ |
VideoEditorPreviewController.h | 85 int mCurrentPlayer; // player instance currently being used
|
/frameworks/av/media/libmediaplayerservice/ |
MidiFile.h | 26 // Note that the name MidiFile is misleading; this actually represents a MIDI file player
|
MidiMetadataRetriever.cpp | 66 ALOGE("Midi player is not initialized yet");
|
/frameworks/base/core/java/android/speech/tts/ |
AudioPlaybackQueueItem.java | 96 // Do nothing, the player is already stopped
|
/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()
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
DynamicProxy.java | 42 * media player. The reason you may be interested in doing this in the first place is that this
|
/frameworks/support/v4/java/android/support/v4/media/ |
TransportMediator.java | 34 * controls, hardware buttons, remote controls) and the actual player. The player 37 * player should do this through calls to the {@link TransportController} interface. 39 * <p>Here is a simple but fairly complete sample of a video player that is built
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
NativeMedia.java | 47 // member variables for Java media player 53 // member variables for native media player 124 // create Java media player 127 // set up Java media player listeners
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_qclient.h | 52 //Notifies of Media Player death
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_qclient.h | 52 //Notifies of Media Player death
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_qclient.h | 52 //Notifies of Media Player death
|
/packages/apps/Stk/src/com/android/stk/ |
TonePlayer.java | 26 * Class that implements a tones player for the SIM toolkit application.
|
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/ |
ParticipantEntity.html | 1115 <a href="/reference/com/google/android/gms/games/Player.html">Player</a></nobr> 1120 <div class="jd-descrdiv">Returns the <code><a href="/reference/com/google/android/gms/games/Player.html">Player</a></code> that this participant represents.</div> [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
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...] |
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MainActivity.java | 32 * Main activity: shows media player buttons. This activity shows the media player buttons and
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
audio_player.js | 8 * TODO(mtomasz): Rewrite the entire audio player. 76 new AudioPlayer(document.querySelector('.audio-player')); 83 * Unload the player. 91 * Reload the player. 183 * Closes audio player when a volume containing the selected item is unmounted. 306 * @return {boolean} True if the player is be displayed in compact mode. 464 * Set the correct player window height. 580 * Audio controls specific for the Audio Player.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_architecture.html | 70 <iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/yr1jgREbH8U" frameborder="0" allowfullscreen></iframe> 170 <iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/EDtiWN42lHs" frameborder="0" allowfullscreen></iframe>
|
/external/chromium_org/chrome/tools/build/linux/ |
FILES.cfg | 115 # Flash Player files: 116 # Pepper Flash Player files:
|
/external/chromium_org/content/browser/media/ |
media_browsertest.cc | 80 // ended event fires, seeks near end of file; see player.html for details. The 104 RunMediaTestPage("player.html", &query_params, kEnded, http);
|
/external/chromium_org/content/browser/resources/media/ |
main.js | 145 var source = event.renderer + ':' + event.player; 153 source, event.ticksMillis, 'player_id', event.player);
|
/external/chromium_org/content/renderer/media/ |
webmediaplayer_ms.h | 39 // Chrome's media player when "src" is from media stream. 51 // WebKit client of this media player object.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItem.cpp | 34 #include "core/animation/Player.h" 129 // Test for events even if timing didn't need an update as the player may have gained a start time.
|
Completed in 2080 milliseconds
<<11121314151617181920>>