Searched defs:LOGE (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dbrightness.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
46 LOGE("Unknown parameter: %s!", key);
57 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
63 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
72 LOGE("Brightness: No input or output pointer found!");
H A Dcontrast.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
41 LOGE("Unknown parameter: %s!", key);
52 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
58 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
66 LOGE("Contrast: No input or output pointer found!");

Completed in 105 milliseconds