Searched defs:player (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerMethodUnderTest.java26 public void invokeMethodUnderTest(MediaPlayer player); argument
H A DMediaRecorderMethodUnderTest.java26 public void invokeMethodUnderTest(MediaRecorder player); argument
H A DMediaPlayerGetCurrentPositionStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.getCurrentPosition();
H A DMediaPlayerGetDurationStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.getDuration();
H A DMediaPlayerGetVideoHeightStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.getVideoHeight();
H A DMediaPlayerGetVideoWidthStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.getVideoWidth();
H A DMediaPlayerIsPlayingStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.isPlaying();
H A DMediaPlayerPauseStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.pause();
H A DMediaPlayerResetStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.reset();
H A DMediaPlayerSeekToStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.seekTo(0);
H A DMediaPlayerSetAudioStreamTypeStateUnitTest.java56 public void invokeMethodUnderTest(MediaPlayer player) { argument
57 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
H A DMediaPlayerSetLoopingStateUnitTest.java56 public void invokeMethodUnderTest(MediaPlayer player) { argument
58 player.setLooping(looping);
H A DMediaPlayerSetVolumeStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.setVolume(0.5f, 0.5f);
H A DMediaPlayerStartStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.start();
H A DMediaPlayerStopStateUnitTest.java55 public void invokeMethodUnderTest(MediaPlayer player) { argument
56 player.stop();
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp125 AudioPlayer *player = new AudioPlayer(NULL); local
126 player->setSource(decoder);
127 player->start();
129 source->stop(); // must stop source otherwise delete player will hang
130 delete player; // there is no player->stop()...
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java100 private static void setupVolume(MediaPlayer player, float volume, float pan) { argument
110 player.setVolume(volLeft, volRight);
121 // Do nothing, the player is already stopped
/frameworks/av/include/media/
H A DJetPlayer.h100 JetPlayerThread(JetPlayer *player) : mPlayer(player) { argument
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp55 /* Objects this application uses: one player and an ouput mix */
56 SLObjectItf player, outputMix; local
67 /* Data sinks for the audio player */
71 /* Interfaces for the audio player */
92 /* Create Output Mix object to be used by the player */
107 /* Configuration of the player */
144 /* Create the audio player */
145 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
149 /* Realize the player in synchronous mode. */
150 result = (*player)
[all...]
H A DslesTestPlayFdPath.cpp55 /* Objects this application uses: one player and an ouput mix */
56 SLObjectItf player, outputMix; local
63 /* Data sinks for the audio player */
67 /* Play and PrefetchStatus interfaces for the audio player */
87 /* Create Output Mix object to be used by the player */
102 /* Configuration of the player */
129 /* Create the audio player */
130 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 1,
134 /* Realize the player in synchronous mode. */
135 result = (*player)
[all...]
H A DslesTestSawtoothBufferQueue.cpp121 SLObjectItf player; local
151 // Create Output Mix object to be used by player
202 /* Create the music player */
203 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player,
207 /* Realizing the player in synchronous mode. */
208 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
212 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
216 res = (*player)
[all...]
H A DslesTestVirtualizerPath.cpp56 /* Objects this application uses: one player and an ouput mix */
57 SLObjectItf player, outputMix; local
68 /* Data sinks for the audio player */
72 /* Play and PrefetchStatus interfaces for the audio player */
93 /* Create Output Mix object to be used by the player */
108 /* Configuration of the player */
145 /* Create the audio player */
146 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
150 /* Realize the player in synchronous mode. */
151 result = (*player)
[all...]
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp53 /* Objects this application uses: one player and an ouput mix */
54 SLObjectItf player, outputMix; local
61 /* Data sinks for the audio player */
65 /* Play, Volume and AndroidStreamType interfaces for the audio player */
88 /* Create Output Mix object to be used by the player */
103 /* Configuration of the player */
127 /* Create the audio player */
128 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
132 /* Retrieve the configuration interface before the player is realized so its resources
136 result = (*player)
[all...]
H A DslesTestPlayUri2.cpp38 /* PlayItf callback for an audio player */
69 SLObjectItf player, player2, outputMix; local
107 /* Create Output Mix object to be used each player */
136 /* Create the first audio player */
137 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, 2,
141 /* Create the second audio player with a different path for its data source */
149 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
153 /* Get the SLPlayItf, SLVolumeItf and SLPrefetchStatusItf interfaces for each player */
[all...]
H A DslesTest_playStates.cpp53 /* Objects this application uses: one player and an ouput mix */
54 SLObjectItf player, outputMix; local
61 /* Data sinks for the audio player */
65 /* Play, Volume and PrefetchStatus interfaces for the audio player */
86 /* Create Output Mix object to be used by the player */
101 /* Configuration of the player */
122 /* Create the audio player */
123 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink,
127 /* Realize the player in synchronous mode. */
128 result = (*player)
[all...]

Completed in 1777 milliseconds

123