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

1 2

  /frameworks/wilhelm/src/objects/
C3DGroup.c 31 SL_LOGE("Object::Destroy(%p) for 3DGroup ignored; mMemberMask=0x%x", thiz, thiz->mMemberMask);
CEngine.c 44 SL_LOGE("Object::Destroy omitted for engine %p", theOneTrueEngine);
95 SL_LOGE("Object::Destroy(%p) for engine ignored; %u total active objects",
100 SL_LOGE("Object::Destroy(%p) for engine ignored; active object ID %u at %p",
COutputMix.c 88 SL_LOGE("Object::Destroy(%p) for OutputMix ignored; %u players attached", outputMix,
  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 56 SL_LOGE("media player service failed to create player by URI");
61 SL_LOGE("setDataSource failed");
69 SL_LOGE("media player service failed to create player by FD");
72 SL_LOGE("setDataSource failed");
83 SL_LOGE("no data locator for MediaPlayer object");
86 SL_LOGE("unsupported data locator %d for MediaPlayer object", mDataLocatorType);
AacBqToPcmCbRenderer.cpp 42 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (can't read syncword or header)"
49 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (wrong syncword)");
64 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (frameSize %zu < headSize %zu)",
89 SL_LOGE("No ADTS to validate");
95 SL_LOGE("found ADTS frame of size 0 at offset %llu", offset);
101 SL_LOGE("found incomplete ADTS frame at end of data");
105 if (offset != size) { SL_LOGE("ADTS parsing error: reached end of incomplete frame"); }
153 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
168 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
178 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.")
    [all...]
AudioRecorder_to_android.cpp 59 SL_LOGE(ERROR_RECORDERPRESET_SET_UNKNOWN_PRESET);
66 SL_LOGE(ERROR_RECORDERPRESET_REALIZED);
168 SL_LOGE(ERROR_RECORDER_SINK_MUST_BE_ANDROIDSIMPLEBUFFERQUEUE);
181 SL_LOGE(ERROR_RECORDER_SINK_FORMAT_MUST_BE_PCM);
190 SL_LOGE(ERROR_RECORDER_SOURCE_MUST_BE_IODEVICE);
197 SL_LOGE(ERROR_RECORDER_IODEVICE_MUST_BE_AUDIOINPUT);
203 SL_LOGE(ERROR_RECORDER_INPUT_ID_MUST_BE_DEFAULT);
344 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW);
351 SL_LOGE(ERROR_CONFIG_UNKNOWN_KEY);
372 SL_LOGE(ERROR_CONFIG_VALUESIZE_TOO_LOW)
    [all...]
CallbackProtector.cpp 42 SL_LOGE("Callback protector detected an active callback after destroy");
53 SL_LOGE("Callback protector is missing");
MediaPlayer_to_android.cpp 78 SL_LOGE(ERROR_PLAYER_PREFETCH_d, data1);
283 SL_LOGE("Error after prepare: %d", data1);
295 SL_LOGE("Received unknown event %d, data %d from AVPlayer", event, data1);
325 SL_LOGE("Cannot create player with XA_DATALOCATOR_ANDROIDBUFFERQUEUE data source "
331 SL_LOGE("Cannot create player with XA_DATALOCATOR_ANDROIDBUFFERQUEUE data source "
342 SL_LOGE("Cannot create media player with data locator type 0x%x",
354 SL_LOGE("Cannot create media player with audio sink data locator of type 0x%x",
388 SL_LOGE("Unable to create MediaPlayer for data source locator 0x%x", sourceLocator);
445 SL_LOGE("Invalid or unsupported data locator type %u for data source",
453 SL_LOGE("Unable to realize MediaPlayer, invalid internal Android object type")
    [all...]
AudioPlayer_to_android.cpp 65 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
83 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
91 SL_LOGE(ERROR_SHOULDNT_BE_HERE_S, "aplayer_setPlayState");
465 SL_LOGE(ERROR_PLAYERSTREAMTYPE_SET_UNKNOWN_TYPE);
473 SL_LOGE(ERROR_PLAYERSTREAMTYPE_REALIZED);
542 SL_LOGE("Unsupported sink format 0x%x, expected SL_DATAFORMAT_PCM",
551 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType);
609 SL_LOGE("Source data locator 0x%x not supported with SL_DATALOCATOR_OUTPUTMIX sink",
632 SL_LOGE("Source data locator 0x%x not supported with SL_DATALOCATOR_BUFFERQUEUE sink",
639 SL_LOGE("Sink data locator 0x%x not supported", (unsigned)sinkLocatorType)
    [all...]
android_Effect.cpp 72 SL_LOGE("Trying to use an unknown EQ parameter %d", param);
103 SL_LOGE("Trying to access an unknown EQ parameter %d", param);
125 SL_LOGE("Trying to access an unknown BassBoost parameter %d", param);
148 SL_LOGE("Trying to access an unknown Virtualizer parameter %d", param);
184 SL_LOGE("Trying to access an unknown Environmental Reverb parameter %d", param);
263 SL_LOGE("BassBoost effect initialization failed");
281 SL_LOGE("Equalizer effect initialization failed");
331 SL_LOGE("Virtualizer effect initialization failed");
366 SL_LOGE("PresetReverb effect initialization failed");
401 SL_LOGE("EnvironmentalReverb effect initialization failed")
    [all...]
android_AudioSfDecoder.cpp 142 SL_LOGE("Error retrieving metadata value at index %d: using size of %d, should be %d",
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.");
557 SL_LOGE("MediaSource::read returned error %d", err);
  /frameworks/wilhelm/src/
data.c 41 SL_LOGE("%s: pAddress=NULL", name);
57 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
87 SL_LOGE("%s: deviceType=%u", name, deviceType);
97 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
107 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
113 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
119 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
128 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
136 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
151 SL_LOGE("%s: SLDataLocator_MIDIBufferQueue.numBuffers=%d", name
    [all...]
sllog.h 55 #define SL_LOGE(...) __android_log_print(SLAndroidLogLevel_Error, slLogTag, __VA_ARGS__)
57 #define SL_LOGE(...) do { } while (0)
87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
90 #define SL_LOGE(...) do { } while (0)
locks.c 68 SL_LOGE("%s:%d: recursive lock detected", file, line);
71 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok);
107 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was recursively locked by pthread"
111 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was left unlocked in unexpected"
entry.c 49 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions);
71 SL_LOGE("unknown engine option: feature=%u data=%u",
  /frameworks/wilhelm/src/itf/
IAndroidEffectSend.c 38 SL_LOGE("invalid interface: not attached to an AudioPlayer");
107 SL_LOGE("invalid interface: not attached to an AudioPlayer");
132 SL_LOGE("invalid interface: not attached to an AudioPlayer");
158 SL_LOGE("invalid interface: not attached to an AudioPlayer");
167 SL_LOGE("trying to send to an effect not on this AudioPlayer's OutputMix");
197 SL_LOGE("invalid interface: not attached to an AudioPlayer");
204 SL_LOGE("trying to retrieve send level on an effect not on this AudioPlayer's \
IAndroidBufferQueue.c 79 SL_LOGE("Partial item at end of array");
87 SL_LOGE("Partial item data at end of array");
102 SL_LOGE("Invalid item parameter size %u for EOS", pItems->itemSize);
116 SL_LOGE("Invalid item parameter size %u for MPEG-2 PTS", pItems->itemSize);
138 SL_LOGE("Received format change with unsupported data, ignoring data");
143 SL_LOGE("Received format change with invalid data size, ignoring data");
150 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize);
162 SL_LOGE("Invalid item parameter size %u for EOS", pItems->itemSize);
169 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize);
196 SL_LOGE("Can't enqueue non-zero data with EOS")
    [all...]
IVideoDecoderCapabilities.cpp 85 SL_LOGE("Generic implementation has no video decoder capabilities");
98 SL_LOGE("Generic implementation has no video decoder capabilities");
IEffectSend.c 55 SL_LOGE("EffectSend on unknown aux effect %p", pAuxEffect);
65 SL_LOGE("EffectSend aux=%u MPH=%u", aux, MPH);
83 SL_LOGE("EffectSend no GetInterface yet");
86 SL_LOGE("EffectSend invalid interface state %u", state);
104 SL_LOGE("EffectSend status %u", status);
150 SL_LOGE("EffectSend unknown aux effect %p", pAuxEffect);
IStreamInformation.c 42 SL_LOGE("QueryMediaContainerInformation is unsupported");
80 SL_LOGE("Querying stream type for stream %d, only %d streams available",
140 SL_LOGE("StreamInformation::QueryStreamInformation index %u has "
147 SL_LOGE("Querying stream type for stream %d, only %d streams available",
204 SL_LOGE("unsupported XAStreamInformationItf function");
268 SL_LOGE("unsupported XAStreamInformationItf function");
IAndroidEffectCapabilities.c 95 SL_LOGE("android_genericFx_queryNumEffects %u", result);
106 SL_LOGE("Error (SLresult is %d) querying effect %d", result2, i);
IPresetReverb.c 129 SL_LOGE("PresetReverb initialization failed.");
IAcousticEchoCancellation.c 134 SL_LOGE("Acoustic Echo Cancellation initialization failed.");
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 62 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)",
68 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (syncword pb)");
82 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (frameSize %zu < headSize %zu)",
109 SL_LOGE("Unable to determine sample rate");
118 SL_LOGE("Invalid sample rate");
137 // Usually frameSize == 0 due to EOS is benign (and getFrameSize() doesn't SL_LOGE),
140 SL_LOGE("AacAdtsExtractor() failed querying framesize at offset=%lld", offset);
146 SL_LOGE("AacAdtsExtractor() frame of size %zu at offset=%lld is beyond EOF %lld",
266 SL_LOGE("Can't seek in AAC ADTS buffer queue");
  /frameworks/wilhelm/src/desktop/
SDL.c 60 SL_LOGE("Unable to open audio: %s", SDL_GetError());

Completed in 285 milliseconds

1 2