Searched refs:CLAMP_ATTR (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ | ||
D | psb_overlay.h | 78 #define CLAMP_ATTR(a,max,min) (a>max?max:(a<min?min:a)) macro |
D | psb_output.c | 2092 #define CLAMP_ATTR(a,max,min) (a>max?max:(a<min?min:a)) macro |