Lines Matching full:factor
146 * drm_rect_calc_hscale - calculate the horizontal scaling factor
149 * @min_hscale: minimum allowed horizontal scaling factor
150 * @max_hscale: maximum allowed horizontal scaling factor
152 * Calculate the horizontal scaling factor as
160 * The horizontal scaling factor, or errno of out of limits.
181 * drm_rect_calc_vscale - calculate the vertical scaling factor
184 * @min_vscale: minimum allowed vertical scaling factor
185 * @max_vscale: maximum allowed vertical scaling factor
187 * Calculate the vertical scaling factor as
195 * The vertical scaling factor, or errno of out of limits.
216 * drm_calc_hscale_relaxed - calculate the horizontal scaling factor
219 * @min_hscale: minimum allowed horizontal scaling factor
220 * @max_hscale: maximum allowed horizontal scaling factor
222 * Calculate the horizontal scaling factor as
225 * If the calculated scaling factor is below @min_vscale,
228 * If the calculated scaling factor is above @max_vscale,
236 * The horizontal scaling factor.
270 * drm_rect_calc_vscale_relaxed - calculate the vertical scaling factor
273 * @min_vscale: minimum allowed vertical scaling factor
274 * @max_vscale: maximum allowed vertical scaling factor
276 * Calculate the vertical scaling factor as
279 * If the calculated scaling factor is below @min_vscale,
282 * If the calculated scaling factor is above @max_vscale,
290 * The vertical scaling factor.