Searched refs:imax (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DFakeCamera.cpp90 const int imax = (int)( (kYr + kYb)*(31 << 2) + (61 << 3) + 0.1 ); local
93 gYTable = (uint8_t *)malloc(imax);
95 for(i=0; i<imax; i++) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java295 int imax = 300;
296 while((availableBlks > thresholdBlks) &&(i < imax)) {
707 int imax = fileList.length;
709 for(int i = 0; i < imax; i++) {
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp77 int bits, imax, imin, i; local
103 imax = 1 << (bits >> 1);
104 imin = imax >> 1;
106 for (i = imin; i < imax; i++) mvbits[-i] = mvbits[i] = bits;

Completed in 106 milliseconds