Home | History | Annotate | Download | only in HAL3

Lines Matching refs:MAX_INFLIGHT_REQUESTS

853 int QCamera3RegularChannel::kMaxBuffers = MAX_INFLIGHT_REQUESTS;
964 int QCamera3RawChannel::kMaxBuffers = MAX_INFLIGHT_REQUESTS;
2615 /* There can be MAX_INFLIGHT_REQUESTS number of requests that could get queued up. Hence
2617 int QCamera3PicChannel::kMaxBuffers = MAX_INFLIGHT_REQUESTS;
2652 mOfflineMetaIndex = MAX_INFLIGHT_REQUESTS -1;
2784 /* There can be MAX_INFLIGHT_REQUESTS number of requests that could get queued up.
2786 rc = mMemory->allocate(MAX_INFLIGHT_REQUESTS, len, true);
3126 int32_t max_idx = MAX_INFLIGHT_REQUESTS-1;
3146 max_idx = MAX_INFLIGHT_REQUESTS*2 - 1;
3149 mOfflineMetaIndex = MAX_INFLIGHT_REQUESTS-1;
3266 /* There can be MAX_INFLIGHT_REQUESTS number of requests that could get queued up.
3268 int num_buffers = MAX_INFLIGHT_REQUESTS;