Lines Matching refs:BayerRow1
312 void (*BayerRow1)(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB() local
317 BayerRow1 = BayerRowGR; in BayerToARGB()
321 BayerRow1 = BayerRowRG; in BayerToARGB()
325 BayerRow1 = BayerRowBG; in BayerToARGB()
329 BayerRow1 = BayerRowGB; in BayerToARGB()
337 BayerRow1(src_bayer + src_stride_bayer, -src_stride_bayer, in BayerToARGB()
372 void (*BayerRow1)(const uint8* src_bayer, int src_stride_bayer, in BayerToI420() local
396 BayerRow1 = BayerRowGR; in BayerToI420()
400 BayerRow1 = BayerRowRG; in BayerToI420()
404 BayerRow1 = BayerRowBG; in BayerToI420()
408 BayerRow1 = BayerRowGB; in BayerToI420()
416 BayerRow1(src_bayer + src_stride_bayer, -src_stride_bayer, in BayerToI420()