HomeSort by relevance Sort by last modified time
    Searched defs:voffset (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 242 uint32_t voffset; local
261 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
263 OUT_BATCH(voffset);
264 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
266 OUT_BATCH(voffset);
272 voffset = rmesa->radeon.tcl.aos[nr - 1].offset +
274 OUT_BATCH(voffset);
277 voffset = rmesa->radeon.tcl.aos[i + 0].offset +
283 voffset = rmesa->radeon.tcl.aos[i + 1].offset +
291 voffset = rmesa->radeon.tcl.aos[nr - 1].offset
    [all...]
  /hardware/qcom/audio/post_proc/
bass_boost.c 68 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
71 void *value = p->data + voffset;
93 *size = sizeof(effect_param_t) + voffset + p->vsize;
121 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
122 void *value = p->data + voffset;
virtualizer.c 68 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
71 void *value = p->data + voffset;
93 *size = sizeof(effect_param_t) + voffset + p->vsize;
121 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
122 void *value = p->data + voffset;
equalizer.c 195 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
200 void *value = p->data + voffset;
248 *size = sizeof(effect_param_t) + voffset + p->vsize;
348 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
349 void *value = p->data + voffset;
reverb.c 301 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
304 void *value = p->data + voffset;
379 *size = sizeof(effect_param_t) + voffset + p->vsize;
451 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
452 void *value = p->data + voffset;
  /external/libvpx/libvpx/vp8/common/
reconinter.c 213 int voffset = 20 + i * 2 + j; local
235 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
501 int voffset = 20 + i * 2 + j; local
526 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 672 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)));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 151 unsigned int voffset; member in struct:viddec_vc1_pan_scan_window
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconinter.c 256 int voffset = 20 + i * 2 + j; local
278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
544 int voffset = 20 + i * 2 + j; local
569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /external/mesa3d/src/mesa/main/
varray.c 856 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ local
875 voffset = 0;
881 voffset = 0;
889 voffset = c;
897 voffset = c;
905 voffset = 3*f;
912 voffset = 3*f;
921 voffset = 7*f;
927 voffset = 2*f;
933 voffset = 4*f
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 1976 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]