Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h1054 QCAMERA_FD_SNAPSHOT enumerator
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp8135 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()
8163 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
8195 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
8334 else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
DQCamera2HWICallbacks.cpp208 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT; in zsl_channel_cb()