Searched defs:cam_capability (Results 1 – 1 of 1) sorted by relevance
238 typedef struct cam_capability{ struct239 cam_hal_version_t version;241 cam_position_t position; /* sensor position: front, back */243 uint8_t auto_hdr_supported;245 uint16_t isWnrSupported;247 size_t supported_iso_modes_cnt;248 cam_iso_mode_type supported_iso_modes[CAM_ISO_MODE_MAX];251 size_t supported_flash_modes_cnt;252 cam_flash_mode_t supported_flash_modes[CAM_FLASH_MODE_MAX];254 size_t zoom_ratio_tbl_cnt; /* table size for zoom ratios */[all …]