Searched defs:src_stride_rgb565 (Results 1 – 11 of 11) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 1197 int src_stride_rgb565, in RGB565ToI420()
|
D | convert_argb.cc | 1076 int src_stride_rgb565, in RGB565ToARGB()
|
D | row_neon.cc | 1749 int src_stride_rgb565, in RGB565ToUVRow_NEON()
|
D | row_neon64.cc | 1715 int src_stride_rgb565, in RGB565ToUVRow_NEON()
|
D | row_common.cc | 487 int src_stride_rgb565, in RGB565ToUVRow_C()
|
D | row_msa.cc | 1929 int src_stride_rgb565, in RGB565ToUVRow_MSA()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 981 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
|
D | convert_argb.cc | 984 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()
|
D | row_neon64.cc | 1746 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
|
D | row_neon.cc | 1799 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
|
D | row_common.cc | 481 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C()
|