Searched defs:voffset (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp690 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
692 p->data + voffset);
693 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
696 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
697 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t)));
/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/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp2864 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2869 p->data + voffset);
2871 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2877 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
2895 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2900 p->data + voffset);
2902 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2908 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
2927 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2932 p->data + voffset);
2959 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1996 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2001 p->data + voffset);
2003 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2009 // *(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 144 milliseconds