Searched refs:ALOGE (Results 276 - 300 of 534) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp443 ALOGE("Attempt to add source AFTER recording is started");
449 ALOGE("Too many tracks (%zu) to add", mTracks.size());
461 ALOGE("Track (%s) other than video or audio is not supported",
475 ALOGE("%s track already exists", isAudio? "Audio": "Video");
490 ALOGE("No source added");
1782 ALOGE("Stop() called but track is not started");
1848 ALOGE("Param set is malformed, since its length is 0");
1855 ALOGE("Seq parameter set malformed");
1866 ALOGE("Inconsistent profile/level found in seq parameter sets");
1884 ALOGE("Code
[all...]
H A DStagefrightMetadataRetriever.cpp71 ALOGE("Unable to create data source for '%s'.", uri);
78 ALOGE("Unable to instantiate an extractor for '%s'.", uri);
186 ALOGE("Unknown seek mode: %d", seekMode);
306 ALOGE("Unable to instantiate color conversion from format 0x%08x to "
319 ALOGE("Colorconverter failed to convert frame.");
347 ALOGE("frame grab not allowed.");
H A DWAVExtractor.cpp237 ALOGE("validBits(%d) != bitsPerSample(%d) are not supported",
250 ALOGE("invalid channel mask 0x%x", mChannelMask);
256 ALOGE("invalid number of channels (%d) in channel mask (0x%x)",
270 ALOGE("unsupported GUID");
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp29 #define CLOGE(fmt, ...) ALOGE("Camera %d: %s: " fmt, mId, __FUNCTION__, \
351 ALOGE("%s: Camera %d: Can't find find valid available jpeg sizes in static metadata!",
360 ALOGE("%s: Camera %d: Can't find maximum JPEG size in static metadata!", __FUNCTION__, mId);
671 ALOGE("%s: Device has encountered a serious error", __FUNCTION__);
674 ALOGE("%s: Device not initialized", __FUNCTION__);
696 ALOGE("%s: Cannot create more than 1 input stream", __FUNCTION__);
713 ALOGE("%s: Can't reconfigure device for new stream %d: %s (%d)",
742 ALOGE("%s: Device has encountered a serious error", __FUNCTION__);
745 ALOGE("%s: Device not initialized", __FUNCTION__);
767 ALOGE("
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp211 ALOGE("Unsupported cipher method '%s'", method.c_str());
217 ALOGE("Missing key uri");
230 ALOGE("failed to fetch cipher key from '%s'.", keyURI.c_str());
233 ALOGE("key file '%s' wasn't 16 bytes in size.", keyURI.c_str());
242 ALOGE("failed to set AES decryption key.");
260 ALOGE("malformed cipher IV '%s'.", iv.c_str());
269 ALOGE("malformed cipher IV '%s'.", iv.c_str());
616 ALOGE("Playlist is missing required EXT-X-TARGETDURATION tag");
709 ALOGE("failed to load playlist at url '%s'", uriDebugString(mURI).c_str());
862 ALOGE("Canno
[all...]
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp143 ALOGE("AAC decoder is null. TODO: Can not call aacDecoder_SetParam in the following code");
420 ALOGE("RING BUFFER WOULD OVERFLOW");
452 ALOGE("RING BUFFER WOULD UNDERRUN");
517 ALOGE("first buffer should have OMX_BUFFERFLAG_CODECCONFIG set");
582 ALOGE("Audio data too short to contain even the ADTS header. "
595 ALOGE("Not enough audio data for the complete frame. "
684 ALOGE("bytesValid[0] != 0 should never happen");
834 ALOGE("outHeader->nOffset != 0 is not handled");
846 ALOGE("buffer overflow");
904 ALOGE("no
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp60 ALOGE("Connection is still open, closing the socket.");
242 ALOGE("Malformed rtsp url %s", uriDebugString(url).c_str());
257 ALOGE("Unknown host %s", host.c_str());
386 ALOGE("err = %d (%s)", err, strerror(err));
457 ALOGE("Server unexpectedly closed the connection.");
462 ALOGE("Error sending rtsp request. (%s)", strerror(errno));
546 ALOGE("Server unexpectedly closed the connection.");
549 ALOGE("Error reading rtsp response. (%s)", strerror(errno));
806 ALOGE("Server unexpectedly closed the connection.");
808 ALOGE("Erro
[all...]
/frameworks/rs/
H A DrsFont.cpp45 ALOGE("Reinitialization of fonts not supported");
57 ALOGE("Unable to initialize font %s", name);
67 ALOGE("Unable to set font size on %s", name);
130 ALOGE("Skipping invalid index");
171 ALOGE("No return rectangle provided to measure text");
243 ALOGE("Couldn't load glyph.");
388 ALOGE("Unable to initialize freetype");
419 ALOGE("Font size to large to fit in cache. width, height = %i, %i", (int)bitmap->width, (int)bitmap->rows);
449 ALOGE("Bitmap doesn't fit in cache. width, height = %i, %i", (int)bitmap->width, (int)bitmap->rows);
484 ALOGE("Cach
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp200 ALOGE("An error occurred in session %d (%d, '%s/%s').",
534 ALOGE("HDCP failure, shutting down.");
812 ALOGE("Sink doesn't report its choice of wfd_client_rtp_ports.");
826 ALOGE("Sink chose its wfd_client_rtp_ports poorly (%s)",
832 ALOGE("Unsupported value for wfd_client_rtp_ports (%s)",
842 ALOGE("Sink doesn't report its choice of wfd_video_formats.");
851 ALOGE("Failed to parse sink provided wfd_video_formats (%s)",
864 ALOGE("Sink and source share no commonly supported video "
890 ALOGE("Sink doesn't report its choice of wfd_audio_codecs.");
929 ALOGE("Sin
[all...]
/frameworks/av/media/mtp/
H A DMtpProperty.cpp96 ALOGE("unknown type %04X in MtpProperty::MtpProperty", type);
283 ALOGE("unsupported type for MtpProperty::setRange");
322 ALOGE("unsupported type for MtpProperty::setEnum");
418 ALOGE("unsupported type for MtpProperty::print\n");
472 ALOGE("unknown type %04X in MtpProperty::readValue", mType);
529 ALOGE("unknown type %04X in MtpProperty::writeValue", mType);
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp129 ALOGE("Error: %s is not a Regularization Type", cValue);
151 ALOGE("Error: %s is not an Update Type", cValue);
166 ALOGE("Error: %s is not an Adaptation Mode", cValue);
179 ALOGE("Error: %s is not a Kernel Type", cValue);
205 ALOGE("Error: %s is not a Kernel Type", cValue);
225 ALOGE("Error: %s is not a ranker parameter", cKey);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c230 ALOGE("parse: txn too small!\n");
251 ALOGE("parse: reply too small!\n");
278 ALOGE("parse: OOPS %d\n", cmd);
390 ALOGE("binder_loop: ioctl failed (%s)\n", strerror(errno));
396 ALOGE("binder_loop: unexpected reply?!\n");
400 ALOGE("binder_loop: io error %d %s\n", res, strerror(errno));
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp931 ALOGE("failed to enable DTD support in the xml file");
941 ALOGE("failed to in call to XML_GetBuffer()");
949 ALOGE("failed in call to read");
991 ALOGE("The given video encoder %d is not found", codec);
1004 ALOGE("The given video encoder param name %s is not found", name);
1021 ALOGE("The given video decoder %d is not found", codec);
1029 ALOGE("The given video editor export param name %s is not found", name);
1037 ALOGE("The mVideoEditorCap is not created, then create default cap.");
1052 ALOGE("The given video editor param name %s is not found", name);
1076 ALOGE("Th
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp268 ALOGE("Can't find class: %s\n", gClasses[i].name);
278 ALOGE("Can't find field: %s\n", gFields[i].name);
287 ALOGE("Can't find method: %s\n", gMethods[i].name);
H A Dandroid_view_InputEventReceiver.cpp260 ALOGE("Exception dispatching batched input events.");
266 ALOGE("channel '%s' ~ Failed to consume input event. status=%d",
316 ALOGE("Exception dispatching input event.");
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp154 ALOGE("Trying to go from %d columns to %d", cur, numColumns);
259 ALOGE("Failed to read row %d, column %d from a CursorWindow which "
266 ALOGE("Failed to find rowSlot for row %d.", row);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp265 ALOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno));
368 ALOGE("Unable to set alarm to %lld.%09lld: %s\n",
386 ALOGE("Unable to wait on alarm: %s\n", strerror(errno));
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp29 ALOGE("after %s() glError (0x%x)\n", op, error);
47 ALOGE("Could not compile shader %d:\n%s\n", shaderType, buf);
97 ALOGE("Could not link program:\n%s\n", buf);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp118 ALOGE("Failed to get api handle");
136 ALOGE("Failed to init AMRWB encoder");
143 ALOGE("Failed to set AMRWB encoder frame type to %d", type);
290 ALOGE("Failed to set AMRWB encoder mode to %d", mMode);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp88 ALOGE("unable to dlopen %s", libName.c_str());
/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp57 ALOGE("Format not supported");
77 ALOGE("Format not supported");
101 ALOGE("Format not supported");
125 ALOGE("Format not supported");
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp123 ALOGE("Failed to detach SurfaceTexture from context %d", err);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp81 ALOGE("Can't find android/media/MediaRecorder");
237 ALOGE("Invalid or empty params string. This parameter will be ignored.");
246 ALOGE("Failed to covert jstring to String8. This parameter will be ignored.");
331 ALOGE("Application lost the surface");
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp91 ALOGE("WebP header load failed");
102 ALOGE("WebP full load failed");
109 ALOGE("Parsing of WebP container file failed");
333 ALOGE("Error decoding frame# %d", i);
/frameworks/native/include/gui/
H A DBufferQueueCore.h36 #define BQ_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)

Completed in 450 milliseconds

<<11121314151617181920>>