HomeSort by relevance Sort by last modified time
    Searched defs:dst_y (Results 1 - 25 of 39) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 22 unsigned char *src_y, *dst_y; local
43 dst_y = dst_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 67 int dst_y = Round((height() - dst_height) / 2.0); local
69 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
intel_fbo.c 553 unsigned int dst_x, dst_y; local
560 &dst_x, &dst_y);
563 irb->draw_y = dst_y;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
174 0, /* dst_y */
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
intel_fbo.c 553 unsigned int dst_x, dst_y; local
560 &dst_x, &dst_y);
563 irb->draw_y = dst_y;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
174 0, /* dst_y */
  /external/chromium_org/chrome/browser/ui/tabs/
tab_audio_indicator.cc 125 int dst_y = rect.y() - (favicon_.height()- rect.height()) / 2; local
126 canvas->DrawImageInt(favicon_, dst_x, dst_y);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 129 GLuint dst_x, dst_y; local
149 &dst_x, &dst_y);
158 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 129 GLuint dst_x, dst_y; local
149 &dst_x, &dst_y);
158 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 87 uint8* dst_y, uint8* dst_u, uint8* dst_v,
95 dst_y, dst_pitch_y,
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight());
120 uint8* dst_y, uint8* dst_u, uint8* dst_v,
131 CopyToPlanes(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v);
165 dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v,
180 uint8* dst_y = dst_buffer; local
181 uint8* dst_u = dst_y + dst_width * dst_height;
183 StretchToPlanes(dst_y, dst_u, dst_v,
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 29 unsigned char *src_y, *dst_y; local
50 dst_y = dst_ybc->y_buffer + yoffset;
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 171 uint8_t *dst_y = (uint8_t *)dst; local
175 uint8_t *dst_v = dst_y + dst_y_size;
179 memcpy(dst_y, src_y, mCropWidth);
182 dst_y += buf->stride;
203 uint8_t *dst_y = (uint8_t *)dst; local
208 uint8_t *dst_v = dst_y + dst_y_size;
212 memcpy(dst_y, src_y, mCropWidth);
215 dst_y += buf->stride;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 52 unsigned int dst_y; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_rotator.h 44 unsigned int dst_y; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rotator.h 30 unsigned int dst_y; member in struct:msm_rotator_img_info
  /external/pixman/test/
affine-test.c 37 int dst_x, dst_y; local
73 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
75 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
215 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
216 src_x, src_y, dst_x, dst_y);
274 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
blitters-test.c 233 int dst_x, dst_y; local
291 dst_y = prng_rand_n (dst_height);
337 h = prng_rand_n (dst_height - dst_y + 1);
347 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
348 src_x, src_y, dst_x, dst_y);
355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
composite-traps-test.c 56 int dst_x, dst_y; local
157 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
scaling-test.c 64 int dst_x, dst_y; local
135 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
137 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
250 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
251 src_x, src_y, dst_x, dst_y);
338 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 39 unsigned int dst_y; member in struct:msm_rotator_img_info
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 87 int dst_y = bounds.y() - (icon_height - bounds.height()) / 2; local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height);
93 dst_x, dst_y, icon_width, icon_height,

Completed in 861 milliseconds

1 2