Searched refs:totalBufferCount (Results 1 – 4 of 4) sorted by relevance
50 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) { in registerStream()52 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount); in registerStream()109 if (streamInfo.totalBufferCount > currentStreamSet.maxAllowedBufferCount) { in registerStream()110 currentStreamSet.maxAllowedBufferCount = streamInfo.totalBufferCount; in registerStream()141 if (infoMap[i].totalBufferCount > currentSet.maxAllowedBufferCount) { in unregisterStream()142 currentSet.maxAllowedBufferCount = infoMap[i].totalBufferCount; in unregisterStream()
48 size_t totalBufferCount; member66 totalBufferCount(bufferCount), in streamId()
219 size_t totalBufferCount = BufferQueue::NUM_BUFFER_SLOTS; in addOutputLocked() local221 totalBufferCount); in addOutputLocked()246 mOutputSlots[gbp] = std::make_unique<OutputSlots>(totalBufferCount); in addOutputLocked()
318 size_t totalBufferCount = maxImages + minUndequeuedBufferCount; in ImageWriter_init() local319 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()