Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dconvert_from.cc457 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()
Dplanar_functions.cc945 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()
Dconvert_from_argb.cc742 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/
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_argb.h43 uint8* dst_rgba, int dst_stride_rgba,
Dconvert_from.h114 uint8* dst_rgba, int dst_stride_rgba,
Dplanar_functions.h170 uint8* dst_rgba, int dst_stride_rgba,