Home | History | Annotate | Download | only in camera2

Lines Matching refs:maxIdx

144         int32_t maxIdx = 0;
150 maxIdx = i;
153 max->width = data[maxIdx];
154 max->height = data[maxIdx + 1];
155 *idx = maxIdx;
513 int32_t minIdx, maxIdx;
515 GetMaxSize(data, count, &processedMaxSize, &maxIdx);
523 availableProcessedMinFrameDurations.data.i64[maxIdx / 2];
536 GetMaxSize(data, count, &jpegMaxSize, &maxIdx);
537 ALOGV("Found Jpeg size max idx = %d", maxIdx);