HomeSort by relevance Sort by last modified time
    Searched refs:CLAMP_ATTR (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
psb_overlay.h 78 #define CLAMP_ATTR(a,max,min) (a>max?max:(a<min?min:a))
psb_output.c     [all...]

Completed in 379 milliseconds