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

/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/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.cpp3357 uint32_t voffset = paddedParamSize; local
3363 p->data + voffset);
3368 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3376 p->data + voffset);
3382 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3391 p->data + voffset);
3396 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
3397 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset +
3406 p->data + voffset);
3412 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3435 const uint32_t voffset = computeParamVOffset(p); local
3468 const uint32_t voffset = computeParamVOffset(p); local
3499 const uint32_t voffset = computeParamVOffset(p); local
3524 const uint32_t voffset = computeParamVOffset(p); local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java5192 int voffset = 0;
5206 voffset = boxht - textht;
5208 voffset = (boxht - textht) >> 1;
5211 return voffset;
5215 int voffset = 0;
5229 voffset = boxht - textht;
5231 voffset = (boxht - textht) >> 1;
5234 return voffset;
5958 int voffset = getExtendedPaddingTop();
5960 voffset
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2008 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2013 p->data + voffset);
2015 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2021 // *(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;

Completed in 386 milliseconds