Home | History | Annotate | Download | only in source

Lines Matching refs:src_raw

1229 int RAWToI420(const uint8* src_raw, int src_stride_raw,
1236 } else if (!src_raw ||
1244 src_raw = src_raw + (height - 1) * src_stride_raw;
1253 TestReadSafe(src_raw, src_stride_raw, width, height, 3, 48)) {
1281 RAWToARGBRow(src_raw, row, width);
1282 RAWToARGBRow(src_raw + src_stride_raw, row + kMaxStride, width);
1286 src_raw += src_stride_raw * 2;
1292 RAWToARGBRow_C(src_raw, row, width);