Lines Matching defs:hbin_ratio
165 * @hbin_ratio: height downscale factor (e.g. 3 for 720; 3 = 2160/720)
177 u8 hbin_ratio;
494 .hbin_ratio = 1, /* 2160 */
504 .hbin_ratio = 2, /* 1080 */
514 .hbin_ratio = 3, /* 720 */
524 .hbin_ratio = 4, /* 540 */
1030 u8 hratio = imx274_modes[i].hbin_ratio;
1045 *height = cur_crop->height / best_mode->hbin_ratio;
1051 __func__, best_mode->wbin_ratio, best_mode->hbin_ratio);
2027 imx274->format.height = imx274->crop.height / imx274->mode->hbin_ratio;