Searched refs:voffset (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp523 int voffset; local
552 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
553 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
556 memcpy(p->data + voffset, lpValue, vsize);
586 int voffset; local
615 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
616 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
625 memcpy(lpValue, p->data + 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)));
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3073 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
3078 p->data + voffset);
3080 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
3086 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3104 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
3109 p->data + voffset);
3110 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
3116 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3135 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
3140 p->data + voffset);
3167 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java4740 int voffset = 0;
4754 voffset = boxht - textht;
4756 voffset = (boxht - textht) >> 1;
4759 return voffset;
4763 int voffset = 0;
4777 voffset = boxht - textht;
4779 voffset = (boxht - textht) >> 1;
4782 return voffset;
5533 int voffset = getExtendedPaddingTop();
5535 voffset
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1975 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1980 p->data + voffset);
1982 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
1988 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1452 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1457 p->data + voffset);
1458 *replySize = sizeof(effect_param_t) + voffset + p->vsize;

Completed in 222 milliseconds