OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trans_top
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp
322
int trans_left,
trans_top
, trans_right, trans_bot;
local
365
trans_top
= 3; // bottom is now top
371
trans_top
= 1; // top
406
faces[i].rect[
trans_top
] = tmp;
416
faces[i].rect[trans_bot] = faces[i].rect[
trans_top
] + tmp;
435
int centerY = (faces[i].rect[
trans_top
] + faces[i].rect[trans_bot] ) / 2;
438
int sizeY = (faces[i].rect[trans_bot] - faces[i].rect[
trans_top
] ) ;
444
int tempCenterY = (faceDetectionLastOutput[j].rect[
trans_top
] +
449
faceDetectionLastOutput[j].rect[
trans_top
] ) ;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFD.cpp
328
int trans_left,
trans_top
, trans_right, trans_bot;
local
372
trans_top
= 3; // bottom is now top
378
trans_top
= 1; // top
413
faces[i].rect[
trans_top
] = tmp;
423
faces[i].rect[trans_bot] = faces[i].rect[
trans_top
] + tmp;
443
int centerY = (faces[i].rect[
trans_top
] + faces[i].rect[trans_bot] ) / 2;
446
int sizeY = (faces[i].rect[trans_bot] - faces[i].rect[
trans_top
] ) ;
452
int tempCenterY = (faceDetectionLastOutput[j].rect[
trans_top
] +
457
faceDetectionLastOutput[j].rect[
trans_top
] ) ;
Completed in 90 milliseconds