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

12

/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/Camera2/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/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/Camera2/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/Camera2/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.");

Completed in 358 milliseconds

12