Home
last modified time | relevance | path

Searched refs:raw_format (Results 1 – 4 of 4) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CSI2/
Dcsi2_reva.c626 error = MXC_CSI2_VFIFO_SetRAWFormat(req->raw_format); in MXC_CSI2_RevA_VFIFO_ProcessRAWtoRGB()
898 int MXC_CSI2_RevA_VFIFO_SetRAWFormat(mxc_csi2_reva_regs_t *csi2, mxc_csi2_raw_format_t raw_format) in MXC_CSI2_RevA_VFIFO_SetRAWFormat() argument
901 if (raw_format < MXC_CSI2_FORMAT_RGRG_GBGB || raw_format > MXC_CSI2_FORMAT_BGBG_GRGR) { in MXC_CSI2_RevA_VFIFO_SetRAWFormat()
905 MXC_SETFIELD(csi2->vfifo_raw_ctrl, MXC_F_CSI2_REVA_VFIFO_RAW_CTRL_RAW_FMT, raw_format); in MXC_CSI2_RevA_VFIFO_SetRAWFormat()
912 int raw_format; in MXC_CSI2_RevA_VFIFO_GetRAWFormat() local
915 raw_format = (csi2->vfifo_raw_ctrl & MXC_F_CSI2_REVA_VFIFO_RAW_CTRL_RAW_FMT) >> in MXC_CSI2_RevA_VFIFO_GetRAWFormat()
918 switch (raw_format) { in MXC_CSI2_RevA_VFIFO_GetRAWFormat()
Dcsi2_ai87.c239 int MXC_CSI2_VFIFO_SetRAWFormat(mxc_csi2_raw_format_t raw_format) in MXC_CSI2_VFIFO_SetRAWFormat() argument
241 return MXC_CSI2_RevA_VFIFO_SetRAWFormat((mxc_csi2_reva_regs_t *)MXC_CSI2, raw_format); in MXC_CSI2_VFIFO_SetRAWFormat()
Dcsi2_reva.h134 int MXC_CSI2_RevA_VFIFO_SetRAWFormat(mxc_csi2_reva_regs_t *csi2, mxc_csi2_raw_format_t raw_format);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX78002/
Dcsi2.h290 mxc_csi2_raw_format_t raw_format; ///< Select RAW format member
524 int MXC_CSI2_VFIFO_SetRAWFormat(mxc_csi2_raw_format_t raw_format);