Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h789 QCAMERA_FD_SNAPSHOT enumerator
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.cpp5044 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()
5067 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
5097 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
5200 else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
DQCamera2HWICallbacks.cpp189 faces_data.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support in zsl_channel_cb()