Searched refs:dst_stride_rgba (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/source/ |
D | convert_from.cc | 457 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBAMatrix() argument 474 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBAMatrix() 475 dst_stride_rgba = -dst_stride_rgba; in I420ToRGBAMatrix() 506 IS_ALIGNED(dst_rgba, 4) && IS_ALIGNED(dst_stride_rgba, 4)) { in I420ToRGBAMatrix() 513 dst_rgba += dst_stride_rgba; in I420ToRGBAMatrix() 528 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBA() argument 533 dst_rgba, dst_stride_rgba, in I420ToRGBA()
|
D | planar_functions.cc | 945 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBAMatrix() argument 962 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBAMatrix() 963 dst_stride_rgba = -dst_stride_rgba; in I422ToRGBAMatrix() 994 IS_ALIGNED(dst_rgba, 4) && IS_ALIGNED(dst_stride_rgba, 4)) { in I422ToRGBAMatrix() 1001 dst_rgba += dst_stride_rgba; in I422ToRGBAMatrix() 1014 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBA() argument 1019 dst_rgba, dst_stride_rgba, in I422ToRGBA()
|
D | convert_from_argb.cc | 742 uint8* dst_rgba, int dst_stride_rgba, in ARGBToRGBA() argument 745 dst_rgba, dst_stride_rgba, in ARGBToRGBA()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 656 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()
|
D | planar_functions.cc | 931 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()
|
D | convert_from_argb.cc | 753 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/ |
D | convert_from_argb.h | 43 uint8* dst_rgba, int dst_stride_rgba,
|
D | convert_from.h | 116 uint8* dst_rgba, int dst_stride_rgba,
|
D | planar_functions.h | 177 uint8* dst_rgba, int dst_stride_rgba,
|
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 43 uint8* dst_rgba, int dst_stride_rgba,
|
D | convert_from.h | 114 uint8* dst_rgba, int dst_stride_rgba,
|
D | planar_functions.h | 170 uint8* dst_rgba, int dst_stride_rgba,
|