Home | History | Annotate | Download | only in device3

Lines Matching refs:maxExpectedDuration

345     nsecs_t maxExpectedDuration = getExpectedInFlightDuration();
357 res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration);
360 maxExpectedDuration);
1598 nsecs_t maxExpectedDuration = getExpectedInFlightDuration();
1619 res = internalPauseAndWaitLocked(maxExpectedDuration);
1740 nsecs_t maxExpectedDuration = getExpectedInFlightDuration();
1763 res = internalPauseAndWaitLocked(maxExpectedDuration);
2125 nsecs_t maxExpectedDuration = getExpectedInFlightDuration();
2128 return waitUntilDrainedLocked(maxExpectedDuration);
2131 status_t Camera3Device::waitUntilDrainedLocked(nsecs_t maxExpectedDuration) {
2148 maxExpectedDuration);
2149 status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration);
2172 status_t Camera3Device::internalPauseAndWaitLocked(nsecs_t maxExpectedDuration) {
2180 maxExpectedDuration);
2181 status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration);
2184 maxExpectedDuration/1e9);
2743 nsecs_t maxExpectedDuration = getExpectedInFlightDuration();
2746 auto rc = internalPauseAndWaitLocked(maxExpectedDuration);
3115 bool hasAppCallback, nsecs_t maxExpectedDuration,
3123 hasAppCallback, maxExpectedDuration, physicalCameraIds, isStillCapture, isZslCapture,
3136 mExpectedInflightDuration += maxExpectedDuration;
3210 nsecs_t duration = mInFlightMap.valueAt(idx).maxExpectedDuration;
5228 nsecs_t maxExpectedDuration = kDefaultExpectedDuration;
5233 if (e.count == 0) return maxExpectedDuration;
5241 maxExpectedDuration = e.data.i64[0];
5247 maxExpectedDuration = std::max(e.data.i64[0], maxExpectedDuration);
5255 maxExpectedDuration = 1e9 / e.data.u8[0];
5260 return maxExpectedDuration;