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

12

/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.h30 virtual void onPrepare();
H A Dandroid_LocAVPlayer.cpp47 void LocAVPlayer::onPrepare() { function in class:android::LocAVPlayer
48 SL_LOGD("LocAVPlayer::onPrepare()");
103 GenericMediaPlayer::onPrepare();
104 SL_LOGD("LocAVPlayer::onPrepare() done");
H A DAacBqToPcmCbRenderer.cpp131 void AacBqToPcmCbRenderer::onPrepare() { function in class:android::AacBqToPcmCbRenderer
132 SL_LOGD("AacBqToPcmCbRenderer::onPrepare()");
156 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
165 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
172 SL_LOGD("AacBqToPcmCbRenderer::onPrepare() after instantiating decoder");
175 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
185 // FIXME similar to AudioSfDecoder::onPrepare()
187 // already "good to go" (compare to AudioSfDecoder::onPrepare)
200 SL_LOGV("AacBqToPcmCbRenderer::onPrepare() channel count=%d SR=%d",
214 GenericPlayer::onPrepare();
[all...]
H A Dandroid_StreamPlayer.h112 virtual void onPrepare();
H A Dandroid_AudioSfDecoder.h83 virtual void onPrepare();
H A Dandroid_GenericMediaPlayer.h100 virtual void onPrepare();
H A Dandroid_GenericPlayer.h134 virtual void onPrepare();
H A Dandroid_StreamPlayer.cpp384 void StreamPlayer::onPrepare() { function in class:android::StreamPlayer
385 SL_LOGD("StreamPlayer::onPrepare()");
401 GenericMediaPlayer::onPrepare();
402 SL_LOGD("StreamPlayer::onPrepare() done");
H A Dandroid_AudioSfDecoder.cpp162 // GenericPlayer::onPrepare() was called
167 void AudioSfDecoder::onPrepare() { function in class:android::AudioSfDecoder
168 SL_LOGD("AudioSfDecoder::onPrepare()");
191 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
199 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
234 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
260 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
304 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
314 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
339 SL_LOGV("AudioSfDecoder::onPrepare
[all...]
H A Dandroid_GenericMediaPlayer.cpp333 void GenericMediaPlayer::onPrepare() { function in class:android::GenericMediaPlayer
334 SL_LOGD("GenericMediaPlayer::onPrepare()");
352 GenericPlayer::onPrepare();
353 SL_LOGD("GenericMediaPlayer::onPrepare() done, mStateFlags=0x%x", mStateFlags);
533 * called from GenericMediaPlayer::onPrepare after the MediaPlayer mPlayer is prepared successfully
/frameworks/wilhelm/src/android/include/
H A DAacBqToPcmCbRenderer.h29 // The implementation mainly overrides AudioSfDecoder::onPrepare() for the specificities
49 virtual void onPrepare();
/frameworks/support/media-compat/api24/android/support/v4/media/session/
H A DMediaSessionCompatApi24.java48 public void onPrepare(); method in interface:MediaSessionCompatApi24.Callback
61 public void onPrepare() { method in class:MediaSessionCompatApi24.CallbackProxy
62 mCallback.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.java79 protected void onPrepare() { method in class:CropFilter
/frameworks/base/media/java/android/media/session/
H A DISessionCallback.aidl32 void onPrepare();
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h97 status_t onPrepare();
H A DSimplePlayer.cpp155 err = onPrepare();
176 err = onPrepare();
272 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 310 milliseconds

12