Searched defs:src_stride_bgra (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 393 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() 404 int ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, in ARGBToBGRA()
|
D | convert.cc | 592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420()
|
D | row_neon.cc | 1736 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON()
|
D | row_neon64.cc | 1733 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON()
|
D | planar_functions.cc | 1907 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle()
|
D | row_gcc.cc | 1163 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3()
|
/external/libyuv/files/source/ |
D | row_posix.cc | 948 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() 1009 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3()
|
D | convert_argb.cc | 263 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB()
|
D | convert.cc | 984 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420()
|