Lines Matching refs:src_stride_argb
523 int src_stride_argb, in ARGBToI420() argument
533 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in ARGBToI420()
543 src_argb = src_argb + (height - 1) * src_stride_argb; in ARGBToI420()
544 src_stride_argb = -src_stride_argb; in ARGBToI420()
616 ARGBToUVRow(src_argb, src_stride_argb, dst_u, dst_v, width); in ARGBToI420()
618 ARGBToYRow(src_argb + src_stride_argb, dst_y + dst_stride_y, width); in ARGBToI420()
619 src_argb += src_stride_argb * 2; in ARGBToI420()
955 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in RGB24ToI420()
1085 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in RAWToI420()
1216 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in RGB565ToI420()
1361 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in ARGB1555ToI420()
1502 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb, uint8* dst_u, in ARGB4444ToI420()