OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trans_bot
(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
367
trans_bot
= 1; // top is not bottom
373
trans_bot
= 3; // bottom
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] ) ;
445
faceDetectionLastOutput[j].rect[
trans_bot
] ) / 2;
448
int tempSizeY = (faceDetectionLastOutput[j].rect[
trans_bot
] -
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFD.cpp
328
int trans_left, trans_top, trans_right,
trans_bot
;
local
374
trans_bot
= 1; // top is not bottom
380
trans_bot
= 3; // bottom
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] ) ;
453
faceDetectionLastOutput[j].rect[
trans_bot
] ) / 2;
456
int tempSizeY = (faceDetectionLastOutput[j].rect[
trans_bot
] -
Completed in 591 milliseconds