HomeSort by relevance Sort by last modified time
    Searched refs:voffset (Results 1 - 12 of 12) sorted by null

  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 519 int voffset; local
548 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
549 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
552 memcpy(p->data + voffset, lpValue, vsize);
582 int voffset; local
611 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
612 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
621 memcpy(lpValue, p->data + voffset, p->vsize);
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 673 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
675 p->data + voffset);
676 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
679 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
680 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2829 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2860 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2892 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2924 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 264 int voffset = 20 + i * 2 + j; local
286 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
552 int voffset = 20 + i * 2 + j; local
577 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 843 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
848 p->data + voffset);
849 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 4436 int voffset = 0; local
4459 int voffset = 0; local
5200 int voffset = getExtendedPaddingTop(); local
5205 bounds.offset(getCompoundPaddingLeft(), voffset); local
5217 int voffset = 0; local
5236 int voffset = 0; local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 1972 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /external/bison/doc/
refcard.tex 148 \voffset -.7in % Comment out for xdvi viewing; include for printing.
166 \voffset -.745in
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 1452 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 376 milliseconds