Home
last modified time | relevance | path

Searched refs:QCAMERA_FD_SNAPSHOT (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1219 QCAMERA_FD_SNAPSHOT enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp9097 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()
9125 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
9157 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
9348 else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
DQCamera2HWICallbacks.cpp208 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT; in zsl_channel_cb()