Searched defs:ARGBToYRow (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 942 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGBToI420() local 1187 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RGB24ToI420() local 1258 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RAWToI420() local 1329 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RGB565ToI420() local 1400 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGB1555ToI420() local 1472 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGB4444ToI420() local
|
D | format_conversion.cc | 374 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in BayerToI420() local
|
D | planar_functions.cc | 362 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI400() local 397 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI422() local
|