Searched refs:RGB24ToARGBRow_C (Results 1 - 4 of 4) sorted by relevance

/external/libyuv/files/include/libyuv/
H A Drow.h306 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int pix);
/external/libyuv/files/source/
H A Dconvert.cc1179 RGB24ToARGBRow = RGB24ToARGBRow_C;
1221 RGB24ToARGBRow_C(src_rgb24, row, width);
H A Dconvert_argb.cc412 RGB24ToARGBRow_C;
H A Drow_common.cc70 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { function

Completed in 32 milliseconds