Searched refs:src_stride_bayer (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | format_conversion.cc | 175 static void BayerRowBG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowBG() argument 177 const uint8* src_bayer1 = src_bayer0 + src_stride_bayer; in BayerRowBG() 207 static void BayerRowRG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowRG() argument 209 const uint8* src_bayer1 = src_bayer0 + src_stride_bayer; in BayerRowRG() 239 static void BayerRowGB(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGB() argument 241 const uint8* src_bayer1 = src_bayer0 + src_stride_bayer; in BayerRowGB() 269 static void BayerRowGR(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGR() argument 271 const uint8* src_bayer1 = src_bayer0 + src_stride_bayer; in BayerRowGR() 301 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB() argument 310 void (*BayerRow0)(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB() [all …]
|
/external/libyuv/files/include/libyuv/ |
D | format_conversion.h | 23 int BayerBGGRToI420(const uint8* src_bayer, int src_stride_bayer, 30 int BayerGBRGToI420(const uint8* src_bayer, int src_stride_bayer, 37 int BayerGRBGToI420(const uint8* src_bayer, int src_stride_bayer, 44 int BayerRGGBToI420(const uint8* src_bayer, int src_stride_bayer, 55 int BayerToI420(const uint8* src_bayer, int src_stride_bayer, 105 int BayerBGGRToARGB(const uint8* src_bayer, int src_stride_bayer, 110 int BayerGBRGToARGB(const uint8* src_bayer, int src_stride_bayer, 115 int BayerGRBGToARGB(const uint8* src_bayer, int src_stride_bayer, 120 int BayerRGGBToARGB(const uint8* src_bayer, int src_stride_bayer, 128 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer,
|