Searched refs:fd_type (Results 1 – 3 of 3) sorted by relevance
5040 qcamera_face_detect_type_t fd_type = fd_data->fd_type; in processFaceDetectionResult() local5042 (fd_type == QCAMERA_FD_PREVIEW && !msgTypeEnabled(CAMERA_MSG_PREVIEW_METADATA)) in processFaceDetectionResult()5044 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()5063 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()5067 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()5095 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()5097 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()5196 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()5200 else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
189 faces_data.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support in zsl_channel_cb()1308 faces_data->fd_type = QCAMERA_FD_PREVIEW; //HARD CODE here before MCT can support in metadata_stream_cb_routine()
830 qcamera_face_detect_type_t fd_type; /* face detect for preview or snapshot frame*/ member