Searched refs:LOGE (Results 1 – 5 of 5) sorted by relevance
/external/opencv/ |
D | cvjni.cpp | 92 LOGE("Capture was never initialized."); in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture() 98 LOGE("Failed to grab frame from the capture."); in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture() 105 LOGE("Failed to retrieve frame from the capture."); in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture() 138 LOGE("Error source image was not set."); in Java_org_siprop_opencv_OpenCV_getSourceImage() 154 LOGE("Unable to allocate a new boolean array for the source image."); in Java_org_siprop_opencv_OpenCV_getSourceImage() 172 LOGE("Error getting int array of pixels."); in getIplImageFromIntArray() 179 LOGE("Error loading pixel array."); in getIplImageFromIntArray() 205 LOGE("Error source image could not be created."); in Java_org_siprop_opencv_OpenCV_setSourceImage() 317 LOGE("Error getting cascade string."); in Java_org_siprop_opencv_OpenCV_initFaceDetection() 324 LOGE("Error loading cascade."); in Java_org_siprop_opencv_OpenCV_initFaceDetection() [all …]
|
D | cvjni.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 140 LOGE("unsupported native format 0x%x", native); in get_pipe_format() 201 LOGE("unable to import invalid buffer %p", abuf); in import_buffer() 223 LOGE("failed to import buffer %p", abuf); in import_buffer() 262 LOGE("invalid buffer native buffer %p", abuf); in android_surface_add_cache() 327 LOGE("failed to dequeue window %p", asurf->win); in android_surface_dequeue_buffer() 514 LOGE("invalid native window with magic 0x%x", win->common.magic); in android_display_create_window_surface() 518 LOGE("failed to query native window format"); in android_display_create_window_surface() 527 LOGE("and the native window cannot be used as a render target"); in android_display_create_window_surface() 648 LOGE("failed to create SW screen"); in android_display_init_sw() 739 LOGE("invalid android native buffer"); in android_display_import_buffer()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 37 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__) macro
|