Searched refs:cif_fmt_in (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A 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_READY) {
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_info *csi_info)
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_1X8) {
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 in get_csi_fmt_val() 4064 const struct cif_input_fmt *cif_fmt_in = NULL; rkcif_set_fmt() local [all...] |
H A 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()
|
H A 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);
|
H A D | procfs.c | 294 seq_printf(f, "\tformat:%s/%ux%u@%d\n", rkcif_pixelcode_to_string(stream->cif_fmt_in->mbus_code), rect->width, in rkcif_show_format()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A 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 in get_csi_fmt_val() 4215 const struct cif_input_fmt *cif_fmt_in = NULL; rkcif_set_fmt() local [all...] |
H A D | cif-luma.h | 71 void rkcif_start_luma(struct rkcif_luma_vdev *luma_vdev, const struct cif_input_fmt *cif_fmt_in);
|
H A 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()
|
H A D | dev.h | 471 const struct cif_input_fmt *cif_fmt_in; member 510 const struct cif_input_fmt *cif_fmt_in; member
|
H A D | procfs.c | 296 rkcif_pixelcode_to_string(stream->cif_fmt_in->mbus_code), in rkcif_show_format()
|
Completed in 16 milliseconds