Home | History | Annotate | Download | only in source

Lines Matching refs:src_raw

84 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) {
86 uint8 r = src_raw[0];
87 uint8 g = src_raw[1];
88 uint8 b = src_raw[2];
94 src_raw += 3;