Home
last modified time | relevance | path

Searched refs:ysubs_out (Results 1 – 7 of 7) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Dcapture_v1x.c54 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
79 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
81 if (xsubs_out == 0 || ysubs_out == 0) { in rkisp_stream_config_rsz()
85 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
Dcapture_v21.c264 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
289 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
290 if (xsubs_out == 0 || ysubs_out == 0) { in rkisp_stream_config_rsz()
294 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Dcapture_v1x.c61 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
81 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
83 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
Dcapture_v21.c247 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
267 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
269 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Dcapture_v1x.c61 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
81 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
83 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
Dcapture_v20.c264 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
285 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
290 ysubs_out = 1; in rkisp_stream_config_rsz()
294 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
Dcapture_v21.c247 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
267 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
269 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()