Searched refs:CROP_SRC_ACT (Results 1 – 6 of 6) sorted by relevance
2004 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] = stream->crop[CROP_SRC_SENSOR]; in rkcif_sync_crop_info()[all …]
146 CROP_SRC_ACT = 0x0, enumerator
1985 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].… in rkcif_sync_crop_info()3338 …stream->crop[CROP_SRC_ACT].top = stream->crop[CROP_SRC_USR].top + stream->crop[CROP_SRC_SENSOR].to… in rkcif_sync_crop_info()3341 stream->crop[CROP_SRC_ACT] = stream->crop[CROP_SRC_SENSOR]; in rkcif_sync_crop_info()[all …]
140 enum rkcif_crop_src { CROP_SRC_ACT = 0x0, CROP_SRC_SENSOR, CROP_SRC_USR, CROP_SRC_MAX }; enumerator