Home
last modified time | relevance | path

Searched refs:kBaseGetBufferWait (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OfflineSession.cpp450 const nsecs_t kBaseGetBufferWait = 3000000000; // 3 sec. in getWaitDuration() local
451 return kBaseGetBufferWait; in getWaitDuration()
H A DCamera3Device.h315 static const nsecs_t kBaseGetBufferWait = 3000000000; // 3 sec. variable
H A DCamera3Device.cpp5050 nsecs_t waitDuration = kBaseGetBufferWait + parent->getExpectedInFlightDuration(); in prepareHalRequests()
6347 return kBaseGetBufferWait + getExpectedInFlightDuration(); in getWaitDuration()