Lines Matching refs:width
148 if (input->width != output->width) in sru_s_stream()
219 fse->min_width = format->width; in sru_enum_frame_size()
221 if (format->width <= SRU_MAX_SIZE / 2 && in sru_enum_frame_size()
223 fse->max_width = format->width * 2; in sru_enum_frame_size()
226 fse->max_width = format->width; in sru_enum_frame_size()
260 fmt->width = clamp(fmt->width, SRU_MIN_SIZE, SRU_MAX_SIZE); in sru_try_format()
276 input_area = format->width * format->height; in sru_try_format()
277 output_area = min(fmt->width, SRU_MAX_SIZE) in sru_try_format()
280 if (fmt->width <= SRU_MAX_SIZE / 2 && in sru_try_format()
283 fmt->width = format->width * 2; in sru_try_format()
286 fmt->width = format->width; in sru_try_format()