Lines Matching refs:crop_h
1052 int crop_h = crop.bottom - crop.top; in calculate_crop_rects() local
1091 crop_t += (int)round((double)crop_h * topCutRatio); in calculate_crop_rects()
1093 crop_b -= (int)round((double)crop_h * bottomCutRatio); in calculate_crop_rects()
1516 uint32_t crop_h = (crop.bottom - crop.top); in configRotator() local
1519 ovutils::normalizeCrop((uint32_t&)crop.top, crop_h); in configRotator()
1521 if ((mdpFlags & ovutils::OV_MDP_DEINTERLACE) && (crop_h % 4)) in configRotator()
1522 crop_h = ovutils::aligndown(crop_h, 4); in configRotator()
1524 crop.bottom = crop.top + crop_h; in configRotator()
1526 Dim rotCrop(crop.left, crop.top, crop_w, crop_h); in configRotator()
1545 int crop_h = crop.bottom - crop.top; in configMdp() local
1546 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()