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

12

/frameworks/wilhelm/src/objects/
H A DC3DGroup.c31 SL_LOGE("Object::Destroy(%p) for 3DGroup ignored; mMemberMask=0x%x", thiz, thiz->mMemberMask);
H A DCEngine.c44 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",
H A DCOutputMix.c88 SL_LOGE("Object::Destroy(%p) for OutputMix ignored; %u players attached", outputMix,
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp56 SL_LOGE("media player service failed to create player by URI");
69 SL_LOGE("setDataSource failed");
78 SL_LOGE("media player service failed to create player by FD");
81 SL_LOGE("setDataSource failed");
92 SL_LOGE("no data locator for MediaPlayer object");
95 SL_LOGE("unsupported data locator %d for MediaPlayer object", mDataLocatorType);
H A DAacBqToPcmCbRenderer.cpp43 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (can't read syncword or header)"
50 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (wrong syncword)");
65 SL_LOGE("AacBqToPcmCbRenderer::getAdtsFrameSize() returns 0 (frameSize %zu < headSize %zu)",
90 SL_LOGE("No ADTS to validate");
96 SL_LOGE("found ADTS frame of size 0 at offset %lld", (long long) offset);
102 SL_LOGE("found incomplete ADTS frame at end of data");
107 SL_LOGE("ADTS parsing error: reached end of incomplete frame");
156 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
165 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
175 SL_LOGE("AacBqToPcmCbRendere
[all...]
H A DAudioRecorder_to_android.cpp58 SL_LOGE(ERROR_RECORDERPRESET_SET_UNKNOWN_PRESET);
65 SL_LOGE(ERROR_RECORDERPRESET_REALIZED);
188 SL_LOGE("Cannot create audio recorder: unsupported byte order %u",
199 SL_LOGE("Cannot create audio recorder: unsupported container size %u bits for "
207 SL_LOGE(ERROR_RECORDER_SINK_FORMAT_MUST_BE_PCM);
212 SL_LOGE(ERROR_RECORDER_SINK_MUST_BE_ANDROIDSIMPLEBUFFERQUEUE);
220 SL_LOGE(ERROR_RECORDER_SOURCE_MUST_BE_IODEVICE);
227 SL_LOGE(ERROR_RECORDER_IODEVICE_MUST_BE_AUDIOINPUT);
233 SL_LOGE(ERROR_RECORDER_INPUT_ID_MUST_BE_DEFAULT);
326 SL_LOGE("Encountere
[all...]
H A DAudioPlayer_to_android.cpp70 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
88 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
96 SL_LOGE(ERROR_SHOULDNT_BE_HERE_S, "aplayer_setPlayState");
470 SL_LOGE(ERROR_PLAYERSTREAMTYPE_SET_UNKNOWN_TYPE);
478 SL_LOGE(ERROR_PLAYERSTREAMTYPE_REALIZED);
547 SL_LOGE("Unsupported sink format 0x%x, expected SL_DATAFORMAT_PCM",
556 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType);
615 SL_LOGE("Source data locator 0x%x not supported with SL_DATALOCATOR_OUTPUTMIX sink",
638 SL_LOGE("Source data locator 0x%x not supported with SL_DATALOCATOR_BUFFERQUEUE sink",
645 SL_LOGE("Sin
[all...]
H A DCallbackProtector.cpp42 SL_LOGE("Callback protector detected an active callback after destroy");
53 SL_LOGE("Callback protector is missing");
H A DMediaPlayer_to_android.cpp78 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);
443 SL_LOGE("Invalid or unsupported data locator type %u for data source",
451 SL_LOGE("Unabl
[all...]
H A Dandroid_Effect.cpp75 SL_LOGE("Trying to use an unknown EQ parameter %d", param);
107 SL_LOGE("Trying to access an unknown EQ parameter %d", param);
130 SL_LOGE("Trying to access an unknown BassBoost parameter %d", param);
154 SL_LOGE("Trying to access an unknown Virtualizer parameter %d", param);
191 SL_LOGE("Trying to access an unknown Environmental Reverb parameter %d", param);
270 SL_LOGE("BassBoost effect initialization failed");
288 SL_LOGE("Equalizer effect initialization failed");
338 SL_LOGE("Virtualizer effect initialization failed");
373 SL_LOGE("PresetReverb effect initialization failed");
408 SL_LOGE("EnvironmentalRever
[all...]
H A Dandroid_AudioSfDecoder.cpp145 SL_LOGE("Error retrieving metadata value at index %d: using size of %d, should be %d",
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.");
554 SL_LOGE("MediaSource::read returned error %d", err);
/frameworks/wilhelm/src/
H A Ddata.c46 SL_LOGE("%s: pAddress=NULL", name);
62 SL_LOGE("%s: numBuffers=%u", name, pDataLocator->mBufferQueue.numBuffers);
92 SL_LOGE("%s: deviceType=%u", name, deviceType);
102 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
112 SL_LOGE("%s: invalid LED deviceID=%u", name, deviceID);
118 SL_LOGE("%s: invalid vibra deviceID=%u", name, deviceID);
124 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
133 SL_LOGE("%s: invalid audio input deviceID=%u", name, deviceID);
141 SL_LOGE("%s: deviceType=%u is invalid", name, deviceType);
156 SL_LOGE("
[all...]
H A Dsllog.h55 #define SL_LOGE(...) __android_log_print(SLAndroidLogLevel_Error, slLogTag, __VA_ARGS__) macro
57 #define SL_LOGE(...) do { } while (0) macro
87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ macro
90 #define SL_LOGE(...) do { } while (0) macro
H A Dlocks.c67 SL_LOGE("%s:%d: recursive lock detected", file, line);
70 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok);
106 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was recursively locked by pthread"
110 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was left unlocked in unexpected"
H A Dentry.c49 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions);
71 SL_LOGE("unknown engine option: feature=%u data=%u",
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectSend.c38 SL_LOGE("invalid interface: not attached to an AudioPlayer");
106 SL_LOGE("invalid interface: not attached to an AudioPlayer");
131 SL_LOGE("invalid interface: not attached to an AudioPlayer");
157 SL_LOGE("invalid interface: not attached to an AudioPlayer");
166 SL_LOGE("trying to send to an effect not on this AudioPlayer's OutputMix");
196 SL_LOGE("invalid interface: not attached to an AudioPlayer");
203 SL_LOGE("trying to retrieve send level on an effect not on this AudioPlayer's \
H A DIAndroidBufferQueue.c79 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("Ca
[all...]
H A DIAndroidConfiguration.c110 SL_LOGE("Error creating player routing object - Routing Proxy Already Acquired.");
122 // SL_LOGE("Error creating routing object - Player not realized.");
127 // SL_LOGE("Error creating routing object - Couldn't get AudioTrack.");
136 SL_LOGE("Error creating routing object - Player is not a buffer-queue player.");
168 SL_LOGE("Java exception creating player routing object.");
184 SL_LOGE("Error creating record routing object - Routing Proxy Already Acquired.");
194 // SL_LOGE("Error creating routing object - Recorder not realized.");
199 // SL_LOGE("Error creating routing object - Couldn't get AudioRecord.");
202 // SL_LOGE("Error creating routing object - Routing Proxy Already Acquired.");
211 SL_LOGE("Erro
[all...]
H A DIVideoDecoderCapabilities.cpp85 SL_LOGE("Generic implementation has no video decoder capabilities");
98 SL_LOGE("Generic implementation has no video decoder capabilities");
H A DIEffectSend.c55 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);
H A DIStreamInformation.c42 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");
H A DIAndroidEffectCapabilities.c95 SL_LOGE("android_genericFx_queryNumEffects %u", result);
106 SL_LOGE("Error (SLresult is %d) querying effect %d", result2, i);
H A DIPresetReverb.c129 SL_LOGE("PresetReverb initialization failed.");
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp62 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", (long long) 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/
H A DSDL.c60 SL_LOGE("Unable to open audio: %s", SDL_GetError());

Completed in 326 milliseconds

12