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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DLog.h22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
H A DMosaic.cpp115 LOGE("Error: Unknown blending type %d",blendingType);
H A DBlend.cpp70 LOGE("Error: Could not allocate pyramids for blending");
125 LOGE("Error: No frames to blend");
231 LOGE("RunBlend: aborting -consistency check failed,"
244 LOGE("RunBlend: aborting - mosaic size check failed, "
254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight);
365 LOGE("Error: Could not generate Laplacian pyramids");
387 LOGE("Error: Could not allocate pyramids for blending");
584 LOGE("Size of the cropping_rect is invalid - (width, height): (%d, %d)",
642 LOGE("Error: Could not BorderExpand!");
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DLog.h22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
H A DMosaic.cpp110 LOGE("Error: Unknown blending type %d",blendingType);
H A DBlend.cpp70 LOGE("Error: Could not allocate pyramids for blending");
125 LOGE("Error: No frames to blend");
231 LOGE("RunBlend: aborting -consistency check failed,"
244 LOGE("RunBlend: aborting - mosaic size check failed, "
254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight);
365 LOGE("Error: Could not generate Laplacian pyramids");
387 LOGE("Error: Could not allocate pyramids for blending");
635 LOGE("Error: Could not BorderExpand!");
/packages/apps/Gallery2/jni_jpegstream/src/
H A Djni_defines.h26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg) macro
H A Djerr_hook.cpp42 LOGE("%s\n", buf);
H A Djpegstream.cpp316 LOGE("Native registration unable to find class '%s'", className);
320 LOGE("RegisterNatives failed for '%s'", className);
329 LOGE("Error: GetEnv failed in JNI_OnLoad");
334 LOGE("Error: could not register native methods for JPEGOutputStream");
339 LOGE("Error: could not register native methods for JPEGInputStream");
345 LOGE("Unable to find class 'OutputStream'");
350 LOGE("Unable to find write function in class 'OutputStream'");
358 LOGE("Unable to find class 'InputStream'");
363 LOGE("Unable to find read function in class 'InputStream'");
368 LOGE("Unabl
[all...]
H A Doutputstream_wrapper.cpp32 LOGE("Uninitialized method ID for OutputStream write function.");
H A Djpeg_hook.cpp51 LOGE("DestManager already exists, cannot allocate!");
58 LOGE("Could not allocate memory for DestManager.");
158 LOGE("SourceManager already exists, cannot allocate!");
166 LOGE("Could not allocate memory for SourceManager.");
H A Dstream_wrapper.cpp34 LOGE("Cannot update StreamWrapper with a null JNIEnv pointer!");
H A Djpeg_reader.cpp37 LOGE("Failed to destroy compress object, JpegReader may leak memory.");
63 LOGE("Failed to make source with error code: %d ", flags);
H A Djpeg_writer.cpp36 LOGE("Failed to destroy compress object, may leak memory.");
/packages/apps/FMRadio/jni/fmr/
H A Dlibfm_jni.cpp93 LOGE("%s, error, [ret=%d]\n", __func__, ret);
121 LOGE("scan failed!\n");
129 LOGE("cnt error, [cnt=%d]\n", chl_cnt);
154 //LOGE("%s,status = 0,[ret=%d]\n", __func__, ret);
170 LOGE("%s, error, [ret=%d]\n", __func__, ret);
188 LOGE("%s, error, [ret=%d]\n", __func__, ret);
204 LOGE("%s, error, [ret=%d]\n", __func__, ret);
220 LOGE("%s, error, [ret=%d]\n", __func__, ret);
241 LOGE("%s, error, [ret=%d]\n", __func__, ret);
253 LOGE("
[all...]
H A Dcommon.cpp37 LOGE("Open %s failed, %s\n", pname, strerror(errno));
52 LOGE("%s, failed\n", __func__);
73 LOGE("%s, failed\n", __func__);
85 LOGE("%s, failed\n", __func__);
122 LOGE("%s, Failed,[event_status=%d]\n", __func__, rds->event_status);
149 LOGE("%s, Failed,[event_status=%d]\n", __func__, rds->event_status);
191 LOGE("%s, failed\n", __func__);
231 LOGE("%s, failed\n", __func__);
243 LOGE("%s, failed\n", __func__);
264 LOGE("F
[all...]
H A Dfmr.h50 #undef LOGE macro
51 #define LOGE(...) XLOGE(__VA_ARGS__) macro
61 #undef LOGE macro
62 #define LOGE(...) ALOGE(__VA_ARGS__) macro
237 LOGE("%s,invalid buf\n", __func__);\
H A Dfmr_core.cpp61 LOGE("%s failed, %s\n", __FUNCTION__, dlerror());
66 LOGE("%s failed, %s\n", __FUNCTION__, dlerror());
129 LOGE("%s init_func error, %s\n", __func__, dlerror());
155 LOGE("%s failed, [fd=%d]\n", __func__, FMR_fd(idx));
162 LOGE("%s, Chip config error. 0x%x\n", __func__, real_chip);
189 LOGE("%s error freq: %d\n", __func__, freq);
195 LOGE("%s failed, [ret=%d]\n", __func__, ret);
221 LOGE("%s failed, %s\n", __func__, FMR_strerr());
261 LOGE("%s failed, [ret=%d]\n", __func__, ret);
335 LOGE("sof
[all...]
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp51 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)) macro
92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error);
101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error);
109 LOGE("Could not resize GIF");
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight);
132 LOGE("Could not write screen descriptor");
165 LOGE("Could not get record type");
172 LOGE("Could not read image descriptor (%d)", imageIndex);
181 LOGE("GIF image extends beyond logical screen");
193 LOGE("Coul
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.cpp52 LOGE("Could not compile shader %d:\n%s\n",
102 LOGE("Could not link program:\n%s\n", buf);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.cpp52 LOGE("Could not compile shader %d:\n%s\n",
102 LOGE("Could not link program:\n%s\n", buf);
/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp179 LOGE("Checking completeness of Framebuffer:%s", name);
189 LOGE("Framebuffer: %s is INCOMPLETE: %s, %x", name, msg, status);
203 LOGE("Error after %s(). glError: %s (0x%x) in line %d of %s", op, err_msg, error, line, file);
H A Dfeature_mos_jni.cpp605 LOGE("Error in creating the image.");
656 LOGE("Error in creating the image.");
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp605 LOGE("Error in creating the image.");
656 LOGE("Error in creating the image.");
H A Dmosaic_renderer_jni.cpp180 LOGE("after %s() glError (0x%x)", op, error);

Completed in 641 milliseconds