HomeSort by relevance Sort by last modified time
    Searched full:uoffset (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbscan.h 46 IN ULONG uOffset;
53 IN ULONG uOffset;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 88 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const {
93 *uOffset = uvOffset;
98 *uOffset = 2*uvOffset;
147 int32_t uOffset;
149 if (!getOffsets(x, y, &yOffset, &uOffset, &vOffset)) return false;
152 *uAddr = getUAddress(uOffset);
  /external/chromium_org/third_party/angle/tests/perf_tests/
BufferSubData.cpp 181 uniform float uOffset;
184 gl_Position = vec4(vPosition * vec2(uScale) - vec2(uOffset), 0, 1);
256 glUniform1f(glGetUniformLocation(mProgram, "uOffset"), offset);
  /frameworks/base/libs/hwui/
Patch.cpp 191 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
192 float u2 = fmax(0.0f, stepX - uOffset) / bitmapWidth;
193 u1 += uOffset / bitmapWidth;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
reconinter.c 255 int uoffset = 16 + i * 2 + j; local
267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
276 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;
278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
543 int uoffset = 16 + i * 2 + j; local
555 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
564 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;
567 clamp_uvmv_to_umv_border(&x->block[uoffset].bmi.mv.as_mv, x);
569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /external/libvpx/libvpx/vp8/common/
reconinter.c 255 int uoffset = 16 + i * 2 + j; local
267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
276 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;
278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
543 int uoffset = 16 + i * 2 + j; local
555 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
564 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;
567 clamp_uvmv_to_umv_border(&x->block[uoffset].bmi.mv.as_mv, x);
569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconinter.c 255 int uoffset = 16 + i * 2 + j; local
267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
276 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;
278 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
543 int uoffset = 16 + i * 2 + j; local
555 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
564 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;
567 clamp_uvmv_to_umv_border(&x->block[uoffset].bmi.mv.as_mv, x);
569 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shtypes.h 94 UINT uOffset;
  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 80 inImgPtrY = (mmUchar *) i_img_ptr->imgPtr + i_img_ptr->uOffset;
81 inImgPtrU = (mmUchar *) i_img_ptr->clrPtr + i_img_ptr->uOffset/2;
Encoder_libjpeg.cpp 245 i_img_ptr.uOffset = 0;
254 o_img_ptr.uOffset = 0;
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 74 inImgPtrY = (mmUchar *) i_img_ptr->imgPtr + i_img_ptr->uOffset;
75 inImgPtrU = (mmUchar *) i_img_ptr->clrPtr + i_img_ptr->uOffset/2;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 140 mOffsetHandle = GLES20.glGetUniformLocation(mProgram, "uOffset");
274 + "uniform vec4 uOffset; \n"
280 + " gl_Position = uMVPMatrix * (vPosition + uOffset); \n"
  /frameworks/av/include/media/stagefright/
YUVImage.h 150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
  /hardware/ti/omap4-aah/camera/inc/
NV12_resize.h 103 mmInt32 uOffset;
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 110 mmInt32 uOffset;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 842 size_t uOffset;
851 uOffset = vOffset + 1;
861 ycbcr->cb = cpu_addr + uOffset;
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]

Completed in 261 milliseconds