Searched refs:FMT_FBCGAIN (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | common.h | 91 enum rkisp_fmt_pix_type { FMT_YUV, FMT_RGB, FMT_BAYER, FMT_JPEG, FMT_FBCGAIN, FMT_EBD, FMT_SPD, FMT_FBC, FMT_MAX }; enumerator
|
H A D | capture.c | 752 .fmt_type = FMT_FBCGAIN,
1012 /* FMT_FBCGAIN: uv address is y size offset need 64 align
in rkisp_set_fmt() 1017 if (fmt->fmt_type == FMT_FBCGAIN && i == 0) {
in rkisp_set_fmt() 1031 if (fmt->mplanes == 1 || fmt->fmt_type == FMT_FBCGAIN) {
in rkisp_set_fmt()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | common.h | 96 FMT_FBCGAIN, enumerator
|
H A D | capture.c | 742 .fmt_type = FMT_FBCGAIN, 1016 /* FMT_FBCGAIN: uv address is y size offset need 64 align in rkisp_set_fmt() 1021 if (fmt->fmt_type == FMT_FBCGAIN && i == 0) in rkisp_set_fmt() 1034 if (fmt->mplanes == 1 || fmt->fmt_type == FMT_FBCGAIN) in rkisp_set_fmt()
|
Completed in 6 milliseconds