Home | History | Annotate | Download | only in common

Lines Matching full:srcwidth

1031     uint32_t srcWidth = mapper.getCrop().w;
1040 srcWidth, srcHeight,
1044 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1048 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;