Home
last modified time | relevance | path

Searched refs:MIN_INFLIGHT_REQUESTS (Results 1 – 6 of 6) sorted by relevance

/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h120 #define MIN_INFLIGHT_REQUESTS 3 macro
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h114 #define MIN_INFLIGHT_REQUESTS 3 macro
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h114 #define MIN_INFLIGHT_REQUESTS 3 macro
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp499 stream_config_info.buffer_info.min_buffers = MIN_INFLIGHT_REQUESTS; in ~QCamera3HardwareInterface()
1958 mStreamConfigInfo.buffer_info.min_buffers = MIN_INFLIGHT_REQUESTS; in configureStreamsPerfLocked()
3177 uint32_t minInFlightRequests = MIN_INFLIGHT_REQUESTS; in processCaptureRequest()
3203 MIN_INFLIGHT_REQUESTS; in processCaptureRequest()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp499 stream_config_info.buffer_info.min_buffers = MIN_INFLIGHT_REQUESTS; in ~QCamera3HardwareInterface()
1958 mStreamConfigInfo.buffer_info.min_buffers = MIN_INFLIGHT_REQUESTS; in configureStreamsPerfLocked()
3177 uint32_t minInFlightRequests = MIN_INFLIGHT_REQUESTS; in processCaptureRequest()
3203 MIN_INFLIGHT_REQUESTS; in processCaptureRequest()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2539 while (mPendingRequest >= MIN_INFLIGHT_REQUESTS) { in processCaptureRequest()