HomeSort by relevance Sort by last modified time
    Searched refs:faceDetectionLastOutput (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 442 int tempCenterX = (faceDetectionLastOutput[j].rect[trans_left] +
443 faceDetectionLastOutput[j].rect[trans_right] ) / 2;
444 int tempCenterY = (faceDetectionLastOutput[j].rect[trans_top] +
445 faceDetectionLastOutput[j].rect[trans_bot] ) / 2;
446 int tempSizeX = (faceDetectionLastOutput[j].rect[trans_right] -
447 faceDetectionLastOutput[j].rect[trans_left] ) ;
448 int tempSizeY = (faceDetectionLastOutput[j].rect[trans_bot] -
449 faceDetectionLastOutput[j].rect[trans_top] ) ;
461 faces[i] = faceDetectionLastOutput[j];
475 faceDetectionLastOutput[i] = faces[i]
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFD.cpp 450 int tempCenterX = (faceDetectionLastOutput[j].rect[trans_left] +
451 faceDetectionLastOutput[j].rect[trans_right] ) / 2;
452 int tempCenterY = (faceDetectionLastOutput[j].rect[trans_top] +
453 faceDetectionLastOutput[j].rect[trans_bot] ) / 2;
454 int tempSizeX = (faceDetectionLastOutput[j].rect[trans_right] -
455 faceDetectionLastOutput[j].rect[trans_left] ) ;
456 int tempSizeY = (faceDetectionLastOutput[j].rect[trans_bot] -
457 faceDetectionLastOutput[j].rect[trans_top] ) ;
479 faceDetectionLastOutput[i] = faces[i];
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 829 camera_face_t faceDetectionLastOutput [MAX_NUM_FACES_SUPPORTED];
    [all...]

Completed in 52 milliseconds