HomeSort by relevance Sort by last modified time
    Searched refs:supported_raw_fmts (Results 1 - 9 of 9) sorted by null

  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 108 CDBG_ERROR("%s: supported_raw_fmts[%d]=%d\n", __func__, i, cam_cap->supported_raw_fmts[i]);
109 if (((CAM_FORMAT_BAYER_MIPI_RAW_8BPP_GBRG <= cam_cap->supported_raw_fmts[i]) &&
110 (CAM_FORMAT_BAYER_MIPI_RAW_12BPP_BGGR >= cam_cap->supported_raw_fmts[i])) ||
111 (cam_cap->supported_raw_fmts[i] == CAM_FORMAT_META_RAW_8BIT) ||
112 (cam_cap->supported_raw_fmts[i] == CAM_FORMAT_JPEG_RAW_8BIT))
114 fmt = cam_cap->supported_raw_fmts[i];
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 106 CDBG_ERROR("%s: supported_raw_fmts[%d]=%d\n", __func__, i, cam_cap->supported_raw_fmts[i]);
107 if (CAM_FORMAT_BAYER_MIPI_RAW_8BPP_GBRG <= cam_cap->supported_raw_fmts[i] &&
108 CAM_FORMAT_BAYER_MIPI_RAW_12BPP_BGGR >= cam_cap->supported_raw_fmts[i])
110 fmt = cam_cap->supported_raw_fmts[i];
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 106 CDBG_ERROR("%s: supported_raw_fmts[%d]=%d\n", __func__, i, cam_cap->supported_raw_fmts[i]);
107 if (CAM_FORMAT_BAYER_MIPI_RAW_8BPP_GBRG <= cam_cap->supported_raw_fmts[i] &&
108 CAM_FORMAT_BAYER_MIPI_RAW_12BPP_BGGR >= cam_cap->supported_raw_fmts[i])
110 fmt = cam_cap->supported_raw_fmts[i];
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 148 cam_format_t supported_raw_fmts[CAM_FORMAT_MAX]; member in struct:__anon2633
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 154 cam_format_t supported_raw_fmts[CAM_FORMAT_MAX]; member in struct:__anon3127
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 155 cam_format_t supported_raw_fmts[CAM_FORMAT_MAX]; member in struct:__anon4184
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 910 milliseconds