/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 43 /* Android AudioPlayer configuration */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 43 /* Android AudioPlayer configuration */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 43 /* Android AudioPlayer configuration */
|
/system/media/wilhelm/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 46 /* Android AudioPlayer configuration */
|
/system/media/wilhelm/src/android/ |
AudioPlayer_to_android.h | 20 * AudioPlayer lifecycle
|
AudioPlayer_to_android.cpp | 98 // Callback associated with a AudioToCbRenderer of an SL ES AudioPlayer that gets its data 264 // changes in the AudioPlayer volume must be reflected in the send level: 302 // player isn't muted, and channel mute/solo audibility factors are available (AudioPlayer) 411 * post-condition: play state of AudioPlayer is SL_PLAYSTATE_PAUSED if setPlayStateToPaused is true 554 * returns true if the given data sink is supported by AudioPlayer that doesn't 676 * Callback associated with an SfPlayer of an SL ES AudioPlayer that gets its data [all...] |
/system/media/wilhelm/src/itf/ |
IPlaybackRate.c | 196 // (e.g. for an Android AudioPlayer, see sles_to_android_audioPlayerCreate)
|
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorPlayer.cpp | 54 status_t VideoEditorPlayer::setAudioPlayer(VideoEditorAudioPlayer *audioPlayer) { 55 return mPlayer->setAudioPlayer(audioPlayer);
|
PreviewPlayer.cpp | 379 status_t PreviewPlayer::setAudioPlayer(AudioPlayerBase *audioPlayer) { 382 mAudioPlayer = audioPlayer; 487 * PreviewController uses two PreviewPlayer instances and one AudioPlayer. 488 * The two PreviewPlayer use the same AudioPlayer to play the audio, 489 * and change the audio source of the AudioPlayer. [all...] |
/system/media/wilhelm/src/ |
classes.c | 53 // AudioPlayer class 100 "AudioPlayer",
|
locks.c | 232 // FIXME call the prefetch status callback while not holding the mutex on AudioPlayer 248 // call AudioTrack::start() while not holding the mutex on AudioPlayer
|
sles_allinclusive.h | 399 extern void audioPlayerTransportUpdate(CAudioPlayer *audioPlayer); 412 extern COutputMix *CAudioPlayer_GetOutputMix(CAudioPlayer *audioPlayer);
|
/system/media/wilhelm/tests/mimeUri/ |
slesTestGetPositionUri.cpp | 30 * on the AudioPlayer object */ 320 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
|
slesTest_playStates.cpp | 211 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
|
slesTestLoopUri.cpp | 295 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
|
slesTestPlayStreamType.cpp | 242 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
|
slesTestPlayUri2.cpp | 256 fprintf(stdout, "and AudioPlayer with SLDataLocator_URI source / OutputMix sink\n");
|
/frameworks/base/cmds/stagefright/ |
recordvideo.cpp | 20 #include <media/stagefright/AudioPlayer.h>
|
stagefright.cpp | 36 #include <media/stagefright/AudioPlayer.h> 210 AudioPlayer *player = new AudioPlayer(NULL); [all...] |
/system/media/wilhelm/tests/examples/ |
slesTestPlayFdPath.cpp | 197 fprintf(stdout, "and AudioPlayer with SLDataLocator_AndroidFD source / OutputMix sink\n");
|
slesTestDecodeToBuffQueue.cpp | 50 * on the AudioPlayer object for decoding, SL_IID_METADATAEXTRACTION for retrieving the 525 /* Destroy the AudioPlayer object */ 542 fprintf(stdout, "on an AudioPlayer object to decode a URI to PCM\n");
|
slesTestBassBoostPath.cpp | 255 fprintf(stdout, "and AudioPlayer with SLDataLocator_AndroidFD source / OutputMix sink\n");
|
slesTestEqFdPath.cpp | 284 fprintf(stdout, "and AudioPlayer with SLDataLocator_AndroidFD source / OutputMix sink\n");
|
slesTestVirtualizerPath.cpp | 257 fprintf(stdout, "and AudioPlayer with SLDataLocator_AndroidFD source / OutputMix sink\n");
|
slesTestSendToPresetReverb.cpp | 334 fprintf(stdout, "on AudioPlayer and SLPresetReverbItf on OutputMix.\n");
|