Home | History | Annotate | Download | only in device3

Lines Matching full:buffercount

197     size_t& bufferCount = handOutBufferCounts.editValueFor(streamId);
198 if (bufferCount >= streamSet.maxAllowedBufferCount) {
199 ALOGE("%s: bufferCount (%zu) exceeds the max allowed buffer count (%zu) of this stream set",
200 __FUNCTION__, bufferCount, streamSet.maxAllowedBufferCount);
206 if (attachedBufferCount > bufferCount) {
209 bufferCount++;
237 bufferCount++;
242 if (bufferCount + 1 > streamSet.allocatedBufferWaterMark) {
243 streamSet.allocatedBufferWaterMark = bufferCount + 1;
346 size_t& bufferCount = handOutBufferCounts.editValueFor(streamId);
347 bufferCount--;
349 bufferCount);
390 size_t& bufferCount = handOutBufferCounts.editValueFor(streamId);
391 bufferCount--;
420 size_t bufferCount = mStreamSetMap[i].handoutBufferCountMap.valueAt(m);
422 streamId, bufferCount);
427 size_t bufferCount = mStreamSetMap[i].attachedBufferCountMap.valueAt(m);
429 streamId, bufferCount);