Searched refs:FMT_FBC (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | stream.c | 86 .wr_fmt = FMT_YUV422 | FMT_FBC, 92 .wr_fmt = FMT_YUV420 | FMT_FBC, 368 (fmt->wr_fmt & FMT_FBC || fmt->wr_fmt == FMT_YUV420)) { in rkispp_frame_end() 424 (fmt->wr_fmt & FMT_FBC || fmt->wr_fmt == FMT_YUV420)) { in rkispp_frame_end() 615 else if (stream->out_cap_fmt.wr_fmt & FMT_FBC) in secure_config_mb() 681 rkispp_clear_bits(dev, RKISPP_FEC_CTRL, FMT_FBC << 4); in is_stopped_mb() 689 rkispp_set_bits(dev, RKISPP_SHARP_CTRL, SW_SHP_WR_FORMAT_MASK, FMT_FBC); in is_stopped_mb() 876 cap_fmt->wr_fmt != FMT_FBC) ? in rkispp_queue_setup() 883 (cap_fmt->wr_fmt & FMT_FBC || cap_fmt->wr_fmt == FMT_YUV420)) { in rkispp_queue_setup() 927 height = (cap_fmt->wr_fmt & FMT_FBC) ? in rkispp_buf_queue() [all …]
|
| H A D | stream_v10.c | 282 fmt = dev->isp_mode & (FMT_YUV422 | FMT_FBC); in config_tnr() 289 w = (fmt & FMT_FBC) ? ALIGN(max_w, 16) : max_w; in config_tnr() 290 h = (fmt & FMT_FBC) ? ALIGN(max_h, 16) : max_h; in config_tnr() 291 addr_offs = (fmt & FMT_FBC) ? w * h >> 4 : w * h; in config_tnr() 294 if (fmt & FMT_FBC) in config_tnr() 354 if (fmt & FMT_FBC) { in config_tnr() 487 fmt = dev->isp_mode & (FMT_YUV422 | FMT_FBC); in config_nr_shp() 496 if (fmt & FMT_FBC) { in config_nr_shp() 502 addr_offs = (fmt & FMT_FBC) ? max_w * max_h >> 4 : max_w * max_h; in config_nr_shp() 557 rkispp_set_bits(dev, RKISPP_SHARP_CTRL, SW_SHP_WR_FORMAT_MASK, fmt & (~FMT_FBC)); in config_nr_shp() [all …]
|
| H A D | fec.c | 195 out_fmt = FMT_YUV422 | FMT_FBC; in fec_running() 198 out_fmt = FMT_YUV420 | FMT_FBC; in fec_running() 208 if (out_fmt & FMT_FBC) { in fec_running()
|
| H A D | procfs.c | 42 (dev->isp_mode & FMT_FBC) ? "FBC" : "YUV", in ispp_show()
|
| H A D | regs.h | 332 #define FMT_FBC BIT(0) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | common.h | 103 FMT_FBC, enumerator
|
| H A D | capture.c | 737 w = (fmt->fmt_type == FMT_FBC) ? in rkisp_set_fmt() 739 h = (fmt->fmt_type == FMT_FBC) ? in rkisp_set_fmt() 780 else if (fmt->fmt_type == FMT_FBC && i == 0) in rkisp_set_fmt() 782 else if (fmt->fmt_type == FMT_FBC) in rkisp_set_fmt()
|
| H A D | capture_v30.c | 184 .fmt_type = FMT_FBC, 191 .fmt_type = FMT_FBC, 1182 height = (isp_fmt->fmt_type == FMT_FBC) ? in rkisp_buf_queue() 1187 offset = (isp_fmt->fmt_type == FMT_FBC) ? in rkisp_buf_queue()
|
| H A D | common.c | 406 val = stream->out_isp_fmt.fmt_type == FMT_FBC ? in rkisp_alloc_common_dummy_buf()
|