Home
last modified time | relevance | path

Searched refs:dst_stride_rgba (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc540 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBA() argument
550 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBA()
551 dst_stride_rgba = -dst_stride_rgba; in I422ToRGBA()
570 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) { in I422ToRGBA()
579 dst_rgba += dst_stride_rgba; in I422ToRGBA()
590 uint8* dst_rgba, int dst_stride_rgba, in ARGBToRGBA() argument
608 IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) { in ARGBToRGBA()
621 dst_rgba += dst_stride_rgba; in ARGBToRGBA()
Dconvert_from.cc848 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBA() argument
858 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBA()
859 dst_stride_rgba = -dst_stride_rgba; in I420ToRGBA()
878 if (IS_ALIGNED(dst_rgba, 16) && IS_ALIGNED(dst_stride_rgba, 16)) { in I420ToRGBA()
887 dst_rgba += dst_stride_rgba; in I420ToRGBA()
/external/libyuv/files/include/libyuv/
Dconvert_from.h109 uint8* dst_rgba, int dst_stride_rgba,
Dplanar_functions.h168 uint8* dst_rgba, int dst_stride_rgba,