Home
last modified time | relevance | path

Searched defs:src_stride_rgb565 (Results 1 – 11 of 11) sorted by relevance

/external/libyuv/files/source/
Dconvert.cc1197 int src_stride_rgb565, in RGB565ToI420()
Dconvert_argb.cc1076 int src_stride_rgb565, in RGB565ToARGB()
Drow_neon.cc1749 int src_stride_rgb565, in RGB565ToUVRow_NEON()
Drow_neon64.cc1715 int src_stride_rgb565, in RGB565ToUVRow_NEON()
Drow_common.cc487 int src_stride_rgb565, in RGB565ToUVRow_C()
Drow_msa.cc1929 int src_stride_rgb565, in RGB565ToUVRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc981 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
Dconvert_argb.cc984 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB()
Drow_neon64.cc1746 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
Drow_neon.cc1799 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON()
Drow_common.cc481 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C()