Searched refs:maxFps (Results 1 – 5 of 5) sorted by relevance
655 int maxFps = rate[Camera.Parameters.PREVIEW_FPS_MAX_INDEX]; in getPhotoPreviewFpsRange() local656 if (maxFps > bestMax || (maxFps == bestMax && minFps > bestMin)) { in getPhotoPreviewFpsRange()658 bestMax = maxFps; in getPhotoPreviewFpsRange()
135 status_t setMaxFps(float maxFps);
1047 status_t GraphicBufferSource::setMaxFps(float maxFps) { in setMaxFps() argument1055 status_t err = mFrameDropper->setMaxFrameRate(maxFps); in setMaxFps()
1511 float maxFps; in setInternalOption() local1512 if (!getInternalOption(data, size, &maxFps)) { in setInternalOption()1516 CLOG_CONFIG(setInternalOption, "maxFps=%f", maxFps); in setInternalOption()1517 return bufferSource->setMaxFps(maxFps); in setInternalOption()
1405 int minFps, maxFps; in getAeAvailableTargetFpsRangesChecked() local1409 maxFps = fpsRanges[i].getUpper(); in getAeAvailableTargetFpsRangesChecked()1411 minFps > 0 && maxFps >= minFps); in getAeAvailableTargetFpsRangesChecked()