HomeSort by relevance Sort by last modified time
    Searched refs:src_y (Results 51 - 75 of 226) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate.h 36 int I420Rotate(const uint8* src_y, int src_stride_y,
46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
format_conversion.h 64 int I420ToBayerBGGR(const uint8* src_y, int src_stride_y,
71 int I420ToBayerGBRG(const uint8* src_y, int src_stride_y,
78 int I420ToBayerGRBG(const uint8* src_y, int src_stride_y,
85 int I420ToBayerRGGB(const uint8* src_y, int src_stride_y,
96 int I420ToBayer(const uint8* src_y, int src_stride_y,
  /external/chromium_org/third_party/libvpx/source/libvpx/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.cc 31 static int I4xxToI420(const uint8* src_y, int src_stride_y,
47 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
63 int I420Copy(const uint8* src_y, int src_stride_y,
72 if (!src_y || !src_u || !src_v ||
81 src_y = src_y + (height - 1) * src_stride_y;
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
101 int I422ToI420(const uint8* src_y, int src_stride_y,
109 return I4xxToI420(src_y, src_stride_y,
122 int I444ToI420(const uint8* src_y, int src_stride_y
    [all...]
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,
rotate.cc     [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 36 int I420Rotate(const uint8* src_y, int src_stride_y,
46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
format_conversion.h 64 int I420ToBayerBGGR(const uint8* src_y, int src_stride_y,
71 int I420ToBayerGBRG(const uint8* src_y, int src_stride_y,
78 int I420ToBayerGRBG(const uint8* src_y, int src_stride_y,
85 int I420ToBayerRGGB(const uint8* src_y, int src_stride_y,
96 int I420ToBayer(const uint8* src_y, int src_stride_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.cc 31 static int I4xxToI420(const uint8* src_y, int src_stride_y,
47 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
63 int I420Copy(const uint8* src_y, int src_stride_y,
72 if (!src_y || !src_u || !src_v ||
81 src_y = src_y + (height - 1) * src_stride_y;
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
101 int I422ToI420(const uint8* src_y, int src_stride_y,
109 return I4xxToI420(src_y, src_stride_y,
122 int I444ToI420(const uint8* src_y, int src_stride_y
    [all...]
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/libyuv/files/include/libyuv/
rotate.h 36 int I420Rotate(const uint8* src_y, int src_stride_y,
46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
format_conversion.h 64 int I420ToBayerBGGR(const uint8* src_y, int src_stride_y,
71 int I420ToBayerGBRG(const uint8* src_y, int src_stride_y,
78 int I420ToBayerGRBG(const uint8* src_y, int src_stride_y,
85 int I420ToBayerRGGB(const uint8* src_y, int src_stride_y,
96 int I420ToBayer(const uint8* src_y, int src_stride_y,
  /hardware/intel/img/psb_video/src/
psb_texture.h 137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_w,
143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
psb_output.c 222 int *src_y,
232 if (*src_y < 0) *src_y = 0;
233 if (*src_y > image->height) *src_y = image->height - 1;
236 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_x;
860 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; local
882 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y,
910 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; local
919 src_y = surface_data + y * psb_surface->stride + x
    [all...]
  /external/chromium_org/ui/gfx/
canvas.h 300 int src_y,
310 int src_y,
326 int src_y,
391 int src_y,
398 int src_y,
440 int src_y,
gdi_util.cc 123 int src_x, int src_y, int src_w, int src_h, void* pixels,
130 int bottom_up_src_y = bitmap_h - src_y - src_h;
134 src_x, bitmap_h - src_y + 1, src_w, -src_h,
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 213 const uint8_t *src_y = (const uint8_t *)data; local
225 memcpy(dst_y, src_y, mCropWidth);
227 src_y += mWidth;
242 const uint8_t *src_y = local
257 memcpy(dst_y, src_y, mCropWidth);
259 src_y += mWidth;
  /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/third_party/libyuv/unit_test/
scale_test.cc 35 align_buffer_page_end(src_y, src_y_plane_size)
39 MemRandomize(src_y, src_y_plane_size);
62 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
75 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
128 free_aligned_buffer_page_end(src_y)
151 align_buffer_page_end(src_y, src_y_plane_size)
162 MemRandomize(src_y, src_y_plane_size);
168 p_src_y_16[(i * src_stride_y) + j] = src_y[(i * src_stride_y) + j];
199 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
253 free_aligned_buffer_page_end(src_y)
    [all...]
convert_test.cc 45 align_buffer_64(src_y, kWidth * kHeight + OFF); \
69 src_y[(i * kWidth) + j + OFF] = (random() & 0xff); \
89 SRC_FMT_PLANAR##To##FMT_PLANAR(src_y + OFF, kWidth, \
100 SRC_FMT_PLANAR##To##FMT_PLANAR(src_y + OFF, kWidth, \
154 free_aligned_buffer_64(src_y); \
190 align_buffer_64(src_y, kWidth * kHeight + OFF); \
206 src_y[(i * kWidth) + j + OFF] = (random() & 0xff); \
222 SRC_FMT_PLANAR##To##FMT_PLANAR(src_y + OFF, kWidth, \
232 SRC_FMT_PLANAR##To##FMT_PLANAR(src_y + OFF, kWidth, \
271 free_aligned_buffer_64(src_y); \
    [all...]
  /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/pixman/pixman/
pixman-android.c 175 android_simple_image* dst_image, float scale, int src_x, int src_y) {
189 v.vector[1] = pixman_double_to_fixed((src_y + 0.5f) * scale);
281 android_simple_image* dst_image, float scale, int src_x, int src_y) {
298 v.vector[1] = pixman_double_to_fixed((src_y + 0.5f) * scale);
338 android_simple_image* dst_image, float scale, int src_x, int src_y) {
342 android_bilinear_filter_neon(src_image, dst_image, scale, src_x, src_y);
346 android_nearest_filter(src_image, dst_image, scale, src_x, src_y);
pixman.c 233 int32_t src_y,
296 if (!clip_source_image (region, src_image, dest_x - src_x, dest_y - src_y))
303 dest_y - (src_y - src_image->common.alpha_origin_y)))
575 int32_t src_y,
619 (src_x == mask_x && src_y == mask_y))
631 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height))
639 extents.y1 -= dest_y - src_y;
641 extents.y2 -= dest_y - src_y;
647 extents.y1 -= src_y - mask_y;
649 extents.y2 -= src_y - mask_y
    [all...]
  /external/libyuv/files/source/
convert.cc 31 int I420Copy(const uint8* src_y, int src_stride_y,
38 if (!src_y || !src_u || !src_v ||
47 src_y = src_y + (height - 1) * src_stride_y;
58 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
126 int I422ToI420(const uint8* src_y, int src_stride_y,
133 if (!src_y || !src_u || !src_v ||
141 src_y = src_y + (height - 1) * src_stride_y;
164 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height)
1961 const uint8* src_y = sample + (src_width * crop_y + crop_x); local
1988 const uint8* src_y = sample + src_width * crop_y + crop_x; local
2014 const uint8* src_y = sample + src_width * crop_y + crop_x; local
2035 const uint8* src_y = sample + src_width * crop_y + crop_x; local
    [all...]

Completed in 1156 milliseconds

1 23 4 5 6 7 8 910