HomeSort by relevance Sort by last modified time
    Searched refs:src_y (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
crop_yuvf_420_to_yuvx_444.rs 24 uint32_t src_y;
29 uchar py = rsGetElementAtYuv_uchar_Y(mInput, x + src_x, y + src_y);
30 uchar pu = rsGetElementAtYuv_uchar_U(mInput, x + src_x, y + src_y);
31 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x + src_x, y + src_y);
means_yuvx_444_2d_to_1d.rs 27 uint32_t src_y; // y-offset from mInput
38 uchar py = rsGetElementAtYuv_uchar_Y(mInput, src_x + i, src_y + x);
39 uchar pu = rsGetElementAtYuv_uchar_U(mInput, src_x + i, src_y + x);
40 uchar pv = rsGetElementAtYuv_uchar_V(mInput, src_x + i, src_y + x);
69 yuvx_444 elem = rsGetElementAt_yuvx_444(mInput, src_x + i, src_y + x);
  /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/chromium_org/third_party/libyuv/include/libyuv/
convert_from.h 27 int I420ToI422(const uint8* src_y, int src_stride_y,
36 int I420ToI444(const uint8* src_y, int src_stride_y,
45 int I420ToI411(const uint8* src_y, int src_stride_y,
55 int I400Copy(const uint8* src_y, int src_stride_y,
63 int I420ToNV12(const uint8* src_y, int src_stride_y,
71 int I420ToNV21(const uint8* src_y, int src_stride_y,
79 int I420ToYUY2(const uint8* src_y, int src_stride_y,
86 int I420ToUYVY(const uint8* src_y, int src_stride_y,
93 int I420ToARGB(const uint8* src_y, int src_stride_y,
100 int I420ToBGRA(const uint8* src_y, int src_stride_y
    [all...]
convert_argb.h 42 int I420ToARGB(const uint8* src_y, int src_stride_y,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
58 int I444ToARGB(const uint8* src_y, int src_stride_y,
66 int I411ToARGB(const uint8* src_y, int src_stride_y,
74 int I400ToARGB(const uint8* src_y, int src_stride_y,
83 int I400ToARGB_Reference(const uint8* src_y, int src_stride_y,
89 int NV12ToARGB(const uint8* src_y, int src_stride_y,
96 int NV21ToARGB(const uint8* src_y, int src_stride_y,
109 // int Q420ToARGB(const uint8* src_y, int src_stride_y,
row.h 449 void I444ToARGBRow_NEON(const uint8* src_y,
454 void I422ToARGBRow_NEON(const uint8* src_y,
459 void I411ToARGBRow_NEON(const uint8* src_y,
464 void I422ToBGRARow_NEON(const uint8* src_y,
469 void I422ToABGRRow_NEON(const uint8* src_y,
474 void I422ToRGBARow_NEON(const uint8* src_y,
479 void I422ToRGB24Row_NEON(const uint8* src_y,
484 void I422ToRAWRow_NEON(const uint8* src_y,
489 void I422ToRGB565Row_NEON(const uint8* src_y,
494 void I422ToARGB1555Row_NEON(const uint8* src_y,
    [all...]
scale.h 54 int I420Scale(const uint8* src_y, int src_stride_y,
65 int I420Scale_16(const uint16* src_y, int src_stride_y,
78 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
planar_functions.h 27 void CopyPlane(const uint8* src_y, int src_stride_y,
32 void CopyPlane_16(const uint16* src_y, int src_stride_y,
44 int I400ToI400(const uint8* src_y, int src_stride_y,
52 int I422Copy(const uint8* src_y, int src_stride_y,
63 int I444Copy(const uint8* src_y, int src_stride_y,
89 int I420ToI400(const uint8* src_y, int src_stride_y,
100 int I420Mirror(const uint8* src_y, int src_stride_y,
114 int I400Mirror(const uint8* src_y, int src_stride_y,
129 int NV12ToRGB565(const uint8* src_y, int src_stride_y,
136 int NV21ToRGB565(const uint8* src_y, int src_stride_y
    [all...]
convert.h 27 int I444ToI420(const uint8* src_y, int src_stride_y,
37 int I422ToI420(const uint8* src_y, int src_stride_y,
47 int I411ToI420(const uint8* src_y, int src_stride_y,
58 int I420Copy(const uint8* src_y, int src_stride_y,
68 int I400ToI420(const uint8* src_y, int src_stride_y,
76 int NV12ToI420(const uint8* src_y, int src_stride_y,
85 int NV21ToI420(const uint8* src_y, int src_stride_y,
118 int Q420ToI420(const uint8* src_y, int src_stride_y,
  /external/libyuv/files/include/libyuv/
convert_from.h 27 int I420ToI422(const uint8* src_y, int src_stride_y,
36 int I420ToI444(const uint8* src_y, int src_stride_y,
45 int I420ToI411(const uint8* src_y, int src_stride_y,
55 int I400Copy(const uint8* src_y, int src_stride_y,
64 int I420ToYUY2(const uint8* src_y, int src_stride_y,
71 int I420ToUYVY(const uint8* src_y, int src_stride_y,
78 int I420ToV210(const uint8* src_y, int src_stride_y,
85 int I420ToARGB(const uint8* src_y, int src_stride_y,
92 int I420ToBGRA(const uint8* src_y, int src_stride_y,
99 int I420ToABGR(const uint8* src_y, int src_stride_y
    [all...]
convert_argb.h 42 int I420ToARGB(const uint8* src_y, int src_stride_y,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
58 int I444ToARGB(const uint8* src_y, int src_stride_y,
66 int I411ToARGB(const uint8* src_y, int src_stride_y,
74 int I400ToARGB(const uint8* src_y, int src_stride_y,
80 int I400ToARGB_Reference(const uint8* src_y, int src_stride_y,
86 int NV12ToARGB(const uint8* src_y, int src_stride_y,
93 int NV21ToARGB(const uint8* src_y, int src_stride_y,
106 // int Q420ToARGB(const uint8* src_y, int src_stride_y,
scale.h 47 int I420Scale(const uint8* src_y, int src_stride_y,
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/libyuv/files/source/
convert_from.cc 28 int I420ToI422(const uint8* src_y, int src_stride_y,
35 if (!src_y || !src_u || !src_v ||
73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
108 int I420ToI444(const uint8* src_y, int src_stride_y,
115 if (!src_y || !src_u|| !src_v ||
133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
158 int I420ToI411(const uint8* src_y, int src_stride_y,
165 if (!src_y || !src_u || !src_v ||
183 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
208 int I400Copy(const uint8* src_y, int src_stride_y
    [all...]
  /external/pixman/pixman/
pixman-android.h 31 android_simple_image* dst_image, float scale, int src_x, int src_y);
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 34 static int I420ToI4xx(const uint8* src_y, int src_stride_y,
50 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
65 int I420ToI422(const uint8* src_y, int src_stride_y,
74 return I420ToI4xx(src_y, src_stride_y,
87 int I420ToI444(const uint8* src_y, int src_stride_y,
96 return I420ToI4xx(src_y, src_stride_y,
109 int I420ToI411(const uint8* src_y, int src_stride_y,
118 return I420ToI4xx(src_y, src_stride_y,
130 int I400Copy(const uint8* src_y, int src_stride_y,
133 if (!src_y || !dst_y |
    [all...]
row_neon.cc 111 void I444ToARGBRow_NEON(const uint8* src_y,
130 : "+r"(src_y), // %0
142 void I422ToARGBRow_NEON(const uint8* src_y,
161 : "+r"(src_y), // %0
173 void I411ToARGBRow_NEON(const uint8* src_y,
192 : "+r"(src_y), // %0
204 void I422ToBGRARow_NEON(const uint8* src_y,
224 : "+r"(src_y), // %0
236 void I422ToABGRRow_NEON(const uint8* src_y,
256 : "+r"(src_y), // %
    [all...]
convert_argb.cc 50 int I444ToARGB(const uint8* src_y, int src_stride_y,
55 if (!src_y || !src_u || !src_v ||
100 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
102 src_y += src_stride_y;
111 int I422ToARGB(const uint8* src_y, int src_stride_y,
116 if (!src_y || !src_u || !src_v ||
170 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
179 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
181 src_y += src_stride_y;
190 int I411ToARGB(const uint8* src_y, int src_stride_y
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/chromium_org/ui/gfx/x/
x11_types.h 41 // - |src_x|, |src_y|, |copy_width| and |copy_height| define source region
48 int src_x, int src_y,
  /external/pixman/test/
oob-test.c 22 int src_y; member in struct:__anon32587
84 info->src_x, info->src_y,
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 212 const uint8_t *src_y = local
216 (const uint8_t *)src_y + src.mWidth * src.mHeight
242 signed y1 = (signed)src_y[x] - 16;
243 signed y2 = (signed)src_y[x + 1] - 16;
280 src_y += src.mWidth;
306 const uint8_t *src_y = local
310 (const uint8_t *)src_y + src.mWidth * src.mHeight
315 signed y1 = (signed)src_y[x] - 16;
316 signed y2 = (signed)src_y[x + 1] - 16;
353 src_y += src.mWidth
380 const uint8_t *src_y = local
452 const uint8_t *src_y = (const uint8_t *)src.mBits; local
    [all...]

Completed in 440 milliseconds

1 2 3 4 5 6 7 8 9