Home
last modified time | relevance | path

Searched refs:CROP_SRC_ACT (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c1985 channel->crop_st_x = 3 * stream->crop[CROP_SRC_ACT].left; in rkcif_csi_channel_init()
1987 channel->crop_st_x = stream->crop[CROP_SRC_ACT].left; in rkcif_csi_channel_init()
1990 channel->crop_st_y = stream->crop[CROP_SRC_ACT].top; in rkcif_csi_channel_init()
1991 channel->width = stream->crop[CROP_SRC_ACT].width; in rkcif_csi_channel_init()
1992 channel->height = stream->crop[CROP_SRC_ACT].height; in rkcif_csi_channel_init()
2543 height = stream->crop[CROP_SRC_ACT].height; in rkcif_queue_setup()
3335 stream->crop[CROP_SRC_ACT] = stream->crop[CROP_SRC_USR]; in rkcif_sync_crop_info()
3337 stream->crop[CROP_SRC_ACT].left = stream->crop[CROP_SRC_USR].left + stream->crop[CROP_SRC_SENSOR].left; in rkcif_sync_crop_info()
3338 stream->crop[CROP_SRC_ACT].top = stream->crop[CROP_SRC_USR].top + stream->crop[CROP_SRC_SENSOR].top; in rkcif_sync_crop_info()
3341 stream->crop[CROP_SRC_ACT] in rkcif_sync_crop_info()
[all...]
H A Ddev.h140 enum rkcif_crop_src { CROP_SRC_ACT = 0x0, CROP_SRC_SENSOR, CROP_SRC_USR, CROP_SRC_MAX }; enumerator
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c2004 channel->crop_st_x = 3 * stream->crop[CROP_SRC_ACT].left; in rkcif_csi_channel_init()
2006 channel->crop_st_x = stream->crop[CROP_SRC_ACT].left; in rkcif_csi_channel_init()
2008 channel->crop_st_y = stream->crop[CROP_SRC_ACT].top; in rkcif_csi_channel_init()
2009 channel->width = stream->crop[CROP_SRC_ACT].width; in rkcif_csi_channel_init()
2010 channel->height = stream->crop[CROP_SRC_ACT].height; in rkcif_csi_channel_init()
2614 height = stream->crop[CROP_SRC_ACT].height; in rkcif_queue_setup()
3425 stream->crop[CROP_SRC_ACT] = stream->crop[CROP_SRC_USR]; in rkcif_sync_crop_info()
3427 stream->crop[CROP_SRC_ACT].left = stream->crop[CROP_SRC_USR].left + in rkcif_sync_crop_info()
3429 stream->crop[CROP_SRC_ACT].top = stream->crop[CROP_SRC_USR].top + in rkcif_sync_crop_info()
3433 stream->crop[CROP_SRC_ACT] in rkcif_sync_crop_info()
[all...]
H A Ddev.h146 CROP_SRC_ACT = 0x0, enumerator

Completed in 15 milliseconds