Searched refs:fmt_cmpr (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/tests/scene4/ |
D | test_aspect_ratio_and_crop.py | 322 def _check_ar(circle, ar_gt, w, h, fmt_iter, fmt_cmpr): argument 350 def _check_crop(circle, cc_gt, w, h, fmt_iter, fmt_cmpr, crop_thresh_factor): argument 513 fmt_cmpr = fmt['cmpr'] 516 fmt_cmpr, props, fmt['cmpr_size']) 524 if w_iter*h_iter == w_cmpr*h_cmpr and fmt_iter == fmt_cmpr: 529 'format': fmt_cmpr}) 534 fmt_iter, fmt_cmpr, w_iter, h_iter, w_cmpr, h_cmpr) 538 os.path.join(log_path, _NAME), fmt_iter, fmt_cmpr, w_iter, h_iter) 555 circle, aspect_ratio_gt, w_iter, h_iter, fmt_iter, fmt_cmpr) 563 fmt_iter, fmt_cmpr, crop_thresh_factor)
|