Searched refs:supported_raw_fmts (Results 1 - 4 of 4) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c112 LOGE(" supported_raw_fmts[%zd]=%d\n",
113 i, (int)cam_cap->supported_raw_fmts[i]);
114 if (((CAM_FORMAT_BAYER_MIPI_RAW_8BPP_GBRG <= cam_cap->supported_raw_fmts[i]) &&
115 (CAM_FORMAT_BAYER_MIPI_RAW_12BPP_BGGR >= cam_cap->supported_raw_fmts[i])) ||
116 (cam_cap->supported_raw_fmts[i] == CAM_FORMAT_META_RAW_8BIT) ||
117 (cam_cap->supported_raw_fmts[i] == CAM_FORMAT_JPEG_RAW_8BIT) ||
118 (cam_cap->supported_raw_fmts[i] == CAM_FORMAT_BAYER_MIPI_RAW_14BPP_BGGR))
120 fmt = cam_cap->supported_raw_fmts[i];
/device/google/marlin/camera/QCamera2/stack/common/
H A Dcam_intf.h279 cam_format_t supported_raw_fmts[CAM_FORMAT_MAX]; member in struct:__anon489
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
H A Dcam_intf.h279 cam_format_t supported_raw_fmts[CAM_FORMAT_MAX]; member in struct:__anon847
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraParameters.cpp5320 m_pCapability->supported_raw_fmts,

Completed in 311 milliseconds