Searched refs:ysubs_out (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture_v1x.c | 367 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 D | capture_v20.c | 607 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 D | capture_v21.c | 575 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 D | capture.c | 704 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()
|