Home
last modified time | relevance | path

Searched refs:isp_fmt (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v1x.c604 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mp_enable_mi() local
607 if (isp_fmt->fmt_type == FMT_BAYER) in mp_enable_mi()
609 else if (isp_fmt->fmt_type == FMT_YUV) in mp_enable_mi()
714 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mi_frame_end() local
726 for (i = 0; i < isp_fmt->mplanes; i++) { in mi_frame_end()
849 const struct capture_fmt *isp_fmt = NULL; in rkisp_queue_setup() local
853 isp_fmt = &stream->out_isp_fmt; in rkisp_queue_setup()
854 *num_planes = isp_fmt->mplanes; in rkisp_queue_setup()
856 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp_queue_setup()
863 sizes[i] = (isp_fmt->fmt_type == FMT_YUV) ? in rkisp_queue_setup()
[all …]
H A Dcapture_v20.c1038 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mp_enable_mi() local
1041 if (isp_fmt->fmt_type == FMT_BAYER) in mp_enable_mi()
1043 else if (isp_fmt->fmt_type == FMT_YUV) in mp_enable_mi()
1360 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mi_frame_end() local
1381 for (i = 0; i < isp_fmt->mplanes; i++) { in mi_frame_end()
1438 if (stream->id == RKISP_STREAM_SP && isp_fmt->fmt_type == FMT_FBCGAIN) { in mi_frame_end()
1451 } else if (stream->id == RKISP_STREAM_SP && isp_fmt->fmt_type == FMT_FBCGAIN) { in mi_frame_end()
1584 const struct capture_fmt *isp_fmt = NULL; in rkisp_queue_setup() local
1588 isp_fmt = &stream->out_isp_fmt; in rkisp_queue_setup()
1589 *num_planes = isp_fmt->mplanes; in rkisp_queue_setup()
[all …]
H A Dcapture_v30.c694 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mp_enable_mi() local
698 if (isp_fmt->fmt_type == FMT_BAYER) in mp_enable_mi()
958 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mi_frame_end() local
989 for (i = 0; i < isp_fmt->mplanes; i++) { in mi_frame_end()
1121 const struct capture_fmt *isp_fmt = NULL; in rkisp_queue_setup() local
1125 isp_fmt = &stream->out_isp_fmt; in rkisp_queue_setup()
1126 *num_planes = isp_fmt->mplanes; in rkisp_queue_setup()
1128 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp_queue_setup()
1135 sizes[i] = (isp_fmt->fmt_type == FMT_YUV) ? in rkisp_queue_setup()
1160 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in rkisp_buf_queue() local
[all …]
H A Ddmarx.c549 const struct capture_fmt *isp_fmt = NULL; in rkisp_queue_setup() local
553 isp_fmt = &stream->out_isp_fmt; in rkisp_queue_setup()
555 *num_planes = isp_fmt->mplanes; in rkisp_queue_setup()
557 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp_queue_setup()
583 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in rkisp_buf_queue() local
589 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp_buf_queue()
596 isp_fmt->fmt_type == FMT_BAYER && in rkisp_buf_queue()
621 if (isp_fmt->mplanes == 1) { in rkisp_buf_queue()
622 for (i = 0; i < isp_fmt->cplanes - 1; i++) { in rkisp_buf_queue()
H A Dcapture_v21.c938 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mp_enable_mi() local
941 if (isp_fmt->fmt_type == FMT_BAYER) in mp_enable_mi()
1204 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mi_frame_end() local
1225 for (i = 0; i < isp_fmt->mplanes; i++) { in mi_frame_end()
1416 const struct capture_fmt *isp_fmt = NULL; in rkisp_queue_setup() local
1420 isp_fmt = &stream->out_isp_fmt; in rkisp_queue_setup()
1421 *num_planes = isp_fmt->mplanes; in rkisp_queue_setup()
1423 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp_queue_setup()
1430 sizes[i] = (isp_fmt->fmt_type == FMT_YUV) ? in rkisp_queue_setup()
1455 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in rkisp_buf_queue() local
[all …]
H A Dcapture_v32.c937 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mp_enable_mi() local
941 if (isp_fmt->fmt_type == FMT_BAYER) in mp_enable_mi()
1386 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mi_frame_end() local
1428 for (i = 0; i < isp_fmt->mplanes; i++) { in mi_frame_end()
1575 const struct capture_fmt *isp_fmt = NULL; in rkisp_queue_setup() local
1579 isp_fmt = &stream->out_isp_fmt; in rkisp_queue_setup()
1580 *num_planes = isp_fmt->mplanes; in rkisp_queue_setup()
1582 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp_queue_setup()
1592 sizes[i] = (isp_fmt->fmt_type == FMT_YUV) ? in rkisp_queue_setup()
1617 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in rkisp_buf_queue() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Ddmarx.c258 const struct capture_fmt *isp_fmt = NULL; in rkisp1_queue_setup() local
262 isp_fmt = &stream->out_isp_fmt; in rkisp1_queue_setup()
264 *num_planes = isp_fmt->mplanes; in rkisp1_queue_setup()
266 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp1_queue_setup()
291 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in rkisp1_buf_queue() local
295 for (i = 0; i < isp_fmt->mplanes; i++) in rkisp1_buf_queue()
302 if (isp_fmt->mplanes == 1) { in rkisp1_buf_queue()
303 for (i = 0; i < isp_fmt->cplanes - 1; i++) { in rkisp1_buf_queue()
H A Dcapture.c970 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mp_enable_mi() local
973 if (isp_fmt->fmt_type == FMT_BAYER) in mp_enable_mi()
975 else if (isp_fmt->fmt_type == FMT_YUV) in mp_enable_mi()
1108 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in mi_frame_end() local
1120 for (i = 0; i < isp_fmt->mplanes; i++) { in mi_frame_end()
1292 const struct capture_fmt *isp_fmt = NULL; in rkisp1_queue_setup() local
1296 isp_fmt = &stream->out_isp_fmt; in rkisp1_queue_setup()
1297 *num_planes = isp_fmt->mplanes; in rkisp1_queue_setup()
1299 for (i = 0; i < isp_fmt->mplanes; i++) { in rkisp1_queue_setup()
1324 struct capture_fmt *isp_fmt = &stream->out_isp_fmt; in rkisp1_buf_queue() local
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp5983 struct v4l2_subdev_format isp_fmt; in get_stream_format() local
5984 isp_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in get_stream_format()
5985 isp_fmt.pad = 2; in get_stream_format()
5986 ret = mIspCoreDev->getFormat(isp_fmt); in get_stream_format()
5990 format.fmt.pix.width = isp_fmt.format.width; in get_stream_format()
5991 format.fmt.pix.height = isp_fmt.format.height; in get_stream_format()
5992 format.fmt.pix.pixelformat = get_v4l2_pixelformat(isp_fmt.format.code); in get_stream_format()