Searched refs:voffset (Results 1 – 6 of 6) sorted by relevance
519 int voffset; in android_media_AudioEffect_native_setParameter() local548 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int); in android_media_AudioEffect_native_setParameter()549 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize); in android_media_AudioEffect_native_setParameter()552 memcpy(p->data + voffset, lpValue, vsize); in android_media_AudioEffect_native_setParameter()582 int voffset; in android_media_AudioEffect_native_getParameter() local611 voffset = ((psize - 1) / sizeof(int) + 1) * sizeof(int); in android_media_AudioEffect_native_getParameter()612 p = (effect_param_t *) malloc(sizeof(effect_param_t) + voffset + vsize); in android_media_AudioEffect_native_getParameter()621 memcpy(lpValue, p->data + voffset, p->vsize); in android_media_AudioEffect_native_getParameter()
665 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in Equalizer_command() local667 p->data + voffset); in Equalizer_command()668 *replySize = sizeof(effect_param_t) + voffset + p->vsize; in Equalizer_command()671 *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset), in Equalizer_command()672 … *(int32_t *)((char *)pReplyData + sizeof(effect_param_t) + voffset + sizeof(int32_t))); in Equalizer_command()
2802 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in Effect_command() local2807 p->data + voffset); in Effect_command()2809 *replySize = sizeof(effect_param_t) + voffset + p->vsize; in Effect_command()2833 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in Effect_command() local2838 p->data + voffset); in Effect_command()2840 *replySize = sizeof(effect_param_t) + voffset + p->vsize; in Effect_command()2865 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in Effect_command() local2870 p->data + voffset); in Effect_command()2872 *replySize = sizeof(effect_param_t) + voffset + p->vsize; in Effect_command()2897 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in Effect_command() local[all …]
1964 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in Reverb_command() local1969 p->data + voffset); in Reverb_command()1971 *replySize = sizeof(effect_param_t) + voffset + p->vsize; in Reverb_command()
4168 int voffset = 0; in getVerticalOffset() local4190 voffset = boxht - textht; in getVerticalOffset()4192 voffset = (boxht - textht) >> 1; in getVerticalOffset()4195 return voffset; in getVerticalOffset()4199 int voffset = 0; in getBottomVerticalOffset() local4221 voffset = boxht - textht; in getBottomVerticalOffset()4223 voffset = (boxht - textht) >> 1; in getBottomVerticalOffset()4226 return voffset; in getBottomVerticalOffset()5123 int voffset = getExtendedPaddingTop(); in getLineBounds() local5125 voffset += getVerticalOffset(true); in getLineBounds()[all …]
1306 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); in PreProcessingFx_Command() local1311 p->data + voffset); in PreProcessingFx_Command()1312 *replySize = sizeof(effect_param_t) + voffset + p->vsize; in PreProcessingFx_Command()