Searched refs:crop_height (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkispp-config.h | 307 u16 crop_height; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkispp-config.h | 314 u16 crop_height; member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | capture.c | 5670 u32 raw_width, crop_width = 64, crop_vwidth = 64, crop_height = 64, crop_x = 0, crop_y = 0;
in rkcif_dynamic_crop() local 5688 crop_height = stream->crop[CROP_SRC_ACT].height;
in rkcif_dynamic_crop() 5692 rkcif_write_register(cif_dev, get_reg_index_of_id_ctrl1(channel->id), (crop_height << 0x10) | crop_width);
in rkcif_dynamic_crop() 5702 crop_height = stream->crop[CROP_SRC_ACT].height;
in rkcif_dynamic_crop() 5714 rkcif_write_register(cif_dev, CIF_REG_DVP_SET_SIZE, (crop_height << 0x10) | crop_width);
in rkcif_dynamic_crop()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | capture.c | 5868 crop_height = 64, crop_x = 0, crop_y = 0; in rkcif_dynamic_crop() local 5886 crop_height = stream->crop[CROP_SRC_ACT].height; in rkcif_dynamic_crop() 5895 crop_height << 16 | crop_width); in rkcif_dynamic_crop() 5914 crop_height = stream->crop[CROP_SRC_ACT].height; in rkcif_dynamic_crop() 5928 crop_height << 16 | crop_width); in rkcif_dynamic_crop()
|
Completed in 22 milliseconds