Searched defs:trans_bot (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp322 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] -

Completed in 4 milliseconds