/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 51 #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); in transcode() 101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error); in transcode() 109 LOGE("Could not resize GIF"); in transcode() 121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight); in resizeBoxFilter() 132 LOGE("Could not write screen descriptor"); in resizeBoxFilter() 165 LOGE("Could not get record type"); in resizeBoxFilter() 172 LOGE("Could not read image descriptor (%d)", imageIndex); in resizeBoxFilter() 181 LOGE("GIF image extends beyond logical screen"); in resizeBoxFilter() 193 LOGE("Could not write image descriptor (%d)", imageIndex); in resizeBoxFilter() [all …]
|
/packages/apps/FMRadio/jni/fmr/ |
D | common.cpp | 37 LOGE("Open %s failed, %s\n", pname, strerror(errno)); in COM_open_dev() 52 LOGE("%s, failed\n", __func__); in COM_close_dev() 73 LOGE("%s, failed\n", __func__); in COM_pwr_up() 85 LOGE("%s, failed\n", __func__); in COM_pwr_down() 122 LOGE("%s, Failed,[event_status=%d]\n", __func__, rds->event_status); in COM_get_ps() 149 LOGE("%s, Failed,[event_status=%d]\n", __func__, rds->event_status); in COM_get_rt() 191 LOGE("%s, failed\n", __func__); in COM_tune() 231 LOGE("%s, failed\n", __func__); in COM_set_mute() 243 LOGE("%s, failed\n", __func__); in COM_is_fm_pwrup() 264 LOGE("FM isRDSsupport fail, g_fm_fd = %d\n", fd); in COM_is_rdsrx_support() [all …]
|
D | libfm_jni.cpp | 93 LOGE("%s, error, [ret=%d]\n", __func__, ret); in seek() 121 LOGE("scan failed!\n"); in autoScan() 129 LOGE("cnt error, [cnt=%d]\n", chl_cnt); in autoScan() 170 LOGE("%s, error, [ret=%d]\n", __func__, ret); in getPs() 188 LOGE("%s, error, [ret=%d]\n", __func__, ret); in getLrText() 204 LOGE("%s, error, [ret=%d]\n", __func__, ret); in activeAf() 220 LOGE("%s, error, [ret=%d]\n", __func__, ret); in getAFList() 241 LOGE("%s, error, [ret=%d]\n", __func__, ret); in setRds() 253 LOGE("%s, error, [ret=%d]\n", __func__, ret); in stopScan() 265 LOGE("%s, error, [ret=%d]\n", __func__, ret); in setMute() [all …]
|
D | fmr_core.cpp | 61 LOGE("%s failed, %s\n", __FUNCTION__, dlerror()); in FMR_get_cfgs() 66 LOGE("%s failed, %s\n", __FUNCTION__, dlerror()); in FMR_get_cfgs() 129 LOGE("%s init_func error, %s\n", __func__, dlerror()); in FMR_init() 155 LOGE("%s failed, [fd=%d]\n", __func__, FMR_fd(idx)); in FMR_open_dev() 162 LOGE("%s, Chip config error. 0x%x\n", __func__, real_chip); in FMR_open_dev() 189 LOGE("%s error freq: %d\n", __func__, freq); in FMR_pwr_up() 195 LOGE("%s failed, [ret=%d]\n", __func__, ret); in FMR_pwr_up() 221 LOGE("%s failed, %s\n", __func__, FMR_strerr()); in FMR_get_chip_id() 261 LOGE("%s failed, [ret=%d]\n", __func__, ret); in FMR_tune() 335 LOGE("soft mute tune, failed:[%d]\n",ret); in FMR_Seek_TuneCheck() [all …]
|
D | fmr.h | 50 #undef LOGE 51 #define LOGE(...) XLOGE(__VA_ARGS__) macro 61 #undef LOGE 62 #define LOGE(...) ALOGE(__VA_ARGS__) macro 237 LOGE("%s,invalid buf\n", __func__);\
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpegstream.cpp | 316 LOGE("Native registration unable to find class '%s'", className); in registerNativeMethods() 320 LOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods() 329 LOGE("Error: GetEnv failed in JNI_OnLoad"); in JNI_OnLoad() 334 LOGE("Error: could not register native methods for JPEGOutputStream"); in JNI_OnLoad() 339 LOGE("Error: could not register native methods for JPEGInputStream"); in JNI_OnLoad() 345 LOGE("Unable to find class 'OutputStream'"); in JNI_OnLoad() 350 LOGE("Unable to find write function in class 'OutputStream'"); in JNI_OnLoad() 358 LOGE("Unable to find class 'InputStream'"); in JNI_OnLoad() 363 LOGE("Unable to find read function in class 'InputStream'"); in JNI_OnLoad() 368 LOGE("Unable to find skip function in class 'InputStream'"); in JNI_OnLoad()
|
D | jpeg_hook.cpp | 51 LOGE("DestManager already exists, cannot allocate!"); in MakeDst() 58 LOGE("Could not allocate memory for DestManager."); in MakeDst() 158 LOGE("SourceManager already exists, cannot allocate!"); in MakeSrc() 166 LOGE("Could not allocate memory for SourceManager."); in MakeSrc()
|
D | jpeg_reader.cpp | 37 LOGE("Failed to destroy compress object, JpegReader may leak memory."); in ~JpegReader() 63 LOGE("Failed to make source with error code: %d ", flags); in setup()
|
D | jni_defines.h | 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg) macro
|
D | jerr_hook.cpp | 42 LOGE("%s\n", buf); in ErrOutput()
|
D | outputstream_wrapper.cpp | 32 LOGE("Uninitialized method ID for OutputStream write function."); in write()
|
D | stream_wrapper.cpp | 34 LOGE("Cannot update StreamWrapper with a null JNIEnv pointer!"); in updateEnv()
|
D | jpeg_writer.cpp | 36 LOGE("Failed to destroy compress object, may leak memory."); in ~JpegWriter()
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 70 LOGE("Error: Could not allocate pyramids for blending"); in initialize() 125 LOGE("Error: No frames to blend"); in runBlend() 231 LOGE("RunBlend: aborting -consistency check failed," in runBlend() 244 LOGE("RunBlend: aborting - mosaic size check failed, " in runBlend() 254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight); in runBlend() 365 LOGE("Error: Could not generate Laplacian pyramids"); in FillFramePyramid() 387 LOGE("Error: Could not allocate pyramids for blending"); in DoMergeAndBlend() 584 LOGE("Size of the cropping_rect is invalid - (width, height): (%d, %d)", in DoMergeAndBlend() 642 LOGE("Error: Could not BorderExpand!"); in PerformFinalBlending()
|
D | Log.h | 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
D | Mosaic.cpp | 115 LOGE("Error: Unknown blending type %d",blendingType); in initialize()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 70 LOGE("Error: Could not allocate pyramids for blending"); in initialize() 125 LOGE("Error: No frames to blend"); in runBlend() 231 LOGE("RunBlend: aborting -consistency check failed," in runBlend() 244 LOGE("RunBlend: aborting - mosaic size check failed, " in runBlend() 254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight); in runBlend() 365 LOGE("Error: Could not generate Laplacian pyramids"); in FillFramePyramid() 387 LOGE("Error: Could not allocate pyramids for blending"); in DoMergeAndBlend() 635 LOGE("Error: Could not BorderExpand!"); in PerformFinalBlending()
|
D | Log.h | 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
D | Mosaic.cpp | 110 LOGE("Error: Unknown blending type %d",blendingType); in initialize()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 52 LOGE("Could not compile shader %d:\n%s\n", in loadShader() 102 LOGE("Could not link program:\n%s\n", buf); in createProgram()
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 52 LOGE("Could not compile shader %d:\n%s\n", in loadShader() 102 LOGE("Could not link program:\n%s\n", buf); in createProgram()
|
/packages/apps/Camera/jni/ |
D | mosaic_renderer_jni.cpp | 179 LOGE("Checking completeness of Framebuffer:%s", name); in checkFramebufferStatus() 189 LOGE("Framebuffer: %s is INCOMPLETE: %s, %x", name, msg, status); in checkFramebufferStatus() 203 … LOGE("Error after %s(). glError: %s (0x%x) in line %d of %s", op, err_msg, error, line, file); in checkGLErrorDetail()
|
D | feature_mos_jni.cpp | 605 LOGE("Error in creating the image."); in Java_com_android_camera_Mosaic_getFinalMosaic() 656 LOGE("Error in creating the image."); in Java_com_android_camera_Mosaic_getFinalMosaicNV21()
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 605 LOGE("Error in creating the image."); in Java_com_android_camera_panorama_Mosaic_getFinalMosaic() 656 LOGE("Error in creating the image."); in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
|
D | mosaic_renderer_jni.cpp | 180 LOGE("after %s() glError (0x%x)", op, error); in checkGlError()
|