Searched defs:src_stride_rgba (Results 1 – 10 of 10) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 836 int src_stride_rgba, in RGBAToI420()
|
D | convert_argb.cc | 930 int src_stride_rgba, in RGBAToARGB()
|
D | row_neon.cc | 1595 int src_stride_rgba, in RGBAToUVRow_NEON()
|
D | row_neon64.cc | 1588 int src_stride_rgba, in RGBAToUVRow_NEON()
|
D | row_gcc.cc | 1434 int src_stride_rgba, in RGBAToUVRow_SSSE3()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 687 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, in RGBAToI420()
|
D | convert_argb.cc | 873 int RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, in RGBAToARGB()
|
D | row_neon64.cc | 1628 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON()
|
D | row_neon.cc | 1654 void RGBAToUVRow_NEON(const uint8* src_rgba, int src_stride_rgba, in RGBAToUVRow_NEON()
|
D | row_gcc.cc | 1432 void RGBAToUVRow_SSSE3(const uint8* src_rgba0, int src_stride_rgba, in RGBAToUVRow_SSSE3()
|