Searched refs:ARGBToARGB (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 22 #define ARGBToARGB ARGBCopy macro
|
D | convert_argb.h | 29 #define ARGBToARGB ARGBCopy macro
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 22 #define ARGBToARGB ARGBCopy macro
|
D | convert_argb.h | 29 #define ARGBToARGB ARGBCopy macro
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 106 r = ARGBToARGB(src, src_width * 4, in ConvertToARGB()
|
/external/libyuv/files/source/ |
D | convert_to_argb.cc | 107 r = ARGBToARGB(src, src_width * 4, crop_argb, argb_stride, crop_width, in ConvertToARGB()
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 1233 TESTSYM(ARGBToARGB, 4, 4, 1)
|