Home
last modified time | relevance | path

Searched refs:BGRAToARGBRow_C (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow.h133 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int pix);
/external/libyuv/files/include/libyuv/
Drow.h303 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int pix);
/external/libyuv/files/source/
Dconvert_argb.cc277 BGRAToARGBRow_C; in BGRAToARGB()
Drow_common.cc22 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int width) { in BGRAToARGBRow_C() function