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

  /external/flatbuffers/python/flatbuffers/
packer.py 42 voffset = uint16 variable
  /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 69 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
72 void *value = p->data + voffset;
94 *size = sizeof(effect_param_t) + voffset + p->vsize;
122 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
123 void *value = p->data + voffset;
virtualizer.c 69 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
72 void *value = p->data + voffset;
94 *size = sizeof(effect_param_t) + voffset + p->vsize;
122 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
123 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;
372 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
373 void *value = p->data + voffset;
reverb.c 303 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
306 void *value = p->data + voffset;
381 *size = sizeof(effect_param_t) + voffset + p->vsize;
453 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); local
454 void *value = p->data + voffset;
  /external/libvpx/libvpx/vp8/common/
reconinter.c 180 int voffset = 20 + i * 2 + j; local
202 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
456 int voffset = 20 + i * 2 + j; local
482 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 675 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)));
  /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
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 544 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);
  /external/mesa3d/src/mesa/main/
varray.c 1327 GLint coffset = 0, noffset = 0, voffset;\/* color, normal, vertex offsets *\/ local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 3517 uint32_t voffset = paddedParamSize; local
3595 const uint32_t voffset = computeParamVOffset(p); local
3628 const uint32_t voffset = computeParamVOffset(p); local
3659 const uint32_t voffset = computeParamVOffset(p); local
3684 const uint32_t voffset = computeParamVOffset(p); local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 2128 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 1511 int voffset = ((p->psize - 1) \/ sizeof(int32_t) + 1) * sizeof(int32_t); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 2599 bfd_vma voffset; local
    [all...]
debug.c 342 bfd_vma voffset; member in struct:debug_method_variant_s
343 /* If voffset is VOFFSET_STATIC_METHOD, this is a static method. */
    [all...]
ieee.c 2897 bfd_vma flags, voffset, control; local
3663 bfd_vma voffset; member in struct:ieee_type_class
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 884 LLVMValueRef voffset,
907 if (voffset) {
908 args[2] = LLVMBuildAdd(gallivm->builder, args[2], voffset,
925 voffset ? voffset : vindex,
928 LLVMConstInt(ctx->i32, voffset ? 1 : 0, 0), // offen
941 if (voffset && vindex) {
942 LLVMValueRef vaddr[] = {vindex, voffset};
5392 LLVMValueRef voffset = local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 6210 int voffset = 0; local
6234 int voffset = 0; local
6978 int voffset = getExtendedPaddingTop(); local
6983 bounds.offset(getCompoundPaddingLeft(), voffset); local
6999 int voffset = 0; local
7018 int voffset = 0; local
    [all...]

Completed in 502 milliseconds