Home
last modified time | relevance | path

Searched refs:out_c (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Dregs.c121 struct v4l2_rect *out_c) in set_scale() argument
144 if (in_c->width < out_c->width) { in set_scale()
148 (out_c->width - 1); in set_scale()
151 } else if (in_c->width > out_c->width) { in set_scale()
153 scale_hc = ((out_c->width - 1) * CIF_RSZ_SCALER_FACTOR) / in set_scale()
172 if (in_c->height < out_c->height) { in set_scale()
176 (out_c->height - 1); in set_scale()
178 } else if (in_c->height > out_c->height) { in set_scale()
180 scale_vc = ((out_c->height - 1) * CIF_RSZ_SCALER_FACTOR) / in set_scale()
190 struct v4l2_rect *out_c, bool async) in config_rsz() argument
[all …]
H A Dcapture.c702 struct v4l2_rect in_y, in_c, out_y, out_c; in rkisp1_config_rsz() local
725 out_c.width = out_y.width / xsubs_out; in rkisp1_config_rsz()
726 out_c.height = out_y.height / ysubs_out; in rkisp1_config_rsz()
728 out_c.width = out_y.width / xsubs_in; in rkisp1_config_rsz()
729 out_c.height = out_y.height / ysubs_in; in rkisp1_config_rsz()
732 if (in_c.width == out_c.width && in_c.height == out_c.height) in rkisp1_config_rsz()
742 in_c.width, in_c.height, out_c.width, out_c.height); in rkisp1_config_rsz()
745 config_rsz(stream, &in_y, &in_c, &out_y, &out_c, async); in rkisp1_config_rsz()
H A Dregs.h1619 struct v4l2_rect *out_c, bool async);
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dregs.c158 struct v4l2_rect *out_c) in set_scale() argument
182 if (in_c->width < out_c->width) { in set_scale()
186 (out_c->width - 1); in set_scale()
189 } else if (in_c->width > out_c->width) { in set_scale()
191 scale_hc = ((out_c->width - 1) * CIF_RSZ_SCALER_FACTOR) / in set_scale()
210 if (in_c->height < out_c->height) { in set_scale()
214 (out_c->height - 1); in set_scale()
216 } else if (in_c->height > out_c->height) { in set_scale()
218 scale_vc = ((out_c->height - 1) * CIF_RSZ_SCALER_FACTOR) / in set_scale()
308 struct v4l2_rect *out_c, bool async) in set_bilinear_scale() argument
[all …]
H A Dcapture_v1x.c365 struct v4l2_rect in_y, in_c, out_y, out_c; in rkisp_stream_config_rsz() local
388 out_c.width = out_y.width / xsubs_out; in rkisp_stream_config_rsz()
389 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
391 out_c.width = out_y.width / xsubs_in; in rkisp_stream_config_rsz()
392 out_c.height = out_y.height / ysubs_in; in rkisp_stream_config_rsz()
395 if (in_c.width == out_c.width && in_c.height == out_c.height) in rkisp_stream_config_rsz()
405 in_c.width, in_c.height, out_c.width, out_c.height); in rkisp_stream_config_rsz()
408 rkisp_config_rsz(stream, &in_y, &in_c, &out_y, &out_c, async); in rkisp_stream_config_rsz()
H A Dcapture_v21.c573 struct v4l2_rect in_y, in_c, out_y, out_c; in rkisp_stream_config_rsz() local
596 out_c.width = out_y.width / xsubs_out; in rkisp_stream_config_rsz()
597 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
599 out_c.width = out_y.width / xsubs_in; in rkisp_stream_config_rsz()
600 out_c.height = out_y.height / ysubs_in; in rkisp_stream_config_rsz()
603 if (in_c.width == out_c.width && in_c.height == out_c.height) in rkisp_stream_config_rsz()
613 in_c.width, in_c.height, out_c.width, out_c.height); in rkisp_stream_config_rsz()
616 rkisp_config_rsz(stream, &in_y, &in_c, &out_y, &out_c, async); in rkisp_stream_config_rsz()
H A Dcapture_v20.c605 struct v4l2_rect in_y, in_c, out_y, out_c; in rkisp_stream_config_rsz() local
636 out_c.width = out_y.width / xsubs_out; in rkisp_stream_config_rsz()
637 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
639 out_c.width = out_y.width / xsubs_in; in rkisp_stream_config_rsz()
640 out_c.height = out_y.height / ysubs_in; in rkisp_stream_config_rsz()
643 if (in_c.width == out_c.width && in_c.height == out_c.height) in rkisp_stream_config_rsz()
653 in_c.width, in_c.height, out_c.width, out_c.height); in rkisp_stream_config_rsz()
656 rkisp_config_rsz(stream, &in_y, &in_c, &out_y, &out_c, async); in rkisp_stream_config_rsz()
H A Dcapture_v30.c359 struct v4l2_rect in_y, in_c, out_y, out_c; in rkisp_stream_config_rsz() local
376 out_c.width = out_y.width / 2; in rkisp_stream_config_rsz()
377 out_c.height = out_y.height; in rkisp_stream_config_rsz()
379 if (in_c.width == out_c.width && in_c.height == out_c.height) in rkisp_stream_config_rsz()
389 in_c.width, in_c.height, out_c.width, out_c.height); in rkisp_stream_config_rsz()
392 rkisp_config_rsz(stream, &in_y, &in_c, &out_y, &out_c, async); in rkisp_stream_config_rsz()
H A Dcapture_v32.c581 struct v4l2_rect in_y, in_c, out_y, out_c; in rkisp_stream_config_rsz() local
596 out_c.width = out_y.width / 2; in rkisp_stream_config_rsz()
597 out_c.height = out_y.height; in rkisp_stream_config_rsz()
598 if (in_c.width == out_c.width && in_c.height == out_c.height) in rkisp_stream_config_rsz()
608 in_c.width, in_c.height, out_c.width, out_c.height); in rkisp_stream_config_rsz()
611 rkisp_config_rsz(stream, &in_y, &in_c, &out_y, &out_c, async); in rkisp_stream_config_rsz()
H A Dregs.h1631 struct v4l2_rect *out_c, bool async);
/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Daxg-audio.c489 AUD_TDM_SCLK_MUX(out_c, AUDIO_CLK_TDMOUT_C_CTRL);
504 AUD_TDM_SCLK_PRE_EN(out_c, AUDIO_CLK_TDMOUT_C_CTRL);
519 AUD_TDM_SCLK_POST_EN(out_c, AUDIO_CLK_TDMOUT_C_CTRL);
543 AUD_TDM_LRLCK(out_c, AUDIO_CLK_TDMOUT_C_CTRL);
551 AUD_TDM_SCLK(out_c, AUDIO_CLK_TDMOUT_C_CTRL);
628 AUD_TDM_SCLK_WS(out_c, AUDIO_CLK_TDMOUT_C_CTRL);
/OK3568_Linux_fs/kernel/mm/
H A Dz3fold.c1002 goto out_c; in z3fold_create_pool()
1038 out_c: in z3fold_create_pool()