Searched refs:maxLatency (Results 1 – 3 of 3) sorted by relevance
455 int maxLatency = mStaticInfo.getSyncMaxLatency(); in captureRequestsSynchronized() local456 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) { in captureRequestsSynchronized()457 maxLatency = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY; in captureRequestsSynchronized()460 assertTrue("maxLatency is non-negative", maxLatency >= 0); in captureRequestsSynchronized()462 int numCaptures = maxLatency + count; in captureRequestsSynchronized()503 int maxLatency = mStaticInfo.getSyncMaxLatency(); in waitForSettingsApplied() local504 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) { in waitForSettingsApplied()505 maxLatency = numResultWaitForUnknownLatency; in waitForSettingsApplied()508 waitForNumResults(resultListener, maxLatency); in waitForSettingsApplied()
7220 uint32_t maxLatency = 0; in checkOutputForAttributes() local7243 if (desc->isStrategyActive(psId) && maxLatency < desc->latency()) { in checkOutputForAttributes()7244 maxLatency = desc->latency(); in checkOutputForAttributes()7258 if (desc->isStrategyActive(psId) && maxLatency < desc->latency()) { in checkOutputForAttributes()7259 maxLatency = desc->latency(); in checkOutputForAttributes()7295 setStrategyMute(psId, false, desc, maxLatency * LATENCY_MUTE_FACTOR, in checkOutputForAttributes()7655 uint32_t maxLatency = 0; in setBeaconMute() local7665 if (desc->isActive(latency * 2) && latency > maxLatency) { in setBeaconMute()7666 maxLatency = latency; in setBeaconMute()7670 return maxLatency; in setBeaconMute()
4089 const double minLatency = 0., maxLatency = 5000.; in threadLoop() local4090 if (latencyMs >= minLatency && latencyMs <= maxLatency) { in threadLoop()4094 latencyMs = std::clamp(latencyMs, minLatency, maxLatency); in threadLoop()