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

  /device/google/marlin/camera/QCamera2/HAL/
QCameraStateMachine.h 174 cam_faces_data_t faces_data; member in union:qcamera::__anon3428::__anon3429
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...]
  /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::__anon4062::__anon4063
  /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::__anon4614::__anon4615
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 1698 cam_face_detection_data_t faces_data; \/* face detection result *\/ member in struct:__anon3666
    [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:__anon4252
    [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:__anon4804
    [all...]

Completed in 4639 milliseconds