Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v1x.c367 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
387 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
389 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
H A Dcapture_v20.c607 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
628 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
633 ysubs_out = 1; in rkisp_stream_config_rsz()
637 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
H A Dcapture_v21.c575 u32 xsubs_out = 1, ysubs_out = 1; in rkisp_stream_config_rsz() local
595 rkisp_fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp_stream_config_rsz()
597 out_c.height = out_y.height / ysubs_out; in rkisp_stream_config_rsz()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Dcapture.c704 u32 xsubs_out = 1, ysubs_out = 1; in rkisp1_config_rsz() local
724 fcc_xysubs(output_isp_fmt->fourcc, &xsubs_out, &ysubs_out); in rkisp1_config_rsz()
726 out_c.height = out_y.height / ysubs_out; in rkisp1_config_rsz()