Lines Matching refs:min

37 …ALOGD("src_f_w (%d, %d, %d)", res.restriction.src_f_w.min, res.restriction.src_f_w.max, res.restri…  in printDppRestriction()
38 …ALOGD("src_f_h (%d, %d, %d)", res.restriction.src_f_h.min, res.restriction.src_f_h.max, res.restri… in printDppRestriction()
39 …ALOGD("src_w (%d, %d, %d)", res.restriction.src_w.min, res.restriction.src_w.max, res.restriction.… in printDppRestriction()
40 …ALOGD("src_h (%d, %d, %d)", res.restriction.src_h.min, res.restriction.src_h.max, res.restriction.… in printDppRestriction()
43 …ALOGD("dst_f_w (%d, %d, %d)", res.restriction.dst_f_w.min, res.restriction.dst_f_w.max, res.restri… in printDppRestriction()
44 …ALOGD("dst_f_h (%d, %d, %d)", res.restriction.dst_f_h.min, res.restriction.dst_f_h.max, res.restri… in printDppRestriction()
45 …ALOGD("dst_w (%d, %d, %d)", res.restriction.dst_w.min, res.restriction.dst_w.max, res.restriction.… in printDppRestriction()
46 …ALOGD("dst_h (%d, %d, %d)", res.restriction.dst_h.min, res.restriction.dst_h.max, res.restriction.… in printDppRestriction()
50 …ALOGD("blk_w (%d, %d, %d)", res.restriction.blk_w.min, res.restriction.blk_w.max, res.restriction.… in printDppRestriction()
51 …ALOGD("blk_h (%d, %d, %d)", res.restriction.blk_h.min, res.restriction.blk_h.max, res.restriction.… in printDppRestriction()
116 rSize.minFullWidth = r.dst_f_w.min; in makeDPURestrictions()
117 rSize.minFullHeight = r.dst_f_h.min;; in makeDPURestrictions()
122 rSize.minCropWidth = r.src_w.min; in makeDPURestrictions()
123 rSize.minCropHeight = r.src_h.min; in makeDPURestrictions()
134 rSize.maxDownScale = min(rSize.maxDownScale, newMaxDownscale); in makeDPURestrictions()