Searched refs:LOGE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
D | contrast.c | 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro 41 LOGE("Unknown parameter: %s!", key); in contrast_setvalue() 52 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count); in contrast_process() 58 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size); in contrast_process() 66 LOGE("Contrast: No input or output pointer found!"); in contrast_process()
|
D | brightness.c | 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro 46 LOGE("Unknown parameter: %s!", key); in brightness_setvalue() 57 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count); in brightness_process() 63 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size); in brightness_process() 72 LOGE("Brightness: No input or output pointer found!"); in brightness_process()
|
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|