Home
last modified time | relevance | path

Searched refs:dst_stride_rgba (Results 1 – 10 of 10) 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/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc656 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBA() argument
671 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBA()
672 dst_stride_rgba = -dst_stride_rgba; in I420ToRGBA()
701 dst_rgba += dst_stride_rgba; in I420ToRGBA()
Dplanar_functions.cc931 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBA() argument
947 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBA()
948 dst_stride_rgba = -dst_stride_rgba; in I422ToRGBA()
954 dst_stride_rgba == width * 4) { in I422ToRGBA()
957 src_stride_y = src_stride_u = src_stride_v = dst_stride_rgba = 0; in I422ToRGBA()
986 dst_rgba += dst_stride_rgba; in I422ToRGBA()
Dconvert_from_argb.cc753 uint8* dst_rgba, int dst_stride_rgba, in ARGBToRGBA() argument
756 dst_rgba, dst_stride_rgba, in ARGBToRGBA()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h43 uint8* dst_rgba, int dst_stride_rgba,
Dconvert_from.h116 uint8* dst_rgba, int dst_stride_rgba,
Dplanar_functions.h177 uint8* dst_rgba, int dst_stride_rgba,
/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,