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

  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.cc 14 uint8* uplane,
22 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
30 uplane += uvstride;
35 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
40 uint8* uplane,
48 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
56 uplane += uvstride;
61 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
convert_rgb_to_yuv.h 18 uint8* uplane,
28 uint8* uplane,
38 uint8* uplane,
48 uint8* uplane,
58 uint8* uplane,
68 uint8* uplane,
convert_yuv_to_rgb_x86.cc 17 const uint8* uplane,
30 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
44 const uint8* uplane,
59 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
75 const uint8* uplane,
88 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
convert_yuv_to_rgb.h 17 const uint8* uplane,
28 const uint8* uplane,
34 const uint8* uplane,
47 const uint8* uplane,
54 const uint8* uplane,
65 const uint8* uplane,
76 const uint8* uplane,
123 const uint8* uplane,
129 const uint8* uplane,
136 const uint8* uplane,
    [all...]
convert_rgb_to_yuv_c.cc 20 uint8* uplane,
44 uplane[j / 2] = clip_byte(((pixel[r] * -38 + pixel[g] * -74 +
53 uplane += uvstride;
61 uint8* uplane,
75 uplane[j / 2] = clip_byte(((pixel[2] * -38 + pixel[1] * -74 +
85 uplane += uvstride;
convert_rgb_to_yuv_sse2.cc 313 uint8* uplane,
325 uplane,
330 uplane += uvstride;
340 ConvertRGBToYUV_V1H2(rgbframe, yplane, uplane, vplane);
343 ++uplane;
349 ConvertRGBToYUV_V1H1(rgbframe, yplane, uplane, vplane);
354 uint8* uplane,
370 uplane + i / 2,
381 uplane + i / 2,
387 uplane += uvstride
    [all...]
convert_yuv_to_rgb_c.cc 212 const uint8* uplane,
225 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
237 const uint8* uplane,
252 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
  /external/chromium_org/media/base/
yuv_convert.h 57 const uint8* uplane,
70 const uint8* uplane,
85 const uint8* uplane,
103 const uint8* uplane,
120 uint8* uplane,
130 uint8* uplane,
140 uint8* uplane,
147 uint8* uplane,
yuv_convert.cc 525 uint8* uplane,
534 uplane,
545 uint8* uplane,
554 uplane,
565 uint8* uplane,
572 *uplane = src[1];
577 uplane++;
591 uint8* uplane,
602 *uplane++ = *src++;
607 const uint8* uplane,
    [all...]
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoBGR565.c 148 if (u32_width2_RGB >= u32_width_in[UPlane])
150 u32_x_inc[UPlane] = ((u32_width_in[UPlane]-1) * MAX_SHORT) / (u32_width2_RGB-1);
154 u32_x_inc[UPlane] = (u32_width_in[UPlane] * MAX_SHORT) / (u32_width2_RGB);
159 if (u32_height2_RGB >= u32_height_in[UPlane])
161 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1);
165 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHORT) / (u32_height2_RGB)
    [all...]
M4VIFI_ResizeYUVtoRGB565.c 152 if (u32_width2_RGB >= u32_width_in[UPlane])
154 u32_x_inc[UPlane] = ((u32_width_in[UPlane]-1) * MAX_SHORT) / (u32_width2_RGB-1);
158 u32_x_inc[UPlane] = (u32_width_in[UPlane] * MAX_SHORT) / (u32_width2_RGB);
163 if (u32_height2_RGB >= u32_height_in[UPlane])
165 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1);
169 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHORT) / (u32_height2_RGB)
    [all...]
  /device/lge/hammerhead/
gps.conf 83 # 0x2: RRLP UPlane
84 # 0x4: LLP Uplane
  /device/lge/mako/
gps.conf 83 # 0x2: RRLP UPlane
84 # 0x4: LLP Uplane
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 314 uint8* uplane = local
319 uplane +
389 uplane,
401 uplane,
desktop_capture_device_aura.cc 59 uint8* uplane = target->data(media::VideoFrame::kUPlane) + local
80 uplane[x / 2] = alpha_blend(alpha, color_u, uplane[x / 2]);
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 184 * {@link android.media.Image.Plane#getRowStride() uPlane.getRowStride()}
186 * {@link android.media.Image.Plane#getPixelStride() uPlane.getPixelStride()}
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 138 #define UPlane 1

Completed in 1528 milliseconds