Home | History | Annotate | Download | only in common

Lines Matching defs:srcWidth

1011     uint32_t srcWidth = mapper.getCrop().w;
1017 srcWidth, srcHeight,
1021 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1025 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;