Searched defs:onPrepare (Results 1 - 7 of 7) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp43 void LocAVPlayer::onPrepare() { function in class:android::LocAVPlayer
44 SL_LOGD("LocAVPlayer::onPrepare()");
87 GenericMediaPlayer::onPrepare();
88 SL_LOGD("LocAVPlayer::onPrepare() done");
H A DAacBqToPcmCbRenderer.cpp128 void AacBqToPcmCbRenderer::onPrepare() { function in class:android::AacBqToPcmCbRenderer
129 SL_LOGD("AacBqToPcmCbRenderer::onPrepare()");
153 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
168 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
175 SL_LOGD("AacBqToPcmCbRenderer::onPrepare() after instantiating decoder");
178 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
188 // FIXME similar to AudioSfDecoder::onPrepare()
190 // already "good to go" (compare to AudioSfDecoder::onPrepare)
203 SL_LOGV("AacBqToPcmCbRenderer::onPrepare() channel count=%d SR=%d",
217 GenericPlayer::onPrepare();
[all...]
H A Dandroid_GenericMediaPlayer.cpp330 void GenericMediaPlayer::onPrepare() { function in class:android::GenericMediaPlayer
331 SL_LOGD("GenericMediaPlayer::onPrepare()");
349 GenericPlayer::onPrepare();
350 SL_LOGD("GenericMediaPlayer::onPrepare() done, mStateFlags=0x%x", mStateFlags);
530 * called from GenericMediaPlayer::onPrepare after the MediaPlayer mPlayer is prepared successfully
H A Dandroid_StreamPlayer.cpp384 void StreamPlayer::onPrepare() { function in class:android::StreamPlayer
385 SL_LOGD("StreamPlayer::onPrepare()");
400 GenericMediaPlayer::onPrepare();
401 SL_LOGD("StreamPlayer::onPrepare() done");
H A Dandroid_AudioSfDecoder.cpp158 // GenericPlayer::onPrepare() was called
163 void AudioSfDecoder::onPrepare() { function in class:android::AudioSfDecoder
164 SL_LOGD("AudioSfDecoder::onPrepare()");
187 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
194 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
229 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
255 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
305 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
315 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
340 SL_LOGV("AudioSfDecoder::onPrepare
[all...]
H A Dandroid_GenericPlayer.cpp317 onPrepare();
396 void GenericPlayer::onPrepare() { function in class:android::GenericPlayer
397 SL_LOGV("GenericPlayer::onPrepare()");
403 SL_LOGD("GenericPlayer::onPrepare() done, mStateFlags=0x%x", mStateFlags);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp156 err = onPrepare();
177 err = onPrepare();
273 status_t SimplePlayer::onPrepare() { function in class:android::SimplePlayer

Completed in 78 milliseconds