Searched refs:maxI (Results 1 – 2 of 2) sorted by relevance
268 int32_t maxI = INT32_MAX; in qpSpreadMaxPerFrameType() local269 AMediaFormat_getInt32(format, AMEDIAFORMAT_VIDEO_QP_I_MAX, &maxI); in qpSpreadMaxPerFrameType()270 int32_t value = std::min({qpOffered, qphigh, maxI}); in qpSpreadMaxPerFrameType()317 int32_t maxI = INT32_MAX; in qpVerifyMinMaxOrdering() local319 if (AMediaFormat_getInt32(format, AMEDIAFORMAT_VIDEO_QP_I_MAX, &maxI) in qpVerifyMinMaxOrdering()321 && minI > maxI) { in qpVerifyMinMaxOrdering()322 AMediaFormat_setInt32(format, AMEDIAFORMAT_VIDEO_QP_I_MIN, maxI); in qpVerifyMinMaxOrdering()
121 int maxI = countHasReachedMax ? numImages : count+1; in captureImages() local122 if(maxI != 0) { in captureImages()123 if (maxI == 1) mImagesSavedTextView.setText("Image Saved"); in captureImages()125 mImagesSavedTextView.setText("" + maxI + " Images Saved"); in captureImages()128 for (int i = 0; i < maxI; i++) { in captureImages()