Home
last modified time | relevance | path

Searched refs:FMT_YUV422 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dfec.c155 in_fmt = FMT_YC_SWAP | FMT_YUYV | FMT_YUV422; in fec_running()
159 in_fmt = FMT_YUYV | FMT_YUV422; in fec_running()
163 in_fmt = FMT_YUV422; in fec_running()
176 in_size = (in_fmt & FMT_YUV422) ? in fec_running()
181 out_fmt = FMT_YC_SWAP | FMT_YUYV | FMT_YUV422; in fec_running()
185 out_fmt = FMT_YUYV | FMT_YUV422; in fec_running()
189 out_fmt = FMT_YUV422; in fec_running()
195 out_fmt = FMT_YUV422 | FMT_FBC; in fec_running()
214 out_size += (out_fmt & FMT_YUV422) ? in fec_running()
H A Dstream.c34 .wr_fmt = FMT_YC_SWAP | FMT_YUYV | FMT_YUV422,
40 .wr_fmt = FMT_YUYV | FMT_YUV422,
46 .wr_fmt = FMT_YUV422,
62 .wr_fmt = FMT_YC_SWAP | FMT_YUYV | FMT_YUV422,
68 .wr_fmt = FMT_YUYV | FMT_YUV422,
74 .wr_fmt = FMT_YUV422,
86 .wr_fmt = FMT_YUV422 | FMT_FBC,
102 .wr_fmt = FMT_YUV422,
114 .wr_fmt = FMT_YUV422,
120 .wr_fmt = FMT_YC_SWAP | FMT_YUYV | FMT_YUV422,
[all …]
H A Dprocfs.c43 (dev->isp_mode & FMT_YUV422) ? "422" : "420", in ispp_show()
H A Dstream_v10.c282 fmt = dev->isp_mode & (FMT_YUV422 | FMT_FBC); in config_tnr()
292 pic_size = (fmt & FMT_YUV422) ? w * h * 2 : w * h * 3 >> 1; in config_tnr()
487 fmt = dev->isp_mode & (FMT_YUV422 | FMT_FBC); in config_nr_shp()
503 pic_size = (fmt & FMT_YUV422) ? w * h * 2 : w * h * 3 >> 1; in config_nr_shp()
632 fmt = dev->isp_mode & FMT_YUV422; in config_fec()
H A Dregs.h331 #define FMT_YUV422 BIT(1) macro
H A Dispp.c41 .wr_fmt = FMT_YUV422,
H A Dstream_v20.c79 fmt = FMT_YUV422; in config_fec()