Searched refs:dst_rgba (Results 1 - 7 of 7) sorted by relevance

/external/libyuv/files/source/
H A Dplanar_functions.cc540 uint8* dst_rgba, int dst_stride_rgba,
543 !dst_rgba ||
550 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
570 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
578 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
579 dst_rgba += dst_stride_rgba;
590 uint8* dst_rgba, int dst_stride_rgba,
592 if (!src_argb || !dst_rgba ||
602 void (*ARGBToRGBARow)(const uint8* src_argb, uint8* dst_rgba, in
537 I422ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
589 ARGBToRGBA(const uint8* src_argb, int src_stride_argb, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
[all...]
H A Drow_neon.cc639 void ARGBToRGBARow_NEON(const uint8* src_argb, uint8* dst_rgba, int pix) { argument
649 "+r"(dst_rgba), // %1
H A Dconvert_from.cc848 uint8* dst_rgba, int dst_stride_rgba,
851 !dst_rgba ||
858 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba;
878 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) {
886 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width);
887 dst_rgba += dst_stride_rgba;
845 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
H A Drow_posix.cc222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { argument
236 "+r"(dst_rgba), // %1
H A Drow_win.cc217 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) { argument
220 mov edx, [esp + 8] // dst_rgba
/external/libyuv/files/include/libyuv/
H A Dconvert_from.h109 uint8* dst_rgba, int dst_stride_rgba,
H A Dplanar_functions.h168 uint8* dst_rgba, int dst_stride_rgba,

Completed in 129 milliseconds