Home | History | Annotate | Download | only in camera2

Lines Matching refs:maxIdx

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);