OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxIdx
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp
140
int32_t
maxIdx
= 0;
146
maxIdx
= i;
149
max->width = data[
maxIdx
];
150
max->height = data[
maxIdx
+ 1];
151
*idx =
maxIdx
;
504
int32_t minIdx,
maxIdx
;
506
GetMaxSize(data, count, &processedMaxSize, &
maxIdx
);
514
availableProcessedMinFrameDurations.data.i64[
maxIdx
/ 2];
527
GetMaxSize(data, count, &jpegMaxSize, &
maxIdx
);
528
ALOGV("Found Jpeg size max idx = %d",
maxIdx
);
[
all
...]
/frameworks/base/tools/aapt/
ResourceTable.cpp
368
ssize_t
maxIdx
= block.indexOfAttribute(NULL, "max");
369
if (
maxIdx
>= 0) {
370
String16 val = String16(block.getAttributeStringValue(
maxIdx
, &len));
384
if ((minIdx >= 0 ||
maxIdx
>= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
[
all
...]
Completed in 69 milliseconds