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

/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/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/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2061 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
2066 p->data + voffset);
2068 *replySize = sizeof(effect_param_t) + voffset + p->vsize;
2074 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3493 uint32_t voffset = paddedParamSize; local
3499 p->data + voffset);
3504 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3512 p->data + voffset);
3518 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3527 p->data + voffset);
3532 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset),
3533 // *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset +
3542 p->data + voffset);
3548 // *(int16_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset));
3571 const uint32_t voffset = computeParamVOffset(p); local
3604 const uint32_t voffset = computeParamVOffset(p); local
3635 const uint32_t voffset = computeParamVOffset(p); local
3660 const uint32_t voffset = computeParamVOffset(p); local
[all...]
/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 25 milliseconds