Searched refs:fmt_val (Results 1 – 6 of 6) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
D | dev.h | 236 u32 fmt_val; member 270 unsigned char fmt_val; member
|
D | capture.c | 88 .fmt_val = YUV_OUTPUT_422 | UV_STORAGE_ORDER_UVUV, 94 .fmt_val = YUV_OUTPUT_422 | UV_STORAGE_ORDER_VUVU, 102 .fmt_val = YUV_OUTPUT_420 | UV_STORAGE_ORDER_UVUV, 110 .fmt_val = YUV_OUTPUT_420 | UV_STORAGE_ORDER_VUVU, 1996 channel->fmt_val = stream->cif_fmt_out->csi_fmt_val; in rkcif_csi_channel_init() 2003 if (channel->fmt_val == CSI_WRDDR_TYPE_RGB888) in rkcif_csi_channel_init() 2039 if (channel->fmt_val == CSI_WRDDR_TYPE_RGB888) in rkcif_csi_channel_init() 2050 channel->fmt_val = CSI_WRDDR_TYPE_RAW8; in rkcif_csi_channel_init() 2138 if (channel->fmt_val == CSI_WRDDR_TYPE_RAW12) in rkcif_csi_channel_set() 2140 else if (channel->fmt_val == CSI_WRDDR_TYPE_RAW10) in rkcif_csi_channel_set() [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
D | dev.h | 236 u32 fmt_val; member 270 unsigned char fmt_val; member
|
D | capture.c | 88 .fmt_val = YUV_OUTPUT_422 | UV_STORAGE_ORDER_UVUV, 94 .fmt_val = YUV_OUTPUT_422 | UV_STORAGE_ORDER_VUVU, 102 .fmt_val = YUV_OUTPUT_420 | UV_STORAGE_ORDER_UVUV, 110 .fmt_val = YUV_OUTPUT_420 | UV_STORAGE_ORDER_VUVU, 1996 channel->fmt_val = stream->cif_fmt_out->csi_fmt_val; in rkcif_csi_channel_init() 2003 if (channel->fmt_val == CSI_WRDDR_TYPE_RGB888) in rkcif_csi_channel_init() 2039 if (channel->fmt_val == CSI_WRDDR_TYPE_RGB888) in rkcif_csi_channel_init() 2050 channel->fmt_val = CSI_WRDDR_TYPE_RAW8; in rkcif_csi_channel_init() 2138 if (channel->fmt_val == CSI_WRDDR_TYPE_RAW12) in rkcif_csi_channel_set() 2140 else if (channel->fmt_val == CSI_WRDDR_TYPE_RAW10) in rkcif_csi_channel_set() [all …]
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | dev.h | 225 u32 fmt_val; member 259 unsigned char fmt_val; member
|
D | capture.c | 88 .fmt_val = YUV_OUTPUT_422 | UV_STORAGE_ORDER_UVUV, 95 .fmt_val = YUV_OUTPUT_422 | UV_STORAGE_ORDER_VUVU, 104 .fmt_val = YUV_OUTPUT_420 | UV_STORAGE_ORDER_UVUV, 113 .fmt_val = YUV_OUTPUT_420 | UV_STORAGE_ORDER_VUVU, 1977 channel->fmt_val = stream->cif_fmt_out->csi_fmt_val; in rkcif_csi_channel_init() 1984 if (channel->fmt_val == CSI_WRDDR_TYPE_RGB888) { in rkcif_csi_channel_init() 2021 if (channel->fmt_val == CSI_WRDDR_TYPE_RGB888) { in rkcif_csi_channel_init() 2033 channel->fmt_val = CSI_WRDDR_TYPE_RAW8; in rkcif_csi_channel_init() 2106 if (channel->fmt_val == CSI_WRDDR_TYPE_RAW12) { in rkcif_csi_channel_set() 2108 } else if (channel->fmt_val == CSI_WRDDR_TYPE_RAW10) { in rkcif_csi_channel_set() [all …]
|