Home | History | Annotate | Download | only in android

Lines Matching defs:onPrepare

142 void AacBqToPcmCbRenderer::onPrepare() {
143 SL_LOGD("AacBqToPcmCbRenderer::onPrepare()");
166 SL_LOGE("AacBqToPcmCbRenderer::onPrepare(): Error no data source");
173 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate AAC extractor.");
183 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
198 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
205 SL_LOGD("AacBqToPcmCbRenderer::onPrepare() after instantiating decoder");
208 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
218 // FIXME similar to AudioSfDecoder::onPrepare()
220 // already "good to go" (compare to AudioSfDecoder::onPrepare)
233 SL_LOGV("AacBqToPcmCbRenderer::onPrepare() channel count=%d SR=%d",
246 GenericPlayer::onPrepare();
248 SL_LOGD("AacBqToPcmCbRenderer::onPrepare() done, mStateFlags=0x%x", mStateFlags);