Searched refs:scaledOutH (Results 1 – 1 of 1) sorted by relevance
1006 uint64_t scaledOutH = static_cast<uint64_t>(outH) * inW / outW; in getCropRect() local1007 if (scaledOutH > inH) { in getCropRect()1012 scaledOutH = scaledOutH & ~0x1; // make it multiple of 2 in getCropRect()1015 out->top = ((inH - scaledOutH) / 2) & ~0x1; in getCropRect()1017 out->height = static_cast<int32_t>(scaledOutH); in getCropRect()1019 __FUNCTION__, inW, inH, outW, outH, out->top, static_cast<int32_t>(scaledOutH)); in getCropRect()