OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:faceDetectionLastOutput
(Results
1 - 2
of
2
) 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/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
829
camera_face_t
faceDetectionLastOutput
[MAX_NUM_FACES_SUPPORTED];
[
all
...]
Completed in 38 milliseconds