Home | History | Annotate | Download | only in common

Lines Matching full:srcheight

1032     uint32_t srcHeight = mapper.getCrop().h;
1040 srcWidth, srcHeight,
1044 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1049 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);