OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minIdx
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
ps_decode_bs_utils.cpp
156
Int32
minIdx
,
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
94
Int32
minIdx
,
/frameworks/base/tools/aapt/
ResourceTable.cpp
348
ssize_t
minIdx
= block.indexOfAttribute(NULL, "min");
349
if (
minIdx
>= 0) {
350
String16 val = String16(block.getAttributeStringValue(
minIdx
, &len));
382
if ((
minIdx
>= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
[
all
...]
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
Completed in 27 milliseconds