HomeSort by relevance Sort by last modified time
    Searched refs:vplane (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.cc 15 uint8* vplane,
22 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
31 vplane += uvstride;
35 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
41 uint8* vplane,
48 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
57 vplane += uvstride;
61 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
convert_rgb_to_yuv.h 19 uint8* vplane,
29 uint8* vplane,
39 uint8* vplane,
49 uint8* vplane,
59 uint8* vplane,
69 uint8* vplane,
convert_rgb_to_yuv_c.cc 21 uint8* vplane,
46 vplane[j / 2] = clip_byte(((pixel[r] * 112 + pixel[g] * -94 +
54 vplane += uvstride;
62 uint8* vplane,
77 vplane[j / 2] = clip_byte(((pixel[2] * 112 + pixel[1] * -94 +
86 vplane += uvstride;
convert_yuv_to_rgb.h 18 const uint8* vplane,
29 const uint8* vplane,
35 const uint8* vplane,
48 const uint8* vplane,
55 const uint8* vplane,
66 const uint8* vplane,
77 const uint8* vplane,
124 const uint8* vplane,
130 const uint8* vplane,
137 const uint8* vplane,
    [all...]
convert_yuv_to_rgb_x86.cc 18 const uint8* vplane,
31 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
45 const uint8* vplane,
60 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
76 const uint8* vplane,
89 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
convert_rgb_to_yuv_sse2.cc 301 uint8* vplane,
313 vplane,
318 vplane += uvstride;
327 ConvertRGBToYUV_V1H2(rgbframe, yplane, uplane, vplane);
331 ++vplane;
336 ConvertRGBToYUV_V1H1(rgbframe, yplane, uplane, vplane);
342 uint8* vplane,
358 vplane + i / 2);
369 vplane + i / 2);
375 vplane += uvstride
    [all...]
convert_yuv_to_rgb_c.cc 205 const uint8* vplane,
218 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
230 const uint8* vplane,
245 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
  /external/chromium_org/media/base/
yuv_convert.h 58 const uint8* vplane,
71 const uint8* vplane,
86 const uint8* vplane,
104 const uint8* vplane,
121 uint8* vplane,
131 uint8* vplane,
141 uint8* vplane,
148 uint8* vplane,
yuv_convert.cc 526 uint8* vplane,
535 vplane,
546 uint8* vplane,
555 vplane,
566 uint8* vplane,
574 *vplane = src[3];
578 vplane++;
592 uint8* vplane,
601 *vplane++ = *src++;
608 const uint8* vplane,
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 286 uint8* vplane = dst->data(media::VideoFrame::kVPlane); 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,
349 uv_plane_stride, vplane, uv_plane_stride, crop_x,

Completed in 995 milliseconds