Searched defs:_mxc_csi2_req_t (Results 1 – 1 of 1) sorted by relevance
279 struct _mxc_csi2_req_t { struct280 uint32_t pixels_per_line; ///< Image Width281 uint32_t lines_per_frame; ///< Image Height282 uint32_t bits_per_pixel_odd; ///< Bits Per Pixel Odd283 uint32_t bits_per_pixel_even; ///< Bits Per Pixel Even284 uint32_t frame_num; ///< Number of frames to capture286 … ///< Callback triggered for each image row. Application code must implement this to offload data.288 uint8_t process_raw_to_rgb; ///< Select if processing RAW data to RGB type289 mxc_csi2_rgb_type_t rgb_type; ///< Select final processed RGB type290 mxc_csi2_raw_format_t raw_format; ///< Select RAW format[all …]