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()
1508 uint32_t crop_h = (crop.bottom - crop.top); in configRotator() local
1511 ovutils::normalizeCrop((uint32_t&)crop.top, crop_h); in configRotator()
1513 if ((mdpFlags & ovutils::OV_MDP_DEINTERLACE) && (crop_h % 4)) in configRotator()
1514 crop_h = ovutils::aligndown(crop_h, 4); in configRotator()
1516 crop.bottom = crop.top + crop_h; in configRotator()
1518 Dim rotCrop(crop.left, crop.top, crop_w, crop_h); in configRotator()
1537 int crop_h = crop.bottom - crop.top; in configMdp() local
1538 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()