Home
last modified time | relevance | path

Searched refs:CAM_SENSOR_YUV (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_exif.c621 if ((hal_version != CAM_HAL_V1) || (p_sensor_params.sens_type != CAM_SENSOR_YUV)) { in process_meta_data()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h1434 CAM_SENSOR_YUV, enumerator
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1547 CAM_SENSOR_YUV:CAM_SENSOR_RAW); in get_sensor_info()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp2489 if (getSensorType() == CAM_SENSOR_YUV && bufferCnt > CAMERA_ISP_PING_PONG_BUFFERS) { in getBufNumRequired()
2513 if (getSensorType() == CAM_SENSOR_YUV && bufferCnt > CAMERA_ISP_PING_PONG_BUFFERS) { in getBufNumRequired()
8982 if (getSensorType() != CAM_SENSOR_YUV) { in getExifData()
DQCameraParameters.cpp5552 if(m_pCapability->sensor_type.sens_type != CAM_SENSOR_YUV) { in initDefaultParameters()
13366 (m_pCapability->sensor_type.sens_type == CAM_SENSOR_YUV)) { in updatePpFeatureMask()
13510 (m_pCapability->sensor_type.sens_type == CAM_SENSOR_YUV)) { in isUBWCEnabled()