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

  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_decode_bs_utils.cpp 157 Int32 maxIdx)
168 *(ptr_aIndex) = limitMinMax(*ptr_aIndex, minIdx, maxIdx);
173 *(ptr_aIndex) = limitMinMax(aIndex[i-1] + *ptr_aIndex, minIdx, maxIdx);
183 *(ptr_aIndex) = limitMinMax(aPrevFrameIndex[i] + *ptr_aIndex, minIdx, maxIdx);
191 *(ptr_aIndex) = limitMinMax(aPrevFrameIndex[(i<<1)] + *ptr_aIndex, minIdx, maxIdx);
ps_decode_bs_utils.h 95 Int32 maxIdx);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 367 ssize_t maxIdx = block.indexOfAttribute(NULL, "max");
368 if (maxIdx >= 0) {
369 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
383 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
    [all...]

Completed in 66 milliseconds