HomeSort by relevance Sort by last modified time
    Searched defs:maxh (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/test/
tjunittest.c 391 int maxh=(w==1)? 2048:48; local
392 for(h=1; h<maxh; h++)
  /external/libjpeg-turbo/
tjunittest.c 610 int maxh=(w==1)? 2048:48; local
611 for(h=1; h<maxh; h++)
  /external/libjpeg-turbo/java/
TJUnitTest.java 861 int maxh = (w == 1) ? 2048 : 48; local
862 for (h = 1; h < maxh; h++) {
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 174 OPJ_UINT32 maxh = local
177 max_size *= maxh;
210 OPJ_UINT32 maxh = local
213 max_size *= maxh;
224 for (uint32_t i = 0; i < maxh; ++i) {
257 img->comps[1].h = maxh;
259 img->comps[2].h = maxh;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 7633 int maxh = (int)(realdw\/1.3f); local
    [all...]

Completed in 726 milliseconds