HomeSort by relevance Sort by last modified time
    Searched refs:voffset (Results 1 - 11 of 11) 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 690 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
692 p->data + voffset);
693 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
696 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
697 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2864 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2895 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2927 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
2959 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /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...]
  /external/libvpx/vp8/common/
reconinter.c 427 int voffset = 20 + i * 2 + j; local
457 x->block[voffset].bmi.mv.as_mv.row = x->block[uoffset].bmi.mv.as_mv.row ;
458 x->block[voffset].bmi.mv.as_mv.col = x->block[uoffset].bmi.mv.as_mv.col ;
  /frameworks/base/core/java/android/widget/
TextView.java 4224 int voffset = 0; local
4255 int voffset = 0; local
4986 int voffset = getExtendedPaddingTop(); local
4991 bounds.offset(getCompoundPaddingLeft(), voffset); local
5003 int voffset = 0; local
5018 int voffset = 0; local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 1996 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 1452 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /external/bison/doc/
refcard.tex 150 \voffset -.7in % Comment out for xdvi viewing; include for printing.
168 \voffset -.745in
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 291 milliseconds