Searched refs:dst_stride_argb1555 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 836 uint8* dst_argb1555, int dst_stride_argb1555, in I420ToARGB1555() argument 851 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555; in I420ToARGB1555() 852 dst_stride_argb1555 = -dst_stride_argb1555; in I420ToARGB1555() 881 dst_argb1555 += dst_stride_argb1555; in I420ToARGB1555()
|
D | convert_from_argb.cc | 977 uint8* dst_argb1555, int dst_stride_argb1555, in ARGBToARGB1555() argument 992 dst_stride_argb1555 == width * 2) { in ARGBToARGB1555() 995 src_stride_argb = dst_stride_argb1555 = 0; in ARGBToARGB1555() 1025 dst_argb1555 += dst_stride_argb1555; in ARGBToARGB1555()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 77 uint8* dst_argb1555, int dst_stride_argb1555,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 123 uint8* dst_argb1555, int dst_stride_argb1555,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 756 uint8* dst_argb1555, int dst_stride_argb1555, in ARGBToARGB1555() argument 783 dst_argb1555 += dst_stride_argb1555; in ARGBToARGB1555()
|