Home
last modified time | relevance | path

Searched refs:RGB565ToARGBRow_C (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
Drow_any.cc157 RGBANY(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, RGB565ToARGBRow_C,
Dconvert_argb.cc518 RGB565ToARGBRow_C; in RGB565ToARGB()
Dconvert.cc1199 RGB565ToARGBRow_C; in RGB565ToI420()
Drow_common.cc103 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() function
/external/libyuv/files/include/libyuv/
Drow.h308 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);
/external/libyuv/files/source/
Dconvert.cc1321 RGB565ToARGBRow = RGB565ToARGBRow_C; in RGB565ToI420()
1363 RGB565ToARGBRow_C(src_rgb565, row, width); in RGB565ToI420()
Dconvert_argb.cc445 RGB565ToARGBRow_C; in RGB565ToARGB()
Drow_common.cc98 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() function
/external/chromium_org/third_party/libyuv/include/libyuv/
Drow.h836 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);