Home
last modified time | relevance | path

Searched refs:inflightMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp496 InFlightRequestMap& inflightMap = states.inflightMap; in removeInFlightMapEntryLocked() local
497 nsecs_t duration = inflightMap.valueAt(idx).maxExpectedDuration; in removeInFlightMapEntryLocked()
498 inflightMap.removeItemsAt(idx, 1); in removeInFlightMapEntryLocked()
505 InFlightRequestMap& inflightMap = states.inflightMap; in removeInFlightRequestIfReadyLocked() local
506 const InFlightRequest &request = inflightMap.valueAt(idx); in removeInFlightRequestIfReadyLocked()
507 const uint32_t frameNumber = inflightMap.keyAt(idx); in removeInFlightRequestIfReadyLocked()
586 const InFlightRequestMap& inflightMap, const CameraMetadata& metadata, in getCameraIdsWithZoomLocked() argument
600 ssize_t idx = inflightMap.indexOfKey(overridingFrameNumber); in getCameraIdsWithZoomLocked()
607 const InFlightRequest &r = inflightMap.valueFor(overridingFrameNumber); in getCameraIdsWithZoomLocked()
647 ssize_t idx = states.inflightMap.indexOfKey(frameNumber); in processCaptureResult()
[all …]
DCamera3OutputUtils.h125 InFlightRequestMap& inflightMap; // end of inflightLock scope member
188 InFlightRequestMap& inflightMap; // end of inflightLock scope member