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

  /device/samsung/tuna/liblight/
lights.c 35 #define IMAX 0 // 12.75mA power consumption
109 int imax = IMAX; local
116 err = ioctl(fd, AN30259A_PR_SET_IMAX, &imax);
118 ALOGE("failed to set imax");
  /external/speex/libspeex/
resample.c 91 #define IMAX(a,b) ((a) > (b) ? (a) : (b))
    [all...]

Completed in 1432 milliseconds