Searched refs:RGB565ToARGBRow_C (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc553 RGB565ToARGBRow_C;
H A Dconvert.cc1031 RGB565ToARGBRow_C;
H A Drow_common.cc103 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { function
/external/libyuv/files/include/libyuv/
H A Drow.h308 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);
/external/libyuv/files/source/
H A Dconvert.cc1321 RGB565ToARGBRow = RGB565ToARGBRow_C;
1363 RGB565ToARGBRow_C(src_rgb565, row, width);
H A Dconvert_argb.cc445 RGB565ToARGBRow_C;
H A Drow_common.cc98 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h878 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);

Completed in 266 milliseconds