Lines Matching refs:LOGD
11 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
28 LOGD("CascadeDetectorAdapter::Detect::Detect"); in CascadeDetectorAdapter()
34 LOGD("CascadeDetectorAdapter::Detect: begin"); in detect()
35 …LOGD("CascadeDetectorAdapter::Detect: scaleFactor=%.2f, minNeighbours=%d, minObjSize=(%dx%d), maxO… in detect()
37 LOGD("CascadeDetectorAdapter::Detect: end"); in detect()
42 LOGD("CascadeDetectorAdapter::Detect::~Detect"); in ~CascadeDetectorAdapter()
71 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject enter"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject()
76 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject()
93 LOGD("nativeCreateObject caught cv::Exception: %s", e.what()); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject()
101 LOGD("nativeCreateObject caught unknown exception"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject()
107 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject exit"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject()
114 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject()
126 LOGD("nativeestroyObject caught cv::Exception: %s", e.what()); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject()
134 LOGD("nativeDestroyObject caught unknown exception"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject()
138 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject exit"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject()
144 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart()
152 LOGD("nativeStart caught cv::Exception: %s", e.what()); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart()
160 LOGD("nativeStart caught unknown exception"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart()
164 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart exit"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart()
170 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop()
178 LOGD("nativeStop caught cv::Exception: %s", e.what()); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop()
186 LOGD("nativeStop caught unknown exception"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop()
190 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop exit"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop()
196 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize -- BEGIN"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize()
208 LOGD("nativeStop caught cv::Exception: %s", e.what()); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize()
216 LOGD("nativeSetFaceSize caught unknown exception"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize()
220 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize -- END"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize()
227 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect()
238 LOGD("nativeCreateObject caught cv::Exception: %s", e.what()); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect()
246 LOGD("nativeDetect caught unknown exception"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect()
250 LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect END"); in Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect()