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

/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp544 int voffset; local
571 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
572 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
575 memcpy(p->data + voffset, lpValue, vsize);
605 int voffset; local
632 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int);
633 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize);
642 memcpy(lpValue, p->data + voffset, p->vsize);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp675 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
677 p->data + voffset);
678 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
681 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
682 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3517 uint32_t voffset = paddedParamSize; local
3523 p->data + voffset);
3528 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3536 p->data + voffset);
3542 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3551 p->data + voffset);
3556 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
3557 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset +
3566 p->data + voffset);
3572 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3595 const uint32_t voffset = computeParamVOffset(p); local
3628 const uint32_t voffset = computeParamVOffset(p); local
3659 const uint32_t voffset = computeParamVOffset(p); local
3684 const uint32_t voffset = computeParamVOffset(p); local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java6210 int voffset = 0;
6224 voffset = boxht - textht;
6226 voffset = (boxht - textht) >> 1;
6230 return voffset;
6234 int voffset = 0;
6248 voffset = boxht - textht;
6250 voffset = (boxht - textht) >> 1;
6254 return voffset;
6978 int voffset = getExtendedPaddingTop();
6980 voffset
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2132 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2137 p->data + voffset);
2139 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2145 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1511 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
1516 p->data + voffset);
1517 *replySize = sizeof(effect_param_t) + voffset + p->vsize;

Completed in 203 milliseconds