Searched refs:dst_stride_rgba (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 540 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()
|
D | convert_from.cc | 848 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/ |
D | convert_from.h | 109 uint8* dst_rgba, int dst_stride_rgba,
|
D | planar_functions.h | 168 uint8* dst_rgba, int dst_stride_rgba,
|