Searched refs:BayerToARGB (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | format_conversion.h | 125 #define BayerRGBToARGB(b, bs, f, a, as, w, h) BayerToARGB(b, bs, a, as, w, h, f) 128 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer,
|
/external/libyuv/files/source/ |
D | format_conversion.cc | 301 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB() function 540 return BayerToARGB(src_bayer, src_stride_bayer, \
|