Searched defs:src_bgra (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 829 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() 840 int ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, in ARGBToBGRA()
|
D | row_neon.cc | 1558 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() 2086 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
|
D | row_neon64.cc | 1550 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() 2040 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
|
D | convert.cc | 555 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420()
|
D | planar_functions.cc | 2117 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle()
|
D | row_gcc.cc | 1208 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_SSSE3()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 881 int BGRAToARGB(const uint8* src_bgra, in BGRAToARGB() 893 int ARGBToBGRA(const uint8* src_bgra, in ARGBToBGRA()
|
D | row_neon.cc | 1492 void BGRAToUVRow_NEON(const uint8* src_bgra, in BGRAToUVRow_NEON() 2044 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
|
D | row_neon64.cc | 1503 void BGRAToUVRow_NEON(const uint8* src_bgra, in BGRAToUVRow_NEON() 2017 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
|
D | convert.cc | 633 int BGRAToI420(const uint8* src_bgra, in BGRAToI420()
|
D | row_gcc.cc | 1198 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_SSSE3()
|
D | planar_functions.cc | 2475 int ARGBShuffle(const uint8* src_bgra, in ARGBShuffle()
|