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

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c791 static __u32 add_scaling_score(__u32 score, argument
802 score = (((score & ~1) | upscale) << 1) | (score & 1);
806 score = (score << 5) | (16 * area / ext_area);
808 score = (score << 5) | (16 * ext_area / area);
811 score = (score <<
861 __u32 score = 0; local
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h360 size_t score; member in struct:android::CameraHalEvent::FaceData_t

Completed in 87 milliseconds