Searched refs:fd_type (Results 1 – 4 of 4) sorted by relevance
8259 qcamera_face_detect_type_t fd_type = faces_data->detection_data.fd_type; in processFaceDetectionResult() local8262 (fd_type == QCAMERA_FD_PREVIEW && !msgTypeEnabled(CAMERA_MSG_PREVIEW_METADATA)) || in processFaceDetectionResult()8265 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()8272 if ((fd_type == QCAMERA_FD_PREVIEW) && (detect_data->update_flag == FALSE)) { in processFaceDetectionResult()8289 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()8293 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()8322 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()8325 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()8460 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()8464 else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
205 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT; in zsl_channel_cb()2081 … faces_data.detection_data.fd_type = QCAMERA_FD_PREVIEW; //HARD CODE here before MCT can support in metadata_stream_cb_routine()
1230 qcamera_face_detect_type_t fd_type; /* face detect for preview or snapshot frame*/ member