Searched refs:faceDetectionLastOutput (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp442 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[
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFD.cpp450 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/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h829 camera_face_t faceDetectionLastOutput [MAX_NUM_FACES_SUPPORTED]; member in class:android::OMXCameraAdapter
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h1045 camera_face_t faceDetectionLastOutput[MAX_NUM_FACES_SUPPORTED]; member in class:Ti::Camera::OMXCameraAdapter

Completed in 34 milliseconds