Searched refs:ALOGE (Results 1 - 25 of 534) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp882 ALOGE("Unsupported channels (top or front left/right of center)");
887 ALOGE("Front channels must be present");
894 ALOGE("Side channels must be used as a pair");
903 ALOGE("Back channels must be used as a pair");
H A DVideoCodec_to_android.cpp69 ALOGE("android_videoCodec_expose() couldn't access OMX interface");
/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.c83 ALOGE("IAndroidAcousticEchoCancellation_IsAvailable() error %d querying number of effects",
H A DIAutomaticGainControl.c80 ALOGE("IAndroidAutomaticGainControl_IsAvailable() error %d querying number of effects",
H A DINoiseSuppression.c79 ALOGE("IAndroidNoiseSuppression_IsAvailable() error %d querying number of effects", ret);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c304 ALOGE("Error filling cache, exiting\n");
352 ALOGE("Failed to open %s", utf8);
/frameworks/webview/chromium/loader/
H A Dloader.cpp49 ALOGE("Failed to reserve %zd bytes of address space for future load of "
75 ALOGE("Failed to create temporary file %s: %s", relro_tmp, strerror(errno));
86 ALOGE("Failed to load library %s: %s", lib, dlerror());
93 ALOGE("Failed to update relro file %s: %s", relro, strerror(errno));
104 ALOGE("Failed to open relro file %s: %s", relro, strerror(errno));
115 ALOGE("Failed to load library %s: %s", lib, dlerror());
206 ALOGE("GetEnv failed");
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp50 ALOGE("Cannot draw: no DrawGL Function installed");
86 ALOGE("Unexpected DrawGLInfo type %d", what);
114 ALOGE("setrlimit failed: %s", strerror(errno));
117 ALOGE("getrlimit failed: %s", strerror(errno));
/frameworks/rs/cpp/
H A DAllocation.cpp52 ALOGE("Unknown usage specified.");
60 ALOGE("Invalid usage combination.");
80 ALOGE("32 bit integer source does not match allocation type %i", dt);
88 ALOGE("16 bit integer source does not match allocation type %i", dt);
96 ALOGE("8 bit integer source does not match allocation type %i", dt);
104 ALOGE("32 bit float source does not match allocation type %i", dt);
121 ALOGE("Object source does not match allocation type %i", dt);
201 ALOGE("Overflow, Available count %u, got %zu at offset %u.", mCurrentCount, count, off);
216 ALOGE("Overflow, Available count %u, got %zu at offset %u.", mCurrentCount, count, off);
H A DBaseObj.cpp25 ALOGE("Internal error: Object id 0.");
42 ALOGE("Invalid object.");
H A DElement.cpp240 ALOGE("Missing type %i", dt);
H A DRenderScript.cpp430 //ALOGE("Successfully loaded %s", filename);
462 ALOGE("Failed to load libRS.so and libRSSupport.so");
484 ALOGE("Couldn't initialize dispatch table");
492 ALOGE("Device creation failed");
498 ALOGE("Invalid flags passed");
504 ALOGE("Context creation failed");
512 ALOGE("Failed to start RS message thread.");
528 ALOGE("RS CPP error: %s", errMsg);
530 ALOGE("RS CPP error (masked by previous error): %s", errMsg);
560 ALOGE("R
[all...]
H A DType.cpp130 ALOGE("Values of less than 1 for Dimension X are not valid.");
137 ALOGE("Values of less than 1 for Dimension Y are not valid.");
144 ALOGE("Values of less than 1 for Dimension Z are not valid.");
151 ALOGE("Invalid element for use with YUV.");
156 ALOGE("Invalid YUV format.");
174 ALOGE("Both X and Y dimension required when Z is present.");
177 ALOGE("Cube maps not supported with 3D types.");
182 ALOGE("X dimension required when Y is present.");
187 ALOGE("Cube maps require 2D Types.");
/frameworks/rs/cpu_ref/linkloader/android/
H A Dlibrsloader.cpp77 ALOGE("Unable to load the ELF object.");
/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp36 ALOGE("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
38 ALOGE("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp140 ALOGE("pthread_setspecific %i", status);
150 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret));
252 ALOGE("Failed to init thread tls key.");
264 ALOGE("pthread_setspecific %i", status);
297 ALOGE("Failed to init thread attribute.");
305 ALOGE("Created fewer than expected number of RS threads.");
371 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
372 //ALOGE("usr ptr in %p, out %p", mtls->fep.ptrIn, mtls->fep.ptrOut);
401 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
402 //ALOGE("us
[all...]
H A DrsCpuIntrinsic3DLUT.cpp84 //ALOGE("strides %zu %zu", stride_y, stride_z);
108 //ALOGE("coord1 %08x %08x %08x %08x", coord1.x, coord1.y, coord1.z, coord1.w);
140 ALOGE("in %08x %08x %08x %08x", in->r, in->g, in->b, in->a);
141 ALOGE("baseCoord %08x %08x %08x %08x", baseCoord.x, baseCoord.y, baseCoord.z, baseCoord.w);
142 ALOGE("coord1 %08x %08x %08x %08x", coord1.x, coord1.y, coord1.z, coord1.w);
143 ALOGE("weight1 %08x %08x %08x %08x", weight1.x, weight1.y, weight1.z, weight1.w);
144 ALOGE("weight2 %08x %08x %08x %08x", weight2.x, weight2.y, weight2.z, weight2.w);
146 ALOGE("v000 %08x %08x %08x %08x", v000.x, v000.y, v000.z, v000.w);
147 ALOGE("v100 %08x %08x %08x %08x", v100.x, v100.y, v100.z, v100.w);
148 ALOGE("yz0
[all...]
H A DrsCpuIntrinsicBlend.cpp311 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL");
315 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE");
336 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN");
340 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN");
344 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN");
348 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY");
352 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT");
356 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT");
360 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
364 ALOGE("Calle
[all...]
H A DrsCpuIntrinsicBlur.cpp289 ALOGE("Blur executed without input, skipping");
359 ALOGE("Blur executed without input, skipping");
H A DrsCpuIntrinsicColorMatrix.cpp272 //ALOGE("build key %08x, %08x", (int32_t)(key.key >> 32), (int32_t)key.key);
318 //ALOGE("build key %08x, %08x", (int32_t)(key.key >> 32), (int32_t)key.key);
735 ALOGE("mprotect error %i", ret);
750 //ALOGE("mat %i %f %f", ct, fp[ct], tmpFp[ct]);
757 //ALOGE("fpa %i %f %f", ct, fpa[ct], tmpFpa[ct * 4 + 0]);
820 //ALOGE("f1 %f %f %f %f", f.x, f.y, f.z, f.w);
839 //ALOGE("f2 %f %f %f %f", sum.x, sum.y, sum.z, sum.w);
847 //ALOGE("fout %i vs %i, sum %f %f %f %f", fout, vsout, sum.x, sum.y, sum.z, sum.w);
880 //ALOGE("out %p %f %f %f %f", out, ((float *)out)[0], ((float *)out)[1], ((float *)out)[2], ((float *)out)[3]);
897 //if (!p->y) ALOGE("step
[all...]
H A DrsCpuIntrinsicConvolve3x3.cpp192 ALOGE("Convolve3x3 executed without input, skipping");
239 ALOGE("Convolve3x3 executed without input, skipping");
284 ALOGE("Convolve3x3 executed without input, skipping");
329 ALOGE("Convolve3x3 executed without input, skipping");
374 ALOGE("Convolve3x3 executed without input, skipping");
418 ALOGE("Convolve3x3 executed without input, skipping");
H A DrsCpuIntrinsicConvolve5x5.cpp354 ALOGE("Convolve5x5 executed without input, skipping");
414 ALOGE("Convolve5x5 executed without input, skipping");
463 ALOGE("Convolve5x5 executed without input, skipping");
512 ALOGE("Convolve5x5 executed without input, skipping");
561 ALOGE("Convolve5x5 executed without input, skipping");
610 ALOGE("Convolve5x5 executed without input, skipping");
H A DrsCpuIntrinsicResize.cpp184 ALOGE("Resize executed without input, skipping");
224 ALOGE("Resize executed without input, skipping");
264 ALOGE("Resize executed without input, skipping");
312 ALOGE("Resize executed without input, skipping");
H A DrsCpuIntrinsicYuvToRGB.cpp109 ALOGE("YuvToRGB executed without input, skipping");
114 ALOGE("YuvToRGB executed without data, skipping");
140 //ALOGE("pinY, %p, Y, %p, p->y, %d, strideY, %d", pinY, Y, p->y, strideY);
141 //ALOGE("pinU, %p, U, %p, p->y, %d, strideU, %d", pinU, u, p->y, strideU);
142 //ALOGE("pinV, %p, V, %p, p->y, %d, strideV, %d", pinV, v, p->y, strideV);
143 //ALOGE("dimX, %d, dimY, %d", cp->alloc->mHal.drvState.lod[0].dimX, cp->alloc->mHal.drvState.lod[0].dimY);
144 //ALOGE("p->dimX, %d, p->dimY, %d", p->dimX, p->dimY);
191 // ALOGE("y %i %i %i", p->y, x1, x2);
H A DrsCpuRuntimeStubs.cpp334 ALOGE("ScriptC sym lookup failed for %s", name);

Completed in 234 milliseconds

1234567891011>>