Home | History | Annotate | Download | only in client2

Lines Matching refs:fps

209     // NOTE: Not scaled like FPS range values are.
216 // of setParameters(getParameters()) would keep the FPS range in higher
240 // from the [min, max] fps range use the max value
241 int fps = fpsFromRange(availableFpsRanges.data.i32[i],
245 if (sortedPreviewFrameRates.indexOf(fps) == NAME_NOT_FOUND) {
246 sortedPreviewFrameRates.add(fps);
257 fps);
913 // We'll set the target FPS range for still captures to be as wide
930 if ( (nextRange > curRange) || // Maximize size of FPS range first
931 (nextRange == curRange && // Then minimize low-end FPS
1210 * Use the single FPS value if it was set later than the range.
1226 ALOGE("%s: FPS was not set. One of %s or %s must be set.",
1232 ALOGV("%s: FPS range not set, using FPS single value",
1236 ALOGV("%s: FPS single not set, using FPS range value",
1244 LOG_ALWAYS_FATAL_IF(res != OK, "Impossibly bad FPS keys");
1250 ALOGV("%s: Preview FPS value is used from '%s'",
1259 // Ignore the FPS range if the FPS single has higher precedence
1261 ALOGV("%s: Preview FPS range (%d, %d)", __FUNCTION__,
1276 ALOGE("%s: Requested preview FPS range %d - %d is not supported",
1314 // - Use only if the single FPS value was set later than the FPS range
1317 ALOGV("%s: Preview FPS single value requested: %d",
1380 ALOGV("%s: New preview FPS range: %d, %d, recordingHint = %d",
1389 * Update Preview FPS and Preview FPS ranges based on
1393 * the FPS fields, not only the internal versions.
1397 * the same order for preview FPS.
1400 // Set fps single, then fps range (range wins)
1408 // Set fps range, then fps single (single wins)