HomeSort by relevance Sort by last modified time
    Searched full:player (Results 426 - 450 of 898) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/video_VimeoVideo/
froogaloop.js 33 * Calls a function to act upon the player.
113 * @param method (String): name of the method to call inside the player. For api calls
  /external/libvncserver/webclients/novnc/include/web-socket-js/
README.txt 42 7. Install debugger version of Flash Player available here to see Flash errors:
50 - Firefox 3.x, Internet Explorer 8 + Flash Player 9 or later
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 34 void FilePlayer::DestroyFilePlayer(FilePlayer* player)
36 delete player;
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
MusicPlayerFragment.java 51 * For this app, when the player is prepared, the music item will not be played automatically,
192 // When the service is created, the video player/ audio manager will be initialized
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp 58 //player's death.
81 ALOGD_IF(QCLIENT_DEBUG, "Media Player died");
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
PlayerApplicationSettings.java 28 * Contains information Player Application Setting extended from BluetootAvrcpPlayerSettings
139 * that the desired value is in fact supported by our remote player.
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 156 //This only check if there only 1 ringtone set in music player
188 //Delete the file from music player
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 37 import com.example.android.mediarouter.player.Player;
38 import com.example.android.mediarouter.player.PlaylistItem;
40 import com.example.android.mediarouter.player.SessionManager;
229 private final Player mPlayer;
234 mPlayer = Player.create(getContext(), null);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 37 import com.example.android.mediarouter.player.Player;
38 import com.example.android.mediarouter.player.PlaylistItem;
40 import com.example.android.mediarouter.player.SessionManager;
229 private final Player mPlayer;
234 mPlayer = Player.create(getContext(), null);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 37 import com.example.android.mediarouter.player.Player;
38 import com.example.android.mediarouter.player.PlaylistItem;
40 import com.example.android.mediarouter.player.SessionManager;
230 private final Player mPlayer;
235 mPlayer = Player.create(getContext(), null);
  /external/autotest/client/cros/input_playback/
input_playback.py 42 Example use: player = InputPlayback()
43 player.emulate(property_file=path_to_file)
44 player.find_connected_inputs()
45 player.playback(path_to_file)
46 player.blocking_playback(path_to_file)
47 player.close()
  /frameworks/base/media/java/android/media/session/
MediaSessionManager.java 487 * <p>Called when a media key event is dispatched or the addressed player is changed.
488 * The addressed player is either the media session or the media button receiver that will
516 * Called when the addressed player is changed to a media session.
518 * {@link #setCallback} if the addressed player exists.
525 * Called when the addressed player is changed to the media button receiver.
527 * {@link #setCallback} if the addressed player exists.
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 267 * A renderer to read each video frame from a media player, draw it over a surface
333 // The media player that loads and decodes the video.
336 // The frame number from media player.
360 public void setMediaPlayer(MediaPlayer player) {
361 mMediaPlayer = player;
585 Log.e(TAG, "media player prepare failed");
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 123 // Enqueue the just-filled buffer for the player
165 // Called after audio player empties a buffer of data
208 // Update our model of the player queue
415 // create an audio player with buffer queue source and output mix sink
444 fprintf(stderr, "Could not create audio player (result %x), check sample rate\n", result);
458 // Enqueue some zero buffers for the player
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 17 // OpenMAX AL MediaPlayer command-line player
435 // create media player
445 // realize the player
470 // set the player's state to paused, to start prefetching
574 // set the player's state to paused, to start prefetching
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplobby.h 72 * Purpose: Request the GUID that identifies the player for this particular machine.
78 * Purpose: Used to send a score of a player to the lobby. The format is an array of long integers.
150 GUID guidPlayer; /* Player GUID */
163 GUID guidPlayer; /* Player GUID */
173 GUID guidPlayer; /* Player GUID */
182 GUID guidPlayer; /* Player GUID */
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoopbackActivity.java 560 // Note: for native mode, player and recorder buffer sizes are the same, and can only be
561 // set through player buffer size
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/tvinput/
TunerSessionWorker.java 431 Log.i(TAG, "Player ended: end of stream");
467 public void onDrawnToSurface(MpegTsPlayer player, Surface surface) {
1183 MpegTsPlayer player = new MpegTsPlayer( local
1441 MpegTsPlayer player = createPlayer(mAudioCapabilities); local
    [all...]
  /docs/source.android.com/ja/security/bulletin/
2016-11-01.html     [all...]
2016-09-01.html     [all...]
  /docs/source.android.com/zh-cn/security/bulletin/
2016-11-01.html     [all...]
  /docs/source.android.com/zh-tw/security/bulletin/
2016-11-01.html     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 69 virtual void execute(NuPlayer *player) = 0;
81 virtual void execute(NuPlayer *player) {
82 player->performSeek(mSeekTimeUs, mMode);
97 virtual void execute(NuPlayer *player) {
98 player->performResumeDecoders(mNeedNotify);
112 virtual void execute(NuPlayer *player) {
113 player->performSetSurface(mSurface);
128 virtual void execute(NuPlayer *player) {
129 player->performDecoderFlush(mAudio, mVideo);
163 virtual void execute(NuPlayer *player) {
    [all...]
  /docs/source.android.com/ko/security/bulletin/
2016-09-01.html 1299 <td>Nexus 5, Nexus 6, Nexus 9, Nexus Player, Android One</td>
1309 <td>Nexus 5, Nexus 5X, Nexus 6, Nexus 6P, Nexus 9, Nexus Player</td>
    [all...]
  /docs/source.android.com/ru/security/bulletin/
2016-09-01.html     [all...]

Completed in 720 milliseconds

<<11121314151617181920>>