| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/ | 
| picklpf_arm.c | 22     unsigned char *src_y, *dst_y;  local 42     src_y = src_ybc->y_buffer + yoffset;
 45     vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
 
 | 
| /external/libvpx/libvpx/vp8/encoder/arm/neon/ | 
| picklpf_arm.c | 22     unsigned char *src_y, *dst_y;  local 42     src_y = src_ybc->y_buffer + yoffset;
 45     vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
 
 | 
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ | 
| picklpf_arm.c | 22     unsigned char *src_y, *dst_y;  local 42     src_y = src_ybc->y_buffer + yoffset;
 45     vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
 
 | 
| /external/pixman/test/ | 
| oob-test.c | 22     int			src_y;  member in struct:__anon32587 84 			    info->src_x, info->src_y,
 
 | 
| affine-test.c | 36     int                src_x, src_y;  local 71     src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
 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 | 232     int src_x, src_y;  local 289     src_y = prng_rand_n (src_height);
 310 	mask_y = src_y;
 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 | 63     int src_x, src_y;  local 91 	src_y = 234;
 103 	src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
 215 				 src_x, src_y, dst_x, dst_y, n_traps, traps);
 
 | 
| glyph-test.c | 268 	int src_y = prng_rand_n (300) - 150;  local 281 	    src_x, src_y,
 291 	int src_y = prng_rand_n (300) - 150;  local
 297 	    src_x, src_y,
 
 | 
| /external/chromium_org/content/renderer/media/webrtc/ | 
| webrtc_video_capturer_adapter.cc | 146   const uint8* src_y = src->data(media::VideoFrame::kYPlane) +  local 174   libyuv::I420Scale(src_y,
 
 | 
| /external/chromium_org/third_party/libyuv/source/ | 
| convert_to_argb.cc | 221       const uint8* src_y = sample + (src_width * crop_y + crop_x);  local 237       r = I420ToARGB(src_y, src_width,
 246       const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 261       r = I422ToARGB(src_y, src_width,
 270       const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 280       r = I444ToARGB(src_y, src_width,
 289       const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 294       r = I411ToARGB(src_y, src_width,
 
 | 
| convert_to_i420.cc | 263       const uint8* src_y = sample + (src_width * crop_y + crop_x);  local 279       r = I420Rotate(src_y, src_width,
 290       const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 305       r = I422ToI420(src_y, src_width,
 316       const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 326       r = I444ToI420(src_y, src_width,
 337       const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 342       r = I411ToI420(src_y, src_width,
 
 | 
| /external/chromium_org/content/renderer/pepper/ | 
| pepper_video_source_host.cc | 187   const uint8* src_y = frame->data(media::VideoFrame::kYPlane) +  local 195   libyuv::I420ToBGRA(src_y,
 
 | 
| /external/chromium_org/third_party/libjingle/source/talk/media/base/ | 
| videoframe.cc | 49   const uint8* src_y = GetYPlane();  local 52   if (!src_y || !src_u || !src_v) {
 64     result = stream->Write(src_y + row * y_pitch, width, NULL, error);
 134   const uint8* src_y = GetYPlane();  local
 144       src_y += iwidth_offset;
 153       src_y += iheight_offset * GetYPitch();
 162   libyuv::Scale(src_y, src_u, src_v,
 
 | 
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ | 
| picklpf.c | 29     unsigned char *src_y, *dst_y;  local 49     src_y = src_ybc->y_buffer + yoffset;
 52     vpx_memcpy(dst_y, src_y, ystride * linestocopy);
 
 | 
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ | 
| vp9_convolve.c | 76       const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];  local 80         sum += src_y[k * src_stride] * y_filter[k];
 99       const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];  local
 103         sum += src_y[k * src_stride] * y_filter[k];
 
 | 
| /external/libvpx/libvpx/vp8/encoder/ | 
| picklpf.c | 29     unsigned char *src_y, *dst_y;  local 49     src_y = src_ybc->y_buffer + yoffset;
 52     vpx_memcpy(dst_y, src_y, ystride * linestocopy);
 
 | 
| /external/libvpx/libvpx/vp9/common/ | 
| vp9_convolve.c | 76       const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];  local 80         sum += src_y[k * src_stride] * y_filter[k];
 99       const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];  local
 103         sum += src_y[k * src_stride] * y_filter[k];
 
 | 
| /frameworks/av/media/libstagefright/colorconversion/ | 
| SoftwareRenderer.cpp | 212         const uint8_t *src_y = (const uint8_t *)data;  local 224             memcpy(dst_y, src_y, mCropWidth);
 226             src_y += mWidth;
 242         const uint8_t *src_y =  local
 257             memcpy(dst_y, src_y, mCropWidth);
 259             src_y += mWidth;
 
 | 
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ | 
| picklpf.c | 29     unsigned char *src_y, *dst_y;  local 49     src_y = src_ybc->y_buffer + yoffset;
 52     vpx_memcpy(dst_y, src_y, ystride * linestocopy);
 
 | 
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ | 
| vp9_convolve.c | 76       const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];  local 80         sum += src_y[k * src_stride] * y_filter[k];
 99       const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];  local
 103         sum += src_y[k * src_stride] * y_filter[k];
 
 | 
| /external/chromium_org/cc/test/ | 
| layer_tree_pixel_test.cc | 279     size_t src_y = total_bytes - dest_y - row_bytes;  local 282       out_pixels[dest_y + x + SK_R32_SHIFT/8] = pixels.get()[src_y + x + 0];
 283       out_pixels[dest_y + x + SK_G32_SHIFT/8] = pixels.get()[src_y + x + 1];
 284       out_pixels[dest_y + x + SK_B32_SHIFT/8] = pixels.get()[src_y + x + 2];
 285       out_pixels[dest_y + x + SK_A32_SHIFT/8] = pixels.get()[src_y + x + 3];
 336       size_t src_y = total_bytes - y - row_bytes;  local
 339         gl_pixels.get()[y + x + 0] = bitmap_pixels[src_y + x + SK_R32_SHIFT/8];
 340         gl_pixels.get()[y + x + 1] = bitmap_pixels[src_y + x + SK_G32_SHIFT/8];
 341         gl_pixels.get()[y + x + 2] = bitmap_pixels[src_y + x + SK_B32_SHIFT/8];
 342         gl_pixels.get()[y + x + 3] = bitmap_pixels[src_y + x + SK_A32_SHIFT/8]
 [all...]
 | 
| /external/chromium_org/content/common/gpu/media/ | 
| vaapi_h264_decoder_unittest.cc | 212   uint8_t* src_y = mem_byte_ptr + image->offsets[0];  local 224   int rc = libyuv::NV12ToI420(src_y,
 
 | 
| /external/chromium_org/pdf/ | 
| draw_utils.cc | 162         uint32 src_y = static_cast<uint32>(y * y_ratio);  local 164             pp::Point(src_rc.x() + src_x, src_rc.y() + src_y));
 
 | 
| /external/libyuv/files/source/ | 
| convert_argb.cc | 52 int I444ToARGB(const uint8* src_y, int src_stride_y, 57   if (!src_y || !src_u || !src_v ||
 86     I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
 88     src_y += src_stride_y;
 97 int I422ToARGB(const uint8* src_y, int src_stride_y,
 102   if (!src_y || !src_u || !src_v ||
 138     I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
 140     src_y += src_stride_y;
 149 int I411ToARGB(const uint8* src_y, int src_stride_y,
 154   if (!src_y || !src_u || !src_v |
 1194  const uint8* src_y = sample + (src_width * crop_y + crop_x);  local
 1219  const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 1243  const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 1262  const uint8* src_y = sample + src_width * crop_y + crop_x;  local
 [all...]
 | 
| /external/pdfium/core/src/fxge/win32/ | 
| fx_win32_print.cpp | 168                 int src_x, src_y;
  local 169                 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
 170                 if (src_x < 0 || src_x >= src_width || src_y < 0 || src_y >= src_height) {
 173                 if (!((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8)))) {
 183                 int src_x, src_y;
  local
 184                 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
 185                 if (src_x < 0 || src_x >= src_width || src_y < 0 || src_y >= src_height) {
 188                 if ((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8))) {
 [all...]
 |