Searched refs:RGB565ToARGBRow_C (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libyuv/source/ |
D | row_any.cc | 157 RGBANY(RGB565ToARGBRow_Any_SSE2, RGB565ToARGBRow_SSE2, RGB565ToARGBRow_C,
|
D | convert_argb.cc | 518 RGB565ToARGBRow_C; in RGB565ToARGB()
|
D | convert.cc | 1199 RGB565ToARGBRow_C; in RGB565ToI420()
|
D | row_common.cc | 103 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 308 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);
|
/external/libyuv/files/source/ |
D | convert.cc | 1321 RGB565ToARGBRow = RGB565ToARGBRow_C; in RGB565ToI420() 1363 RGB565ToARGBRow_C(src_rgb565, row, width); in RGB565ToI420()
|
D | convert_argb.cc | 445 RGB565ToARGBRow_C; in RGB565ToARGB()
|
D | row_common.cc | 98 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() function
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 836 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);
|