Searched refs:BayerToARGB (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A 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/chromium_org/third_party/libyuv/include/libyuv/
H A 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/include/libyuv/
H A 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dformat_conversion.cc240 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, function
540 return BayerToARGB(src_bayer, src_stride_bayer, \
/external/chromium_org/third_party/libyuv/source/
H A Dformat_conversion.cc240 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, function
538 return BayerToARGB(src_bayer, src_stride_bayer, \
/external/libyuv/files/source/
H A Dformat_conversion.cc301 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, function
540 return BayerToARGB(src_bayer, src_stride_bayer, \

Completed in 550 milliseconds