HomeSort by relevance Sort by last modified time
    Searched defs:faces_data (Results 1 - 15 of 15) sorted by null

  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 154 cam_face_detection_data_t faces_data; member in union:qcamera::__anon4652::__anon4653
QCamera2HWICallbacks.cpp 183 cam_face_detection_data_t faces_data; local
185 faces_data = *((cam_face_detection_data_t *)
189 faces_data.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
191 faces_data.num_faces_detected = 0;
192 }else if(faces_data.num_faces_detected > MAX_ROI){
194 __func__, faces_data.num_faces_detected);
201 payload->faces_data = faces_data;
1298 cam_face_detection_data_t *faces_data = (cam_face_detection_data_t *) local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 202 cam_face_detection_data_t faces_data; local
205 faces_data = *p_faces_data;
208 memset(&faces_data, 0, sizeof(cam_face_detection_data_t));
210 faces_data.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
212 faces_data.num_faces_detected = 0;
213 }else if(faces_data.num_faces_detected > MAX_ROI){
215 __func__, faces_data.num_faces_detected);
222 payload->faces_data = faces_data;
    [all...]
QCameraStateMachine.h 162 cam_face_detection_data_t faces_data; member in union:qcamera::__anon3262::__anon3263
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 202 cam_face_detection_data_t faces_data; local
205 faces_data = *p_faces_data;
208 memset(&faces_data, 0, sizeof(cam_face_detection_data_t));
210 faces_data.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
212 faces_data.num_faces_detected = 0;
213 }else if(faces_data.num_faces_detected > MAX_ROI){
215 __func__, faces_data.num_faces_detected);
222 payload->faces_data = faces_data;
    [all...]
QCameraStateMachine.h 162 cam_face_detection_data_t faces_data; member in union:qcamera::__anon3814::__anon3815
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h 174 cam_faces_data_t faces_data; member in union:qcamera::__anon31311::__anon31312
QCamera2HWICallbacks.cpp 202 cam_faces_data_t faces_data; local
203 pme->fillFacesData(faces_data, pMetaData);
205 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT;
212 payload->faces_data = faces_data;
2069 cam_faces_data_t faces_data; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraStateMachine.h 175 cam_faces_data_t faces_data; member in union:qcamera::__anon31948::__anon31949
QCamera2HWICallbacks.cpp 205 cam_faces_data_t faces_data; local
206 pme->fillFacesData(faces_data, pMetaData);
208 faces_data.detection_data.fd_type = QCAMERA_FD_SNAPSHOT;
215 payload->faces_data = faces_data;
2094 cam_faces_data_t faces_data; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1025 cam_face_detection_data_t faces_data; /* face detection result */ member in struct:__anon4801
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 1382 cam_face_detection_data_t faces_data; \/* face detection result *\/ member in struct:__anon3452
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 1382 cam_face_detection_data_t faces_data; \/* face detection result *\/ member in struct:__anon4004
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 1697 cam_face_detection_data_t faces_data; \/* face detection result *\/ member in struct:__anon31549
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
cam_types.h 1753 cam_face_detection_data_t faces_data; \/* face detection result *\/ member in struct:__anon32202
    [all...]

Completed in 216 milliseconds