Home
last modified time | relevance | path

Searched refs:BayerToARGB (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/include/libyuv/
Dformat_conversion.h125 #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/
Dformat_conversion.cc301 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB() function
540 return BayerToARGB(src_bayer, src_stride_bayer, \