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

  /bionic/linker/
ba.h 45 unsigned long max_order; member in struct:ba
ba.c 50 unsigned long max_order = ba_order(ba, ba->size); local
51 if (ba->max_order == 0 || ba->max_order > max_order)
52 ba->max_order = max_order;
106 if (order > ba->max_order)
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_tns.cpp 361 UInt max_order; local
382 max_order = 20;
386 max_order = 12;
397 max_order = 7;
475 if (tempInt > max_order)
477 pFilt->order = max_order;

Completed in 93 milliseconds