Searched refs:mSfPlayer (Results 1 - 3 of 3) sorted by relevance

/system/media/opensles/libopensles/
H A Dandroid_AudioPlayer.cpp385 if (ap->mSfPlayer != 0) {
386 ap->mSfPlayer->prepare();
448 ap->mAudioTrack = ap->mSfPlayer->getAudioTrack();
449 ap->mNumChannels = ap->mSfPlayer->getNumChannels();
450 ap->mSampleRateMilliHz = android_to_sles_sampleRate(ap->mSfPlayer->getSampleRateHz());
451 ap->mSfPlayer->startPrefetch_async();
480 ap->mAudioTrack = ap->mSfPlayer->getAudioTrack();
481 ap->mNumChannels = ap->mSfPlayer->getNumChannels();
482 ap->mSampleRateMilliHz = android_to_sles_sampleRate(ap->mSfPlayer->getSampleRateHz());
917 // pAudioPlayer->mSfPlayer
[all...]
H A DIEngine.c164 (void) new (&this->mSfPlayer) android::sp<android::SfPlayer>();
H A Dsles_allinclusive.h994 android::sp<android::SfPlayer> mSfPlayer; member in struct:CAudioPlayer_struct

Completed in 11 milliseconds