Searched refs:LOGE (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dbrightness.c22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
45 LOGE("Unknown parameter: %s!", key);
56 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
62 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
71 LOGE("Brightness: No input or output pointer found!");
H A Dcontrast.c22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
40 LOGE("Unknown parameter: %s!", key);
51 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
57 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
65 LOGE("Contrast: No input or output pointer found!");
/frameworks/ex/variablespeed/jni/
H A Dmacros.h48 LOGE("assertion failed: " #x); \
49 LOGE("file: %s line: %d", __FILE__, __LINE__); \
H A Dhlogging.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
H A Dsola_time_scaler.cc109 LOGE("Requested speed %fx limited to 0.1x", speed_);
112 LOGE("Requested speed %fx limited to 8.0x", speed_);
309 LOGE("no correlation performed");
H A Dvariablespeed.cc85 LOGE("slresult was %d at %s file variablespeed line %d",
116 LOGE("you haven't initialized the audio engine");
125 LOGE("you have already set the audio engine");
134 LOGE("you haven't initialized the audio engine");
465 LOGE("could not enqueue audio buffer");
515 LOGE("can't get duration");
526 LOGE("can't get position");
556 LOGE("unknown channels %d, using 2", mChannels);

Completed in 61 milliseconds