HomeSort by relevance Sort by last modified time
    Searched refs:SL_LOGV (Results 1 - 25 of 25) sorted by null

  /frameworks/wilhelm/src/android/
CallbackProtector.cpp 65 SL_LOGV("Callback protector allowed multiple or nested callback entry: %u", mCbCount);
73 SL_LOGV("Callback protector denied callback entry by thread %p tid %d during destroy"
78 SL_LOGV("Callback protector denied callback entry during destroy");
94 SL_LOGV("Callback protector detected return from callback by thread %p tid %d during"
99 SL_LOGV("Callback protector detected return from callback during destroy");
120 SL_LOGV("Callback protector detected in-progress callback by thread %p tid %d during"
125 SL_LOGV("Callback protector detected in-progress callback during blocking destroy");
141 SL_LOGV("Callback protector detected in-progress callback by thread %p tid %d during"
146 SL_LOGV("Callback protector detected in-progress callback during non-blocking destroy");
android_GenericPlayer.cpp 57 SL_LOGV("GenericPlayer::~GenericPlayer()");
91 SL_LOGV("GenericPlayer::setDataSource(uri=%s)", uri);
101 SL_LOGV("GenericPlayer::setDataSource(fd=%d, offset=%lld, length=%lld, closeAfterUse=%s)", fd,
168 SL_LOGV("GenericPlayer::seek %lld", timeMsec);
180 SL_LOGV("GenericPlayer::loop %s", loop ? "true" : "false");
188 SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d", thresholdPercent);
217 SL_LOGV("GenericPlayer::attachAuxEffect(id=%d)", effectId);
227 SL_LOGV("GenericPlayer::setAuxEffectSendLevel(level=%g)", level);
236 SL_LOGV("GenericPlayer::setPlaybackRate(ratePermille=%d)", ratePermille);
273 SL_LOGV("GenericPlayer::resetDataLocator()")
    [all...]
OutputMix_to_android.cpp 24 SL_LOGV("Create outputMix=%p", om);
31 SL_LOGV("Realize outputMix=%p", om);
67 SL_LOGV("Destroy outputMix=%p", om);
android_GenericMediaPlayer.cpp 54 SL_LOGV("MediaPlayerNotificationClient::MediaPlayerNotificationClient()");
58 SL_LOGV("MediaPlayerNotificationClient::~MediaPlayerNotificationClient()");
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
194 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_INFO, ext1=%s (%d), ext2=%d)",
198 SL_LOGV("MEDIA_INFO_VIDEO_TRACK_LAGGING by %d ms", ext1);
201 SL_LOGV("MEDIA_INFO_NETWORK_BANDWIDTH %d kbps", ext2);
300 SL_LOGV("GenericMediaPlayer::setVideoSurfaceTexture()");
313 SL_LOGV("GenericMediaPlayer::setPlaybackRate(%d)", ratePermille);
373 SL_LOGV("GenericMediaPlayer::onSeekComplete()")
    [all...]
android_AudioSfDecoder.cpp 340 SL_LOGV("AudioSfDecoder::onPrepare: no need to prefetch");
369 SL_LOGV("AudioSfDecoder::onPause()");
376 SL_LOGV("AudioSfDecoder::onPlay()");
383 SL_LOGV("AudioSfDecoder::onSeek");
399 SL_LOGV("AudioSfDecoder::onLoop");
404 //SL_LOGV("AudioSfDecoder::onLoop start looping");
407 //SL_LOGV("AudioSfDecoder::onLoop stop looping");
417 //SL_LOGV("AudioSfDecoder::onCheckCache");
428 SL_LOGV("AudioSfDecoder::onCheckCache: buffering done.");
431 //SL_LOGV("AudioSfDecoder::onCheckCache: preparation done.")
    [all...]
MediaPlayer_to_android.cpp 52 SL_LOGV("player_handleMediaPlayerEventNotifications(event='%c%c%c%c' (%d), data1=%d, data2=%d, "
57 SL_LOGV("Received GenericPlayer::kEventPrepared for CMediaPlayer %p", mp);
102 SL_LOGV("Received AVPlayer::kEventHasVideoSize (%d,%d) for CMediaPlayer %p",
156 SL_LOGV("Received AVPlayer::kEventEndOfStream for CMediaPlayer %p", mp);
186 SL_LOGV("kEventChannelCount channels = %d", data1);
197 SL_LOGV("kEventPrefetchFillLevelUpdate");
222 SL_LOGV("kEventPrefetchStatusChange");
250 SL_LOGV("kEventPlay");
264 SL_LOGV("kEventErrorAfterPrepare");
410 SL_LOGV("android_Player_realize_l(%p)", mp)
    [all...]
android_AudioToCbRenderer.cpp 51 SL_LOGV("AudioToCbRenderer::onRender");
57 //SL_LOGV("AudioToCbRenderer::onRender NULL buffer, exiting");
73 //SL_LOGV("consumed=%u, offset=%u, full=%u", consumed, offset, full);
AudioRecorder_to_android.cpp 109 //SL_LOGV("received event EVENT_NEW_POS from AudioRecord");
126 //SL_LOGV("received event EVENT_MARKER from AudioRecord");
143 //SL_LOGV("received event EVENT_OVERRUN from AudioRecord");
177 SL_LOGV("AudioRecorder requested sample rate = %u mHz, %u channel(s)",
212 //SL_LOGV("audioRecorder_callback(%d, %p, %p) entering", event, user, info);
297 SL_LOGV("android_audioRecorder_create(%p) entering", ar);
381 SL_LOGV("android_audioRecorder_realize(%p) entering", ar);
394 SL_LOGV("new AudioRecord %u channels, %u mHz", ar->mNumChannels, ar->mSampleRateMilliHz);
428 SL_LOGV("android_audioRecorder_destroy(%p) entering", ar);
447 SL_LOGV("android_audioRecorder_setRecordState(%p, %u) entering", ar, state)
    [all...]
AacBqToPcmCbRenderer.cpp 69 SL_LOGV("AacBqToPcmCbRenderer::getAdtsFrameSize() returns %u", frameSize);
98 //SL_LOGV("last good offset %llu", offset);
203 SL_LOGV("AacBqToPcmCbRenderer::onPrepare() channel count=%d SR=%d",
VideoCodec_to_android.cpp 58 SL_LOGV("android_videoCodec_expose()");
116 SL_LOGV("android_videoCodec_deinit()");
BufferQueueSource.cpp 118 SL_LOGV("BufferQueueSource moving to next buffer");
android_Effect.cpp 254 SL_LOGV("session %d", sessionId);
274 SL_LOGV("android_eq_init on session %d", sessionId);
292 SL_LOGV(" EQ init: num bands = %u, band range=[%d %d]mB", num, range[0], range[1]);
312 SL_LOGV(" EQ init: presets = %u is %s", i, ieq->mThis->mEngine->mEqPresetNames[i]);
323 SL_LOGV("android_virt_init on session %d", sessionId);
358 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX);
393 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX);
493 //SL_LOGV("attachAuxEffect(%d) returned %d", pFx->id(), status);
618 //SL_LOGV("android_fx_initEffectObj on session %d", sessionId);
657 SL_LOGV("found effect %d %s", i, descriptor.name)
    [all...]
AudioPlayer_to_android.cpp 49 SL_LOGV("setting GenericPlayer to SL_PLAYSTATE_STOPPED");
53 SL_LOGV("setting GenericPlayer to SL_PLAYSTATE_PAUSED");
71 SL_LOGV("setting GenericPlayer to SL_PLAYSTATE_PLAYING");
362 //SL_LOGV("received event EVENT_MARKER from AudioTrack");
379 //SL_LOGV("received event EVENT_NEW_POS from AudioTrack");
428 //SL_LOGV("ap=%p, setPlayStateToPaused=%d, needToLock=%d", ap, setPlayStateToPaused,
466 SL_LOGV("type %d", type);
694 SL_LOGV("sfplayer_handlePrefetchEvent(event='%c%c%c%c' (%d), data1=%d, data2=%d, user=%p) from "
699 SL_LOGV("Received GenericPlayer::kEventPrepared for CAudioPlayer %p", ap);
840 SL_LOGV("kEventErrorAfterPrepare")
    [all...]
android_StreamPlayer.cpp 45 SL_LOGV("StreamSourceAppProxy::StreamSourceAppProxy()");
49 SL_LOGV("StreamSourceAppProxy::~StreamSourceAppProxy()");
  /frameworks/wilhelm/src/
sllog.h 79 #define SL_LOGV(...) __android_log_print(SLAndroidLogLevel_Verbose, slLogTag, __VA_ARGS__)
81 #define SL_LOGV(...) do { } while (0)
115 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
118 #define SL_LOGV(...) do { } while (0)
trace.c 82 SL_LOGV("Entering %s", function);
data.c 216 SL_LOGV("%s: fd=%d offset=%lld length=%lld", name, pDataLocator->mFD.fd,
    [all...]
sles.c 493 SL_LOGV("construct %s at %p", clazz->mName, thiz);
  /frameworks/wilhelm/src/itf/
IAndroidConfiguration.c 40 SL_LOGV("SetConfiguration issued for AudioRecorder key=%s valueSize=%u",
46 SL_LOGV("SetConfiguration issued for AudioPlayer key=%s valueSize=%u",
IVideoDecoderCapabilities.cpp 136 SL_LOGV("IVideoDecoderCapabilities_deinit()");
IAndroidEffectCapabilities.c 99 SL_LOGV("Effect Capabilities has %d effects", thiz->mNumFx);
112 SL_LOGV("effect %d: type=%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x name=%s",
IAndroidBufferQueue.c 124 SL_LOGV("Received format change with no data == full format change");
133 SL_LOGV("Received video format change");
IStreamInformation.c 288 SL_LOGV("IStreamInformation_init\n");
IEqualizer.c 380 SL_LOGV("Equalizer::UsePreset index=%u", index);
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 58 SL_LOGV("AacAdtsExtractor::getFrameSize EOS");
87 //SL_LOGV("AacAdtsExtractor:: getFrameSize() returns %u", frameSize);
123 SL_LOGV("AacAdtsExtractor has found sr=%d channel=%d", sr, channel);
270 SL_LOGV("AacAdtsSource::read() offset=%lld", mOffset);
273 SL_LOGV("AacAdtsSource::read() returns EOS");
286 //SL_LOGV("AacAdtsSource::read() readAt returned %u bytes", readSize);

Completed in 197 milliseconds