Lines Matching refs:try_fmt
535 struct v4l2_mbus_framefmt *mf = &sd_state->pads->try_fmt;
591 mf->width = sd_state->pads->try_fmt.width;
592 mf->height = sd_state->pads->try_fmt.height;
593 mf->code = sd_state->pads->try_fmt.code;
728 sd_state->pads->try_fmt.width = crop->width >> half_scale;
729 sd_state->pads->try_fmt.height = crop->height >> half_scale;
730 sd_state->pads->try_fmt.code = mf->code;
734 mf->width = sd_state->pads->try_fmt.width;
735 mf->height = sd_state->pads->try_fmt.height;
736 mf->code = sd_state->pads->try_fmt.code;