Home
last modified time | relevance | path

Searched refs:max_windows (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_fac.cpp120 int max_windows = 8; in CLpd_FAC_GetMemory() local
122 FDK_ASSERT(*pState >= 0 && *pState < max_windows); in CLpd_FAC_GetMemory()
126 for (i = *pState; i < max_windows; i++) { in CLpd_FAC_GetMemory()
134 if (i == max_windows) { in CLpd_FAC_GetMemory()
/external/ImageMagick/MagickCore/
Dxwindow.c4013 max_windows = 0, in XGetWindowImage() local
4079 if (number_windows >= max_windows) in XGetWindowImage()
4084 max_windows+=1024; in XGetWindowImage()
4086 window_info=(WindowInfo *) AcquireQuantumMemory((size_t) max_windows, in XGetWindowImage()
4090 max_windows,sizeof(*window_info)); in XGetWindowImage()
4513 max_windows=0; in XGetWindowImage()