HomeSort by relevance Sort by last modified time
    Searched full:uplane (Results 1 - 16 of 16) 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 300 uint8* uplane,
312 uplane,
317 uplane += uvstride;
327 ConvertRGBToYUV_V1H2(rgbframe, yplane, uplane, vplane);
330 ++uplane;
336 ConvertRGBToYUV_V1H1(rgbframe, yplane, uplane, vplane);
341 uint8* uplane,
357 uplane + i / 2,
368 uplane + i / 2,
374 uplane += uvstride
    [all...]
convert_yuv_to_rgb_c.cc 204 const uint8* uplane,
217 const uint8* u_ptr = uplane + (y >> y_shift) * uvstride;
229 const uint8* uplane,
244 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 285 uint8* uplane = dst->data(media::VideoFrame::kUPlane); local
295 data, yplane, uplane, vplane, frame_info_.width, frame_info_.height,
301 data, yplane, vplane, uplane, frame_info_.width, frame_info_.height,
306 media::ConvertNV21ToYUV(data, yplane, uplane, vplane, frame_info_.width,
317 media::ConvertYUY2ToYUV(data, yplane, uplane, vplane, frame_info_.width,
331 media::ConvertRGB24ToYUV(rgb_src, yplane, uplane, vplane,
337 media::ConvertRGB32ToYUV(data, yplane, uplane, vplane, frame_info_.width,
348 libyuv::ConvertToI420(data, length, yplane, yplane_stride, uplane,
  /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 1353 milliseconds