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

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp519 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/base/media/libeffects/testlibs/
H A DEffectEqualizer.cpp665 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
667 p->data + voffset);
668 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
671 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
672 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
/frameworks/base/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2819 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2824 p->data + voffset);
2826 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2832 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
2850 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2855 p->data + voffset);
2857 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2863 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
2882 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2887 p->data + voffset);
2914 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
[all...]
/frameworks/base/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1964 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1969 p->data + voffset);
1971 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
1977 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
/frameworks/base/core/java/android/widget/
H A DTextView.java4212 int voffset = 0;
4234 voffset = boxht - textht;
4236 voffset = (boxht - textht) >> 1;
4239 return voffset;
4243 int voffset = 0;
4265 voffset = boxht - textht;
4267 voffset = (boxht - textht) >> 1;
4270 return voffset;
5184 int voffset = getExtendedPaddingTop();
5186 voffset
[all...]
/frameworks/base/media/libeffects/preprocessing/
H A DPreProcessing.cpp1306 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1311 p->data + voffset);
1312 *replySize = sizeof(effect_param_t) + voffset + p->vsize;

Completed in 164 milliseconds