Searched refs:vplane (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.cc15 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);
12 ConvertRGB32ToYUV_SSSE3(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
38 ConvertRGB24ToYUV_SSSE3(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
H A Dconvert_rgb_to_yuv.h19 uint8* vplane,
29 uint8* vplane,
39 uint8* vplane,
49 uint8* vplane,
59 uint8* vplane,
69 uint8* vplane,
H A Dconvert_rgb_to_yuv_c.cc21 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;
18 ConvertRGB32ToYUV_C(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
59 ConvertRGB24ToYUV_C(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
H A Dconvert_yuv_to_rgb_x86.cc19 const uint8* vplane,
34 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
51 const uint8* vplane,
64 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
17 ConvertYUVAToARGB_MMX(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int astride, int rgbstride, YUVType yuv_type) argument
49 ConvertYUVToRGB32_SSE(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
H A Dconvert_yuv_to_rgb.h18 const uint8* vplane,
29 const uint8* vplane,
36 const uint8* vplane,
49 const uint8* vplane,
57 const uint8* vplane,
68 const uint8* vplane,
120 const uint8* vplane,
128 const uint8* vplane,
H A Dconvert_rgb_to_yuv_sse2.cc314 uint8* vplane,
326 vplane,
331 vplane += uvstride;
340 ConvertRGBToYUV_V1H2(rgbframe, yplane, uplane, vplane);
344 ++vplane;
349 ConvertRGBToYUV_V1H1(rgbframe, yplane, uplane, vplane);
355 uint8* vplane,
371 vplane + i / 2);
382 vplane + i / 2);
388 vplane
311 ConvertRGB32ToYUV_SSE2(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
352 ConvertRGB32ToYUV_SSE2_Reference(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
[all...]
H A Dconvert_yuv_to_rgb_c.cc220 const uint8* vplane,
233 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
246 const uint8* vplane,
261 const uint8* v_ptr = vplane + (y >> y_shift) * uvstride;
218 ConvertYUVToRGB32_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
244 ConvertYUVAToARGB_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbaframe, int width, int height, int ystride, int uvstride, int astride, int rgbastride, YUVType yuv_type) argument
/external/chromium_org/media/base/
H A Dyuv_convert.h65 const uint8* vplane,
78 const uint8* vplane,
93 const uint8* vplane,
111 const uint8* vplane,
128 uint8* vplane,
138 uint8* vplane,
148 uint8* vplane,
155 uint8* vplane,
H A Dyuv_convert.cc563 uint8* vplane,
572 vplane,
583 uint8* vplane,
592 vplane,
603 uint8* vplane,
611 *vplane = src[3];
615 vplane++;
629 uint8* vplane,
638 *vplane++ = *src++;
645 const uint8* vplane,
560 ConvertRGB32ToYUV(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
580 ConvertRGB24ToYUV(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
600 ConvertYUY2ToYUV(const uint8* src, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height) argument
626 ConvertNV21ToYUV(const uint8* src, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height) argument
643 ConvertYUVToRGB32(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
665 ConvertYUVAToARGB(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int astride, int rgbstride, YUVType yuv_type) argument
[all...]
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc65 uint8* vplane = target->data(media::VideoFrame::kVPlane) + local
85 vplane[x / 2] = alpha_blend(alpha, color_v, vplane[x / 2]);
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.cc398 uint8* vplane = local
465 vplane,

Completed in 119 milliseconds