/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
convert_argb.h | 32 #define ARGBToARGB ARGBCopy 36 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
convert_from_argb.h | 22 #define ARGBToARGB ARGBCopy 24 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
planar_functions.h | 266 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
convert_argb.h | 32 #define ARGBToARGB ARGBCopy 36 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
convert_from_argb.h | 22 #define ARGBToARGB ARGBCopy 24 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
planar_functions.h | 266 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
/external/libyuv/files/include/libyuv/ |
convert_argb.h | 32 #define ARGBToARGB ARGBCopy 36 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
planar_functions.h | 228 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
rotate_argb.cc | 182 return ARGBCopy(src_argb, src_stride_argb,
|
convert_argb.cc | 29 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
scale_argb.cc | 735 ARGBCopy(src + (y >> 16) * src_stride + (x >> 16) * 4, src_stride,
|
/external/chromium_org/third_party/libyuv/source/ |
rotate_argb.cc | 182 return ARGBCopy(src_argb, src_stride_argb,
|
convert_argb.cc | 29 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
|
scale_argb.cc | 735 ARGBCopy(src + (y >> 16) * src_stride + (x >> 16) * 4, src_stride,
|
/external/libyuv/files/source/ |
rotate_argb.cc | 148 return ARGBCopy(src_argb, src_stride_argb,
|
scale_argb.cc | [all...] |
convert_argb.cc | 31 int ARGBCopy(const uint8* src_argb, int src_stride_argb, [all...] |