Searched refs:onPrepare (Results 1 - 25 of 25) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.h30 virtual void onPrepare();
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_StreamPlayer.h112 virtual void onPrepare();
H A Dandroid_AudioSfDecoder.h85 virtual void onPrepare();
H A Dandroid_GenericMediaPlayer.h100 virtual void onPrepare();
H A Dandroid_GenericPlayer.h133 virtual void onPrepare();
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_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_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/wilhelm/src/android/include/
H A DAacBqToPcmCbRenderer.h29 // The implementation mainly overrides AudioSfDecoder::onPrepare() for the specificities
49 virtual void onPrepare();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DVariableSource.java48 protected void onPrepare() { method in class:VariableSource
H A DBrightnessFilter.java73 protected void onPrepare() { method in class:BrightnessFilter
H A DMotionSensor.java53 protected void onPrepare() { method in class:MotionSensor
H A DRotateFilter.java63 protected void onPrepare() { method in class:RotateFilter
H A DToGrayValuesFilter.java75 protected void onPrepare() { method in class:ToGrayValuesFilter
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 DCropFilter.java80 protected void onPrepare() { method in class:CropFilter
H A DGraphRunner.java133 onPrepare((FilterGraph)event.object);
289 private void onPrepare(FilterGraph graph) { method in class:GraphRunner.GraphRunLoop
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h96 status_t onPrepare();
H A DSimplePlayer.cpp156 err = onPrepare();
177 err = onPrepare();
273 status_t SimplePlayer::onPrepare() { function in class:android::SimplePlayer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DMotionSensorWTime.java59 protected void onPrepare() { method in class:MotionSensorWTime

Completed in 142 milliseconds