Searched refs:ALOGV (Results 1 - 25 of 431) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.c88 ALOGV("EffectQueryNumberEffects() numEffects=%d", numEffects);
93 ALOGV("effect %d is called %s", i, fxDesc.name);
H A DIAutomaticGainControl.c85 ALOGV("EffectQueryNumberEffects() numEffects=%d", numEffects);
90 ALOGV("effect %d is called %s", i, fxDesc.name);
H A DINoiseSuppression.c81 ALOGV("EffectQueryNumberEffects() numEffects=%d", numEffects);
86 ALOGV("effect %d is called %s", i, fxDesc.name);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp25 #define ALOGV printf macro
287 //ALOGV("Before 1.5 sec");
290 //ALOGV("After 1.5 sec");
293 //ALOGV("GetPlayState");
301 //ALOGV("TestEnd");
306 //ALOGV("Test Fixture: InvalidBuffer");
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c87 ALOGV("XA_PLAYEVENT_HEADATEND received, all MP2TS data has been decoded\n");
134 ALOGV("EOS was processed\n");
154 ALOGV("setting volume to -6dB");
158 ALOGV("setting volume to -12dB");
162 ALOGV("setting volume to 0dB (full volume)");
166 ALOGV("muting player");
170 ALOGV("unmuting player");
175 ALOGV("pan sound to the left (hard-left)");
179 ALOGV("disabling stereo position");
231 ALOGV("StreamChangeCallbac
[all...]
/frameworks/webview/chromium/loader/
H A Dloader.cpp63 ALOGV("Reserved %zd bytes at %p", vsize, addr);
104 ALOGV("Created relro file %s for library %s", relro, lib);
134 ALOGV("Loaded library %s with relro file %s", lib, relro);
/frameworks/rs/cpp/
H A DRenderScript.cpp82 ALOGV("couldn't dlopen %s, %s", filename, dlerror());
87 ALOGV("%s init failed!", filename);
273 ALOGV("RS Message thread exiting.");
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp48 #define REDUCE_ALOGV(mtls, level, ...) do { if ((mtls)->logReduce >= (level)) ALOGV(__VA_ARGS__); } while(0)
118 //ALOGV("RS helperThread starting %p idx=%i", dc, idx);
149 //ALOGV("RS helperThread exited %p idx=%i", dc, idx);
245 // ALOGV("page size = %ld", mPageSize);
262 ALOGV("%p Launching thread(s), CPUs %i", mRSC, mWorkers.mCount + 1);
H A DrsCpuScriptGroup2.cpp443 ALOGV("Failed to create an executable object from so file due to "
/frameworks/rs/driver/
H A DrsdAllocation.cpp429 ALOGV("User-backed allocation failed stride requirement, falling back to separate allocation");
549 //ALOGV(" mBufferID %i", mBufferID);
H A DrsdGL.cpp129 ALOGV(" %s: %d (0x%x)", names[j].name, value, value);
144 ALOGV("MAX Textures %i, %i %i", dc->gl.gl.maxVertexTextureUnits,
146 ALOGV("MAX Attribs %i", dc->gl.gl.maxVertexAttribs);
147 ALOGV("MAX Uniforms %i, %i", dc->gl.gl.maxVertexUniformVectors,
149 ALOGV("MAX Varyings %i", dc->gl.gl.maxVaryingVectors);
242 ALOGV("%p initEGL start", rsc);
355 //ALOGV("EGL Version %i %i", mEGL.mMajorVersion, mEGL.mMinorVersion);
356 //ALOGV("GL Version %s", mGL.mVersion);
357 //ALOGV("GL Vendor %s", mGL.mVendor);
358 //ALOGV("G
[all...]
H A DrsdProgram.cpp74 ALOGV("Destroying vertex shader with ID %p", (void*)pv);
108 ALOGV("Destroying fragment shader with ID %p", (void*)pf);
H A DrsdShader.cpp239 ALOGV("Loading shader type %x, ID %i", mType, mCurrentState->mShaderID);
240 ALOGV("%s", mShader.c_str());
268 ALOGV("--Shader load result %x ", glGetError());
316 ALOGV("Array Element [%u]", i);
319 ALOGV("Matrix4x4");
320 ALOGV("{%f, %f, %f, %f", fd[0], fd[4], fd[8], fd[12]);
321 ALOGV(" %f, %f, %f, %f", fd[1], fd[5], fd[9], fd[13]);
322 ALOGV(" %f, %f, %f, %f", fd[2], fd[6], fd[10], fd[14]);
323 ALOGV(" %f, %f, %f, %f}", fd[3], fd[7], fd[11], fd[15]);
325 ALOGV("Matrix3x
[all...]
H A DrsdShaderCache.cpp61 ALOGV("%s U, %s = %d, arraySize = %d\n", logTag,
130 //ALOGV("SC using program %i", mEntries[ct]->program);
133 //ALOGV("RsdShaderCache hit, using %i", ct);
183 ALOGV("vtx A %i, %s = %d\n", ct,
233 //ALOGV("SC made program %i", e->program);
H A DrsdVertexArray.cpp68 ALOGV("Starting vertex attribute binding");
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%p",
/frameworks/rs/
H A DrsAllocation.cpp361 ALOGV("%s allocation ptr=%p mUsageFlags=0x04%x, mMipmapControl=0x%04x",
H A DrsComponent.cpp251 ALOGV("%s Component: %s, %s, vectorSize=%i, bits=%i",
254 ALOGV("%s Component: %s, %s, vectorSize=%i, bits=%i",
H A DrsContext.cpp189 ALOGV("RS: Frame (%i), Script %2.1f%% (%i), Swap %2.1f%% (%i), Idle %2.1f%% (%" PRIi64 "), "
373 //ALOGV("%p RS Thread exiting", rsc);
383 //ALOGV("%p RS Thread exited", rsc);
388 //ALOGV("destroyWorkerThreadResources 1");
409 //ALOGV("destroyWorkerThreadResources 2");
880 //ALOGV("%p rsContextDestroy done", rsc);
H A DrsCppUtils.cpp56 ALOGV("Invoking %s with args '%s'", exe, joined.get());
H A DrsCppUtils.h54 #define ALOGV(...) \ macro
H A DrsDebugHelper.h42 ALOGV("%s", s.string());
H A DrsDriverLoader.cpp247 ALOGV("Successfully loaded runtime: %s", OVERRIDE_RS_DRIVER_STRING);
H A DrsElement.cpp97 ALOGV("%s Element: fieldCount: %zu, size bytes: %zu", prefix, mFieldCount, getSizeBytes());
100 ALOGV("%s Element field index: %u ------------------", prefix, ct);
101 ALOGV("%s name: %s, offsetBits: %u, arraySize: %u",
H A DrsFileA3D.cpp80 //ALOGV("Header data, entry name = %s", entry->mObjectName.string());
161 ALOGV("file open 1");
197 ALOGV("file open size = %" PRIi64, mDataSize);
212 ALOGV("Header is read an stream initialized");
H A DrsGrallocConsumer.cpp293 ALOGV("Buffer index already released: %d", idx);

Completed in 3737 milliseconds

1234567891011>>