Searched refs:cif_fmt_in (Results 1 – 14 of 14) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
D | capture.c | 1520 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_init() 1618 stream->cif_fmt_in->field != V4L2_FIELD_INTERLACED) in rkcif_assign_new_buffer_update() 1628 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1651 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1674 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED && in rkcif_assign_new_buffer_update() 1955 static unsigned char get_csi_fmt_val(const struct cif_input_fmt *cif_fmt_in, in get_csi_fmt_val() argument 1960 if (cif_fmt_in->mbus_code == MEDIA_BUS_FMT_SPD_2X8 || in get_csi_fmt_val() 1961 cif_fmt_in->mbus_code == MEDIA_BUS_FMT_EBD_1X8) { in get_csi_fmt_val() 1976 } else if (cif_fmt_in->csi_fmt_val == CSI_WRDDR_TYPE_RGB888) { in get_csi_fmt_val() 1979 csi_fmt_val = cif_fmt_in->csi_fmt_val; in get_csi_fmt_val() [all …]
|
D | cif-luma.h | 71 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in);
|
D | cif-luma.c | 394 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in) in rkcif_start_luma() argument 398 if (cif_fmt_in->fmt_type != CIF_FMT_TYPE_RAW) in rkcif_start_luma() 401 switch (cif_fmt_in->mbus_code) { in rkcif_start_luma()
|
D | dev.h | 471 const struct cif_input_fmt *cif_fmt_in; member 510 const struct cif_input_fmt *cif_fmt_in; member
|
D | procfs.c | 296 rkcif_pixelcode_to_string(stream->cif_fmt_in->mbus_code), in rkcif_show_format()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | capture.c | 1541 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_init() 1624 stream->cif_fmt_in->field != V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1634 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1655 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1676 …if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED && stream->frame_phase == CIF_CSI_FRAME1_RE… in rkcif_assign_new_buffer_update() 1939 static unsigned char get_csi_fmt_val(const struct cif_input_fmt *cif_fmt_in, struct csi_channel_inf… in get_csi_fmt_val() argument 1943 …if (cif_fmt_in->mbus_code == MEDIA_BUS_FMT_SPD_2X8 || cif_fmt_in->mbus_code == MEDIA_BUS_FMT_EBD_1… in get_csi_fmt_val() 1958 } else if (cif_fmt_in->csi_fmt_val == CSI_WRDDR_TYPE_RGB888) { in get_csi_fmt_val() 1961 csi_fmt_val = cif_fmt_in->csi_fmt_val; in get_csi_fmt_val() 2037 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_csi_channel_init() [all …]
|
D | dev.h | 512 const struct cif_input_fmt *cif_fmt_in; member 551 const struct cif_input_fmt *cif_fmt_in; member 752 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in);
|
D | cif-luma.c | 378 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in) in rkcif_start_luma() argument 382 if (cif_fmt_in->fmt_type != CIF_FMT_TYPE_RAW) { in rkcif_start_luma() 386 switch (cif_fmt_in->mbus_code) { in rkcif_start_luma()
|
D | procfs.c | 294 …seq_printf(f, "\tformat:%s/%ux%u@%d\n", rkcif_pixelcode_to_string(stream->cif_fmt_in->mbus_code), … in rkcif_show_format()
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
D | capture.c | 1520 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_init() 1618 stream->cif_fmt_in->field != V4L2_FIELD_INTERLACED) in rkcif_assign_new_buffer_update() 1628 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1651 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED) { in rkcif_assign_new_buffer_update() 1674 if (stream->cif_fmt_in->field == V4L2_FIELD_INTERLACED && in rkcif_assign_new_buffer_update() 1955 static unsigned char get_csi_fmt_val(const struct cif_input_fmt *cif_fmt_in, in get_csi_fmt_val() argument 1960 if (cif_fmt_in->mbus_code == MEDIA_BUS_FMT_SPD_2X8 || in get_csi_fmt_val() 1961 cif_fmt_in->mbus_code == MEDIA_BUS_FMT_EBD_1X8) { in get_csi_fmt_val() 1976 } else if (cif_fmt_in->csi_fmt_val == CSI_WRDDR_TYPE_RGB888) { in get_csi_fmt_val() 1979 csi_fmt_val = cif_fmt_in->csi_fmt_val; in get_csi_fmt_val() [all …]
|
D | cif-luma.h | 71 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in);
|
D | cif-luma.c | 394 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in) in rkcif_start_luma() argument 398 if (cif_fmt_in->fmt_type != CIF_FMT_TYPE_RAW) in rkcif_start_luma() 401 switch (cif_fmt_in->mbus_code) { in rkcif_start_luma()
|
D | dev.h | 471 const struct cif_input_fmt *cif_fmt_in; member 510 const struct cif_input_fmt *cif_fmt_in; member
|
D | procfs.c | 296 rkcif_pixelcode_to_string(stream->cif_fmt_in->mbus_code), in rkcif_show_format()
|