/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_x86.cc | 19 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;
|
convert_yuv_to_rgb.h | 18 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,
|
convert_rgb_to_yuv_sse2.cc | 314 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 += uvstride [all...] |
convert_yuv_to_rgb_c.cc | 220 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;
|
/external/chromium_org/media/base/ |
yuv_convert.h | 65 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,
|
yuv_convert.cc | 563 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, [all...] |
/external/chromium_org/content/browser/media/capture/ |
desktop_capture_device_aura.cc | 65 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/ |
video_capture_controller.cc | 398 uint8* vplane = local 465 vplane,
|