Searched refs:fd_type (Results 1 – 2 of 2) sorted by relevance
9091 qcamera_face_detect_type_t fd_type = faces_data->detection_data.fd_type; in processFaceDetectionResult() local9094 (fd_type == QCAMERA_FD_PREVIEW && !msgTypeEnabled(CAMERA_MSG_PREVIEW_METADATA)) || in processFaceDetectionResult()9097 || (fd_type == QCAMERA_FD_SNAPSHOT && !msgTypeEnabled(CAMERA_MSG_META_DATA)) in processFaceDetectionResult()9104 if ((fd_type == QCAMERA_FD_PREVIEW) && (detect_data->update_flag == FALSE)) { in processFaceDetectionResult()9121 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()9125 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()9154 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()9157 }else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()9344 if(fd_type == QCAMERA_FD_PREVIEW){ in processFaceDetectionResult()9348 else if(fd_type == QCAMERA_FD_SNAPSHOT){ in processFaceDetectionResult()
208 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT; in zsl_channel_cb()2209 … faces_data.detection_data.fd_type = QCAMERA_FD_PREVIEW; //HARD CODE here before MCT can support in metadata_stream_cb_routine()