Searched defs:maxIdx (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dps_decode_bs_utils.cpp157 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);
150 differential_Decoding(Int32 enable, Int32 *aIndex, Int32 *aPrevFrameIndex, Int32 DtDf, Int32 nrElements, Int32 stride, Int32 minIdx, Int32 maxIdx) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp366 ssize_t maxIdx = block.indexOfAttribute(NULL, "max"); local
367 if (maxIdx >= 0) {
368 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
382 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {

Completed in 124 milliseconds