Lines Matching refs:width
148 if (input->width != output->width) in sru_s_stream()
218 fse->min_width = format->width; in sru_enum_frame_size()
220 if (format->width <= SRU_MAX_SIZE / 2 && in sru_enum_frame_size()
222 fse->max_width = format->width * 2; in sru_enum_frame_size()
225 fse->max_width = format->width; in sru_enum_frame_size()
259 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
275 input_area = format->width * format->height; in sru_try_format()
276 output_area = min(fmt->width, SRU_MAX_SIZE) in sru_try_format()
279 if (fmt->width <= SRU_MAX_SIZE / 2 && in sru_try_format()
282 fmt->width = format->width * 2; in sru_try_format()
285 fmt->width = format->width; in sru_try_format()