HomeSort by relevance Sort by last modified time
    Searched defs:vl (Results 1 - 20 of 20) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp 55 int32_t vl = mVolume[0]; local
81 out[outputIndex++] += vl * interp(&left, x);
121 int32_t vl = mVolume[0]; local
148 out[outputIndex++] += vl * sample;
AudioMixer.cpp 802 int32_t vl = t->prevVolume[0]; local
808 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
809 // (vl + vlInc*frameCount)/65536.0f, frameCount);
821 *out++ += (vl >> 16) * l;
824 vl += vlInc;
831 *out++ += (vl >> 16) * (*temp++ >> 12);
833 vl += vlInc;
837 t->prevVolume[0] = vl;
844 const int16_t vl = t->volume[0]; local
852 out[0] = mulAdd(l, vl, out[0])
879 int32_t vl = t->prevVolume[0]; local
924 int32_t vl = t->prevVolume[0]; local
967 int32_t vl = t->prevVolume[0]; local
995 const int16_t vl = t->volume[0]; local
1010 int32_t vl = t->prevVolume[0]; local
1033 const int16_t vl = t->volume[0]; local
1271 const int16_t vl = t.volume[0]; local
    [all...]
AudioFlinger.cpp 3163 uint32_t vl, vr, va; local
3769 uint32_t vl = (uint32_t)(left * (1 << 24)); local
4817 uint32_t vl = vlr & 0xFFFF; local
    [all...]
  /system/security/keystore/
keystore_client.cpp 38 va_list vl; local
39 va_start(vl, numArgs);
41 size_t argLen = va_arg(vl, size_t);
42 uint8_t* arg = va_arg(vl, uint8_t*);
59 va_end(vl);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java 58 String vl = sv.substring(ndx + 1); local
61 values.addElement(vl);
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 72 float value, vmin, vmax, vl, bsize, vc; local
170 vl = vmax - vmin;
171 bsize = vl / nbins;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
447 vl = vmax - vmin;
450 if( vl < eps )
457 bsize = vl / nbins;
  /external/openssl/crypto/conf/
conf_mod.c 128 CONF_VALUE *vl; local
155 vl = sk_CONF_VALUE_value(values, i);
156 ret = module_run(cnf, vl->name, vl->value, flags);
  /external/libvpx/vp8/common/
postproc.c 1011 unsigned char *yl, *ul, *vl; local
1016 vl = v_ptr + (x>>1);
1030 (yl+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride);
1037 vl += y_stride*1;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 733 String vl = sv.substring(ndx + 1); local
735 this.values.addElement(vl);
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 458 struct variable_list *vls = NULL, *vl; local
474 vl = &vls[i];
479 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol,
480 vl->point.offset);
481 free(vl->point.symbol);
483 if (vl->vars) {
484 strlist__for_each(node, vl->vars) {
491 strlist__delete(vl->vars);
    [all...]
probe-finder.c 1671 struct variable_list *vl; local
1701 struct variable_list *vl; local
    [all...]
  /external/mksh/src/
expr.c 301 struct tbl *vl, *vr = NULL, *vasn; local
310 vl = intvar(es, evalexpr(es, P_PRIMARY));
312 vl->val.i = ~vl->val.i;
314 vl->val.i = !vl->val.i;
316 vl->val.i = -vl->val.i;
320 vl = evalexpr(es, MAX_PREC);
326 vl = do_ppmm(es, op, es->val, true)
578 struct tbl *vl; local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 517 LVM_INT32 vl = (LVM_INT32)pContext->prevLeftVolume << 16; local
518 LVM_INT32 incl = (((LVM_INT32)pContext->leftVolume << 16) - vl) / frameCount;
524 clamp16((LVM_INT32)((vl >> 16) * OutFrames16[2*i]) >> 12);
528 vl += incl;
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 2197 va_list vl; local
    [all...]
  /external/ppp/pppd/
main.c 1906 size_t vl = varl + strlen(value) + 2; local
1974 int vl = strlen(var); local
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 949 QVariantList vl = variant.toList(); local
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 807 QVariantList vl = ret.value<QVariantList>(); local
808 QCOMPARE(vl.size(), 2);
809 QCOMPARE(vl.at(0).toInt(), 123);
810 QCOMPARE(vl.at(1).toString(), QLatin1String("foo"));
836 QVariantList vl = ret.value<QVariantList>(); local
837 QCOMPARE(vl.size(), 2);
838 QCOMPARE(vl.at(0).toString(), QLatin1String("zig"));
839 QCOMPARE(vl.at(1).toString(), QLatin1String("zag"));
1237 QVariantList vl = qvariant_cast<QVariantList>(ret); local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 17448 uint64_t vl; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 400 milliseconds