Lines Matching refs:crop_h
513 int crop_h = crop.bottom - crop.top; in calculate_crop_rects() local
554 crop_t += crop_h * topCutRatio; in calculate_crop_rects()
556 crop_b -= crop_h * bottomCutRatio; in calculate_crop_rects()
806 uint32_t crop_h = (crop.bottom - crop.top); in configRotator() local
809 ovutils::normalizeCrop((uint32_t&)crop.top, crop_h); in configRotator()
811 if ((mdpFlags & ovutils::OV_MDP_DEINTERLACE) && (crop_h % 4)) in configRotator()
812 crop_h = ovutils::aligndown(crop_h, 4); in configRotator()
814 crop.bottom = crop.top + crop_h; in configRotator()
816 Dim rotCrop(crop.left, crop.top, crop_w, crop_h); in configRotator()
835 int crop_h = crop.bottom - crop.top; in configMdp() local
836 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()