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

/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp47 void LocAVPlayer::onPrepare() { function in class:android::LocAVPlayer
48 SL_LOGD("LocAVPlayer::onPrepare()");
94 GenericMediaPlayer::onPrepare();
95 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.cpp159 // GenericPlayer::onPrepare() was called
164 void AudioSfDecoder::onPrepare() { function in class:android::AudioSfDecoder
165 SL_LOGD("AudioSfDecoder::onPrepare()");
188 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
196 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
231 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
257 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
307 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
317 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
342 SL_LOGV("AudioSfDecoder::onPrepare
[all...]
H A Dandroid_GenericPlayer.cpp318 onPrepare();
397 void GenericPlayer::onPrepare() { function in class:android::GenericPlayer
398 SL_LOGV("GenericPlayer::onPrepare()");
404 SL_LOGD("GenericPlayer::onPrepare() done, mStateFlags=0x%x", mStateFlags);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBrightnessFilter.java73 protected void onPrepare() { method in class:BrightnessFilter
H A DRotateFilter.java63 protected void onPrepare() { method in class:RotateFilter
H A DToGrayValuesFilter.java75 protected void onPrepare() { method in class:ToGrayValuesFilter
H A DVariableSource.java48 protected void onPrepare() { method in class:VariableSource
H A DMotionSensor.java53 protected void onPrepare() { method in class:MotionSensor
H A DCropFilter.java80 protected void onPrepare() { method in class:CropFilter
H A DSobelFilter.java106 protected void onPrepare() { method in class:SobelFilter
H A DSurfaceHolderTarget.java111 protected synchronized void onPrepare() { method in class:SurfaceHolderTarget
H A DFilter.java289 protected void onPrepare() { method in class:Filter
327 * @see #onPrepare()
593 onPrepare();
H A DGraphRunner.java133 onPrepare((FilterGraph)event.object);
289 private void onPrepare(FilterGraph graph) { method in class:GraphRunner.GraphRunLoop
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DMotionSensorWTime.java59 protected void onPrepare() { method in class:MotionSensorWTime
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp157 err = onPrepare();
178 err = onPrepare();
274 status_t SimplePlayer::onPrepare() { function in class:android::SimplePlayer

Completed in 165 milliseconds