Searched refs:voffset (Results 1 - 6 of 6) sorted by last modified time

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp543 int voffset; local
570 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
571 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
574 memcpy(p->data + voffset, lpValue, vsize);
604 int voffset; local
631 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
632 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
641 memcpy(lpValue, p->data + voffset, p->vsize);
/frameworks/base/core/java/android/widget/
H A DTextView.java5187 int voffset = 0;
5201 voffset = boxht - textht;
5203 voffset = (boxht - textht) >> 1;
5206 return voffset;
5210 int voffset = 0;
5224 voffset = boxht - textht;
5226 voffset = (boxht - textht) >> 1;
5229 return voffset;
5953 int voffset = getExtendedPaddingTop();
5955 voffset
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3116 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
3122 p->data + voffset);
3127 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3134 p->data + voffset);
3140 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3148 p->data + voffset);
3153 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
3154 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset +
3162 p->data + voffset);
3168 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1976 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1981 p->data + voffset);
1983 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
1989 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1515 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1520 p->data + voffset);
1521 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp672 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
674 p->data + voffset);
675 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
678 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
679 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));

Completed in 1276 milliseconds