Lines Matching refs:restriction

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()
41 …ALOGD("src_x_align(%d), src_y_align(%d)", res.restriction.src_x_align, res.restriction.src_y_align… 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()
47 …ALOGD("dst_x_align(%d), dst_y_align(%d)", res.restriction.dst_x_align, res.restriction.dst_y_align… in printDppRestriction()
48 ALOGD("src_h_rot_max(%d)", res.restriction.src_h_rot_max); 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()
52 …ALOGD("blk_x_align(%d), blk_y_align(%d)", res.restriction.blk_x_align, res.restriction.blk_y_align… in printDppRestriction()
54 ALOGD("format cnt: %zu", res.restriction.formats.size()); in printDppRestriction()
55 for(int i = 0; i < res.restriction.formats.size(); i++) { in printDppRestriction()
56 ALOGD("[%d] format: %d", i, res.restriction.formats[i]); in printDppRestriction()
59 ALOGD("scale down: %d, up: %d", res.restriction.scale_down, res.restriction.scale_up); in printDppRestriction()
75 hwc_dpp_restriction r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()
92 hwc_dpp_restriction r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()
108 const hwc_dpp_restriction &r = dpuInfo->dpp_chs[i].restriction; in makeDPURestrictions()